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

Method getCommands

ij/src/main/java/ij/Menus.java:1418–1422  ·  view source on GitHub ↗

Returns the hashtable that associates commands with plugins.

()

Source from the content-addressed store, hash-verified

1416
1417 /** Returns the hashtable that associates commands with plugins. */
1418 public static Hashtable getCommands() {
1419 if (pluginsTable==null && !GraphicsEnvironment.isHeadless())
1420 IJ.init();
1421 return pluginsTable;
1422 }
1423
1424 /** Returns the hashtable that associates shortcuts with commands. The keys
1425 in the hashtable are Integer keycodes, or keycode+200 for uppercase. */

Callers 15

runMethod · 0.95
openMethod · 0.95
getLutsMethod · 0.95
runCommandMethod · 0.95
undefinedMethod · 0.95
setCommandsMethod · 0.95
showSourceMethod · 0.95
getSampleImageNamesMethod · 0.95
loadMethod · 0.95
listCommandsMethod · 0.95
installHotkeyMethod · 0.95
listCommandsMethod · 0.95

Calls 1

initMethod · 0.95

Tested by

no test coverage detected