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

Method commandInUse

ij/src/main/java/ij/Menus.java:1622–1627  ·  view source on GitHub ↗
(String command)

Source from the content-addressed store, hash-verified

1620 }
1621
1622 public static boolean commandInUse(String command) {
1623 if (pluginsTable.get(command)!=null)
1624 return true;
1625 else
1626 return false;
1627 }
1628
1629 public static int convertShortcutToCode(String shortcut) {
1630 int code = 0;

Callers 2

installPluginMethod · 0.95
showDialogMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected