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 TypeMethodDescriptionvoid
void
static String
openMacroFromJar
(String name) void
run()
void
This method is called when the plugin is loaded.static void
saveOutput
(boolean b)
-
Constructor Details
-
BatchProcessor
public BatchProcessor()
-
-
Method Details
-
run
Description copied from interface:PlugIn
This 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:
itemStateChanged
in interfaceItemListener
-
openMacroFromJar
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-
run
public void run() -
saveOutput
public static void saveOutput(boolean b)
-