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.
|
static void |
saveOutput(boolean b) |
public void run(java.lang.String arg)
PlugInpublic void itemStateChanged(java.awt.event.ItemEvent e)
itemStateChanged in interface java.awt.event.ItemListenerpublic static java.lang.String openMacroFromJar(java.lang.String name)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic void run()
run in interface java.lang.Runnablepublic static void saveOutput(boolean b)