java.lang.Object
ij.plugin.WindowOrganizer
- All Implemented Interfaces:
PlugIn
public class WindowOrganizer extends java.lang.Object implements PlugIn
This class implements the Window menu's "Show All", "Main Window", "Cascade" and "Tile" commands.
-
Constructor Summary
Constructors Constructor Description WindowOrganizer()
-
Method Summary
Modifier and Type Method Description void
run(java.lang.String arg)
This method is called when the plugin is loaded.
-
Constructor Details
-
WindowOrganizer
public WindowOrganizer()
-
-
Method Details