MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / close

Method close

ij/src/main/java/ij/plugin/ControlPanel.java:1081–1084  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1079 }
1080
1081 void close() {
1082 pFrame.dispatchEvent(new WindowEvent(pFrame,WindowEvent.WINDOW_CLOSING));
1083 pcp.unsetPanelShowingProperty(getRootPath().toString());
1084 }
1085
1086 private void showHelp() {pcp.showHelp();}
1087

Callers 2

closeAllMethod · 0.95
treeExpandedMethod · 0.95

Calls 3

getRootPathMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected