ij.plugin
public class BatchProcessor extends java.lang.Object implements PlugIn, java.awt.event.ActionListener, java.awt.event.ItemListener, java.lang.Runnable
Constructor and Description |
---|
BatchProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
itemStateChanged(java.awt.event.ItemEvent e) |
static java.lang.String |
openMacroFromJar(java.lang.String name) |
void |
run() |
void |
run(java.lang.String arg)
This method is called when the plugin is loaded.
|
public void run(java.lang.String arg)
PlugIn
public void itemStateChanged(java.awt.event.ItemEvent e)
itemStateChanged
in interface java.awt.event.ItemListener
public static java.lang.String openMacroFromJar(java.lang.String name)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void run()
run
in interface java.lang.Runnable