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

Method tearOff

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

Source from the content-addressed store, hash-verified

1002 }
1003
1004 void tearOff() {
1005 tearOff(null);
1006 }
1007
1008 void tearOff(DefaultMutableTreeNode node) {
1009 tearOff(node, null);

Callers 1

mouseReleasedMethod · 0.95

Calls 7

setLocationMethod · 0.95
setVisibleMethod · 0.95
getPanelForNodeMethod · 0.80
newPanelMethod · 0.80
setCursorMethod · 0.45
getPathMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected