PlugIn, ActionListener, ItemListener, Runnable, EventListenerpublic class BatchProcessor extends Object implements PlugIn, ActionListener, ItemListener, Runnable
| Constructor | Description |
|---|---|
BatchProcessor() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
actionPerformed(ActionEvent e) |
|
void |
itemStateChanged(ItemEvent e) |
|
static String |
openMacroFromJar(String name) |
|
void |
run() |
|
void |
run(String arg) |
This method is called when the plugin is loaded.
|
static void |
saveOutput(boolean b) |
public void run(String arg)
PlugInpublic void itemStateChanged(ItemEvent e)
itemStateChanged in interface ItemListenerpublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic static void saveOutput(boolean b)