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

Method doCommand

ij/src/main/java/ij/ImageJ.java:419–421  ·  view source on GitHub ↗

Starts executing a menu command in a separate thread.

(String name)

Source from the content-addressed store, hash-verified

417
418 /** Starts executing a menu command in a separate thread. */
419 void doCommand(String name) {
420 new Executer(name, null);
421 }
422
423 public void runFilterPlugIn(Object theFilter, String cmd, String arg) {
424 new PlugInFilterRunner(theFilter, cmd, arg);

Callers 4

itemStateChangedMethod · 0.95
keyPressedMethod · 0.95
keyTypedMethod · 0.95
windowClosingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected