javax.swing.plaf.metal
Class MetalTitlePane.WindowHandler

java.lang.Object
  extended byjava.awt.event.WindowAdapter
      extended byjavax.swing.plaf.metal.MetalTitlePane.WindowHandler
All Implemented Interfaces:
EventListener, WindowFocusListener, WindowListener, WindowStateListener
Enclosing class:
MetalTitlePane

private class MetalTitlePane.WindowHandler
extends WindowAdapter

WindowListener installed on the Window, updates the state as necessary.


Constructor Summary
private MetalTitlePane.WindowHandler()
           
 
Method Summary
 void windowActivated(WindowEvent ev)
          Invoked when a window is activated.
 void windowDeactivated(WindowEvent ev)
          Invoked when a window is de-activated.
 
Methods inherited from class java.awt.event.WindowAdapter
windowClosed, windowClosing, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetalTitlePane.WindowHandler

private MetalTitlePane.WindowHandler()
Method Detail

windowActivated

public void windowActivated(WindowEvent ev)
Description copied from class: WindowAdapter
Invoked when a window is activated.

Specified by:
windowActivated in interface WindowListener
Overrides:
windowActivated in class WindowAdapter

windowDeactivated

public void windowDeactivated(WindowEvent ev)
Description copied from class: WindowAdapter
Invoked when a window is de-activated.

Specified by:
windowDeactivated in interface WindowListener
Overrides:
windowDeactivated in class WindowAdapter