Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
PlugInFrame Class Reference
Inheritance diagram for PlugInFrame:
PlugIn ContrastAdjuster Fonts Recorder ThresholdAdjuster

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)
 

Detailed Description

This is a closeable window that plugins can extend.

Definition at line 9 of file PlugInFrame.java.

Member Function Documentation

void close ( )
inline

Closes this window.

Definition at line 36 of file PlugInFrame.java.

void run ( String  arg)
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.


The documentation for this class was generated from the following file: