- java.lang.Object
-
- ij.plugin.BatchProcessor
-
- All Implemented Interfaces:
PlugIn,ActionListener,ItemListener,Runnable,EventListener
public class BatchProcessor extends Object implements PlugIn, ActionListener, ItemListener, Runnable
This plugin implements the File/Batch/Macro and File/Batch/Virtual Stack commands.
-
-
Constructor Summary
Constructors Constructor Description BatchProcessor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(ActionEvent e)voiditemStateChanged(ItemEvent e)static StringopenMacroFromJar(String name)voidrun()voidrun(String arg)This method is called when the plugin is loaded.static voidsaveOutput(boolean b)
-
-
-
Method Detail
-
run
public void run(String arg)
Description copied from interface:PlugInThis method is called when the plugin is loaded. 'arg', which may be blank, is the argument specified for this plugin in IJ_Props.txt.
-
itemStateChanged
public void itemStateChanged(ItemEvent e)
- Specified by:
itemStateChangedin interfaceItemListener
-
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformedin interfaceActionListener
-
saveOutput
public static void saveOutput(boolean b)
-
-