dsto.dfc.swing.panels
Class PanelManager.WindowEventListener
java.lang.Object
javax.swing.event.InternalFrameAdapter
dsto.dfc.swing.panels.PanelManager.WindowEventListener
- All Implemented Interfaces:
- WindowListener, EventListener, InternalFrameListener
- Enclosing class:
- PanelManager
protected final class PanelManager.WindowEventListener
- extends InternalFrameAdapter
- implements WindowListener
Inner class to capture events generated by internal and external
frames. Enables frames and the tabPane to keep synchronized.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PanelManager.WindowEventListener
protected PanelManager.WindowEventListener()
internalFrameActivated
public void internalFrameActivated(InternalFrameEvent event)
- Specified by:
internalFrameActivated
in interface InternalFrameListener
- Overrides:
internalFrameActivated
in class InternalFrameAdapter
internalFrameClosing
public void internalFrameClosing(InternalFrameEvent event)
- Specified by:
internalFrameClosing
in interface InternalFrameListener
- Overrides:
internalFrameClosing
in class InternalFrameAdapter
windowActivated
public void windowActivated(WindowEvent event)
- Specified by:
windowActivated
in interface WindowListener
windowClosing
public void windowClosing(WindowEvent event)
- Specified by:
windowClosing
in interface WindowListener
windowDeactivated
public void windowDeactivated(WindowEvent event)
- Specified by:
windowDeactivated
in interface WindowListener
windowClosed
public void windowClosed(WindowEvent event)
- Specified by:
windowClosed
in interface WindowListener
windowOpened
public void windowOpened(WindowEvent event)
- Specified by:
windowOpened
in interface WindowListener
windowIconified
public void windowIconified(WindowEvent event)
- Specified by:
windowIconified
in interface WindowListener
windowDeiconified
public void windowDeiconified(WindowEvent event)
- Specified by:
windowDeiconified
in interface WindowListener
Copyright © 2008 Commonwealth of Australia