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 -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidstatic StringopenMacroFromJar(String name) voidrun()voidThis method is called when the plugin is loaded.static voidsaveOutput(boolean b)
-
Constructor Details
-
BatchProcessor
public BatchProcessor()
-
-
Method Details
-
run
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
- Specified by:
itemStateChangedin interfaceItemListener
-
openMacroFromJar
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener
-
run
public void run() -
saveOutput
public static void saveOutput(boolean b)
-