Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/Executer.html
Дата изменения: Thu Dec 2 23:03:11 2010 Дата индексирования: Mon Oct 1 21:20:52 2012 Кодировка: Поисковые слова: п п п п п п п п п п п п п п п п п п |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ij.Executer
public class 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 |