|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectij.Executer
Runs ImageJ menu commands in a separate thread.
Constructor Summary | |
Executer(java.lang.String cmd)
Create an Executer to run the specified menu command in this thread using the active image. |
|
Executer(java.lang.String cmd,
ImagePlus ignored)
Create an Executer that runs the specified menu command in a separate thread using the active image image. |
Method Summary | |
static void |
addCommandListener(CommandListener listener)
Adds the specified command listener. |
static java.lang.String |
getCommand()
Returns the last command executed. |
static void |
removeCommandListener(CommandListener listener)
Removes the specified command listener. |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Executer(java.lang.String cmd)
public Executer(java.lang.String cmd, ImagePlus ignored)
Method Detail |
public void run()
run
in interface java.lang.Runnable
public static java.lang.String getCommand()
public static void addCommandListener(CommandListener listener)
public static void removeCommandListener(CommandListener listener)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |