dsto.dfc.swing.panels
Class PanelManager.WindowEventListener

java.lang.Object
  extended by javax.swing.event.InternalFrameAdapter
      extended by 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.


Constructor Summary
protected PanelManager.WindowEventListener()
           
 
Method Summary
 void internalFrameActivated(InternalFrameEvent event)
           
 void internalFrameClosing(InternalFrameEvent event)
           
 void windowActivated(WindowEvent event)
           
 void windowClosed(WindowEvent event)
           
 void windowClosing(WindowEvent event)
           
 void windowDeactivated(WindowEvent event)
           
 void windowDeiconified(WindowEvent event)
           
 void windowIconified(WindowEvent event)
           
 void windowOpened(WindowEvent event)
           
 
Methods inherited from class javax.swing.event.InternalFrameAdapter
internalFrameClosed, internalFrameDeactivated, internalFrameDeiconified, internalFrameIconified, internalFrameOpened
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PanelManager.WindowEventListener

protected PanelManager.WindowEventListener()
Method Detail

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