ij.plugin
Class BatchProcesser
java.lang.Object
ij.plugin.BatchProcesser
- All Implemented Interfaces:
- PlugIn, ActionListener, ItemListener, Runnable, EventListener
public class BatchProcesser
- extends Object
- implements PlugIn, ActionListener, ItemListener, Runnable
This plugin implements the File/Batch/Macro and File/Batch/Virtual Stack commands.
BatchProcesser
public BatchProcesser()
run
public void run(String arg)
- 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.
- Specified by:
run in interface PlugIn
itemStateChanged
public void itemStateChanged(ItemEvent e)
- Specified by:
itemStateChanged in interface ItemListener
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed in interface ActionListener
run
public void run()
- Specified by:
run in interface Runnable
jHepWork 3.2 © jWork.org