|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectij.plugin.filter.PlugInFilterRunner
public class PlugInFilterRunner
| Field Summary | |
|---|---|
(package private) java.util.Hashtable |
sliceForThread
|
| Constructor Summary | |
|---|---|
PlugInFilterRunner(java.lang.Object theFilter,
java.lang.String command,
java.lang.String arg)
The constructor runs a PlugInFilter or ExtendedPlugInFilter by calling its setup, run, etc. methods. |
|
| Method Summary | |
|---|---|
boolean |
dialogItemChanged(ij.gui.GenericDialog gd,
java.awt.AWTEvent e)
The listener to any change in the dialog. |
int |
getSliceNumber()
Return the slice number currently processed by the calling thread. |
void |
run()
The dispatcher for the background threads |
void |
setDialog(ij.gui.GenericDialog gd)
|
(package private) static void |
wrongType(int flags,
java.lang.String cmd)
Display an error message, telling the allowed image types |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.util.Hashtable sliceForThread
| Constructor Detail |
|---|
public PlugInFilterRunner(java.lang.Object theFilter,
java.lang.String command,
java.lang.String arg)
theFilter - The PlugInFilter to be runcommand - The command that has caused running the PlugInFilterarg - The argument specified for this PlugInFilter in IJ_Props.txt or in the
plugins.config file of a .jar archive conatining a collection of plugins. arg
may be a string of length zero.| Method Detail |
|---|
static void wrongType(int flags,
java.lang.String cmd)
public int getSliceNumber()
public void run()
run in interface java.lang.Runnablepublic void setDialog(ij.gui.GenericDialog gd)
public boolean dialogItemChanged(ij.gui.GenericDialog gd,
java.awt.AWTEvent e)
dialogItemChanged in interface ij.gui.DialogListenere - The event that has happened in the dialog. This method may
be also called with e=null, e.g. to start preview already
when the dialog appears.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||