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

Method doCommand

ij/src/main/java/ij/IJ.java:353–355  ·  view source on GitHub ↗

Runs a menu command on a separete thread and returns immediately.

(String command)

Source from the content-addressed store, hash-verified

351
352 /** Runs a menu command on a separete thread and returns immediately. */
353 public static void doCommand(String command) {
354 new Executer(command, null);
355 }
356
357 /** Runs a menu command on a separete thread, using the specified image. */
358 public static void doCommand(ImagePlus imp, String command) {

Callers 15

handleAboutMethod · 0.95
doCommandMethod · 0.95
actionPerformedMethod · 0.95
runCommandMethod · 0.95
actionPerformedMethod · 0.95
itemStateChangedMethod · 0.95
flattenMethod · 0.95
itemStateChangedMethod · 0.95
actionPerformedMethod · 0.95
showOptionsDialogMethod · 0.95
mousePressedMethod · 0.95
actionPerformedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected