java.lang.Object
ij.plugin.Startup
- All Implemented Interfaces:
PlugIn
,ItemListener
,EventListener
This plugin implements the Edit/Options/Startup command.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
This method is called when the plugin is loaded.
-
Constructor Details
-
Startup
public Startup()
-
-
Method Details
-
run
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. -
getStartupMacro
-
itemStateChanged
- Specified by:
itemStateChanged
in interfaceItemListener
-