java.lang.Object
ij.plugin.ImageJ_Updater
- All Implemented Interfaces:
PlugIn
public class ImageJ_Updater extends java.lang.Object implements PlugIn
This plugin implements the Help/Update ImageJ command.
-
Constructor Summary
Constructors Constructor Description ImageJ_Updater()
-
Method Summary
Modifier and Type Method Description void
run(java.lang.String arg)
This method is called when the plugin is loaded.
-
Constructor Details
-
ImageJ_Updater
public ImageJ_Updater()
-
-
Method Details