ij.plugin
Class NewPlugin
java.lang.Object
ij.plugin.NewPlugin
- All Implemented Interfaces:
- PlugIn, java.awt.event.ActionListener, java.util.EventListener
public class NewPlugin
- extends java.lang.Object
- implements PlugIn, java.awt.event.ActionListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MACRO
public static final int MACRO
- See Also:
- Constant Field Values
JAVASCRIPT
public static final int JAVASCRIPT
- See Also:
- Constant Field Values
PLUGIN
public static final int PLUGIN
- See Also:
- Constant Field Values
PLUGIN_FILTER
public static final int PLUGIN_FILTER
- See Also:
- Constant Field Values
PLUGIN_FRAME
public static final int PLUGIN_FRAME
- See Also:
- Constant Field Values
TEXT_FILE
public static final int TEXT_FILE
- See Also:
- Constant Field Values
TABLE
public static final int TABLE
- See Also:
- Constant Field Values
NewPlugin
public NewPlugin()
run
public void run(java.lang.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
createMacro
public void createMacro(java.lang.String name)
createPlugin
public void createPlugin(java.lang.String name,
int type,
java.lang.String methods)
showSizeDialog
public boolean showSizeDialog()
showDialog
public boolean showDialog()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
getEditor
public Editor getEditor()