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

Method isPlugInTool

ij/src/main/java/ij/gui/Toolbar.java:1470–1472  ·  view source on GitHub ↗
(int tool)

Source from the content-addressed store, hash-verified

1468 }
1469
1470 boolean isPlugInTool(int tool) {
1471 return tool>=CUSTOM1 && tool<getNumTools() && tools[tool]!=null;
1472 }
1473
1474 public void mouseExited(MouseEvent e) {}
1475 public void mouseClicked(MouseEvent e) {}

Callers 2

triggerPopupMenuMethod · 0.95
mousePressedMethod · 0.95

Calls 1

getNumToolsMethod · 0.95

Tested by

no test coverage detected