Squiz Matrix
4.12.2
|
Public Member Functions | |
PlugInFrame (String title) | |
void | run (String arg) |
void | windowClosing (WindowEvent e) |
void | close () |
void | windowActivated (WindowEvent e) |
void | focusGained (FocusEvent e) |
void | windowOpened (WindowEvent e) |
void | windowClosed (WindowEvent e) |
void | windowIconified (WindowEvent e) |
void | windowDeiconified (WindowEvent e) |
void | windowDeactivated (WindowEvent e) |
void | focusLost (FocusEvent e) |
This is a closeable window that plugins can extend.
Definition at line 9 of file PlugInFrame.java.
|
inline |
Closes this window.
Definition at line 36 of file PlugInFrame.java.
|
inline |
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.
Implements PlugIn.
Definition at line 27 of file PlugInFrame.java.