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

Method Executer

ij/src/main/java/ij/Executer.java:34–36  ·  view source on GitHub ↗

Create an Executer to run the specified menu command in this thread using the active image.

(String cmd)

Source from the content-addressed store, hash-verified

32 /** Create an Executer to run the specified menu command
33 in this thread using the active image. */
34 public Executer(String cmd) {
35 command = cmd;
36 }
37
38 /** Create an Executer that runs the specified menu
39 command in a separate thread using the specified image,

Callers

nothing calls this directly

Calls 7

setKeyUpMethod · 0.95
resetEscapeMethod · 0.95
setTempCurrentImageMethod · 0.95
startsWithMethod · 0.80
equalsMethod · 0.45
maxMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected