public class MainDialog
extends icy.gui.frame.IcyFrame
implements java.awt.event.ActionListener, javax.swing.event.ChangeListener, java.awt.event.ItemListener
| Constructor and Description |
|---|
MainDialog(FeatureDetector plugin)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Implements the
actionPerformed for the
ActionListener. |
void |
detectorFinished()
Sets the interface in the appropriate mode after the detection is
performed.
|
void |
itemStateChanged(java.awt.event.ItemEvent e)
Implements the
itemStateChanged for the
ItemListener. |
void |
onClosed()
Closes frame and terminates plug-in.
|
void |
stateChanged(javax.swing.event.ChangeEvent e)
Implements the
stateChanged for the
ChangeListener. |
void |
windowActivated(java.awt.event.WindowEvent e)
Implements the
windowActivated for the
WindowListener. |
void |
windowClosed(java.awt.event.WindowEvent e)
Implements the
windowClosed for the
WindowListener. |
void |
windowClosing(java.awt.event.WindowEvent e)
Implements the
windowClosing for the
WindowListener. |
void |
windowDeactivated(java.awt.event.WindowEvent e)
Implements the
windowDeactivated for the
WindowListener. |
void |
windowDeiconified(java.awt.event.WindowEvent e)
Implements the
windowDeiconified for the
WindowListener. |
void |
windowIconified(java.awt.event.WindowEvent e)
Implements the
windowIconified for the
WindowListener. |
void |
windowOpened(java.awt.event.WindowEvent e)
Implements the
windowOpened for the
WindowListener. |
add, add, add, addComponentListener, addFrameListener, addKeyListener, addTo, addTo, addTo, addToMainDesktopPane, attach, center, close, detach, dispose, externalize, findIcyFrame, frameClosed, getAllFrames, getAllFrames, getBounds, getBoundsExternal, getBoundsInternal, getContentPane, getDefaultSystemMenu, getExternalFrame, getFrame, getHeight, getHeightExternal, getHeightInternal, getInternalFrame, getJMenuBar, getLocation, getLocationExternal, getLocationInternal, getMaximumSize, getMaximumSizeExternal, getMaximumSizeInternal, getMinimumSize, getMinimumSizeExternal, getMinimumSizeInternal, getMousePosition, getParent, getPreferredSize, getPreferredSizeExternal, getPreferredSizeInternal, getRootPane, getSize, getSizeExternal, getSizeInternal, getSwitchStateAction, getSystemMenuCallback, getTitle, getTitleBarVisible, getToolkit, getVisibleRect, getWidth, getWidthExternal, getWidthInternal, getX, getXExternal, getXInternal, getY, getYExternal, getYInternal, hasFocus, imageUpdate, internalFrameActivated, internalFrameClosed, internalFrameClosing, internalFrameDeactivated, internalFrameDeiconified, internalFrameIconified, internalFrameOpened, internalize, isActive, isAlwaysOnTop, isClosable, isExternalized, isInternalized, isMaximized, isMaximizedExternal, isMaximizedInternal, isMinimized, isMinimizedExternal, isMinimizedInternal, isResizable, isSwitchStateItemVisible, isSyncProcess, isVisible, pack, propertyChange, remove, removeAll, removeComponentListener, removeFrameListener, removeFrom, removeFromMainDesktopPane, removeKeyListener, repaint, requestFocus, revalidate, setAlwaysOnTop, setBackground, setBorder, setBounds, setClosable, setContentPane, setDefaultCloseOperation, setFocusable, setForeground, setJMenuBar, setLayout, setLocation, setLocation, setLocationExternal, setLocationExternal, setLocationInternal, setLocationInternal, setMaximisable, setMaximized, setMaximizedExternal, setMaximizedInternal, setMaximumSize, setMaximumSizeExternal, setMaximumSizeInternal, setMinimized, setMinimizedExternal, setMinimizedInternal, setMinimumSize, setMinimumSizeExternal, setMinimumSizeInternal, setPreferredSize, setPreferredSizeExternal, setPreferredSizeInternal, setResizable, setSize, setSize, setSizeExternal, setSizeExternal, setSizeInternal, setSizeInternal, setSwitchStateItemVisible, setSyncProcess, setSystemMenuCallback, setTitle, setTitleBarVisible, setToolTipText, setVisible, stateChanged, switchState, toBack, toFront, updateSystemMenu, updateUI, validatepublic MainDialog(FeatureDetector plugin)
public void onClosed()
onClosed in class icy.gui.frame.IcyFramepublic void detectorFinished()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed for the
ActionListener.actionPerformed in interface java.awt.event.ActionListenerpublic void stateChanged(javax.swing.event.ChangeEvent e)
stateChanged for the
ChangeListener.stateChanged in interface javax.swing.event.ChangeListenerpublic void itemStateChanged(java.awt.event.ItemEvent e)
itemStateChanged for the
ItemListener.itemStateChanged in interface java.awt.event.ItemListenerpublic void windowActivated(java.awt.event.WindowEvent e)
windowActivated for the
WindowListener.windowActivated in interface java.awt.event.WindowListenerwindowActivated in class icy.gui.frame.IcyFramepublic void windowClosed(java.awt.event.WindowEvent e)
windowClosed for the
WindowListener.windowClosed in interface java.awt.event.WindowListenerwindowClosed in class icy.gui.frame.IcyFramepublic void windowClosing(java.awt.event.WindowEvent e)
windowClosing for the
WindowListener.windowClosing in interface java.awt.event.WindowListenerwindowClosing in class icy.gui.frame.IcyFramepublic void windowDeactivated(java.awt.event.WindowEvent e)
windowDeactivated for the
WindowListener.windowDeactivated in interface java.awt.event.WindowListenerwindowDeactivated in class icy.gui.frame.IcyFramepublic void windowDeiconified(java.awt.event.WindowEvent e)
windowDeiconified for the
WindowListener.windowDeiconified in interface java.awt.event.WindowListenerwindowDeiconified in class icy.gui.frame.IcyFramepublic void windowIconified(java.awt.event.WindowEvent e)
windowIconified for the
WindowListener.windowIconified in interface java.awt.event.WindowListenerwindowIconified in class icy.gui.frame.IcyFramepublic void windowOpened(java.awt.event.WindowEvent e)
windowOpened for the
WindowListener.windowOpened in interface java.awt.event.WindowListenerwindowOpened in class icy.gui.frame.IcyFrame