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

Method getNumTools

ij/src/main/java/ij/gui/Toolbar.java:2136–2138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2134 }
2135
2136 public int getNumTools() {
2137 return NUM_TOOLS + nExtraTools;
2138 }
2139
2140 /** Sets the tool menu long click delay in milliseconds
2141 * (default is 600). Set to 0 to disable long click triggering.

Callers 15

ToolbarMethod · 0.95
getToolIdMethod · 0.95
drawButtonsMethod · 0.95
drawButtonMethod · 0.95
showMessageMethod · 0.95
resetButtonsMethod · 0.95
setToolMethod · 0.95
isValidToolMethod · 0.95
mousePressedMethod · 0.95
isMacroToolMethod · 0.95
isPlugInToolMethod · 0.95
removeToolsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected