javax.swing.plaf.metal
Class MetalTitlePane.WindowHandler
java.lang.Object
java.awt.event.WindowAdapter
javax.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetalTitlePane.WindowHandler
private MetalTitlePane.WindowHandler()
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