MCPcopy Create free account
hub / github.com/Singular/Singular / getCurrentProject

Method getCurrentProject

Singular/LIB/surfex/surfex.java:404–410  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

402 }
403
404 public Project getCurrentProject() {
405 int pi = pane.getSelectedIndex();
406 if(pi!=-1){
407 return ((Project) openProjects.get(pi));
408 }
409 return null;
410 }
411
412 public JMenuBar createMenuBar() {
413

Callers 15

clearCurProjMethod · 0.95
actionPerformedMethod · 0.95
loadMethod · 0.95
raytraceMethod · 0.95
closeSurfexMethod · 0.95
tabChangedMethod · 0.95
useCommandsMethod · 0.95
setScaleMethod · 0.80
stateChangedMethod · 0.80
triangulateMethod · 0.80
setBasePlaneMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected