API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.event. WindowAdapter View Source
Author(s)
Carl Quinn
Amy Fowler
David Mendenhall
Since
1.1
Version
1.22, 04/13/06
Serial
Hierarchy
 Object
      WindowAdapter
Implements
 WindowListener
 WindowStateListener
 WindowFocusListener
Subclasses
Description
publicabstract abstract class WindowAdapter
  An abstract adapter class for receiving window events.
Constructors
public WindowAdapter ()
Methods
Hide/Show inherited methods
public void windowActivated (WindowEvent e) [Specified in WindowListener]
Invoked when a window is activated.
public void windowClosed (WindowEvent e) [Specified in WindowListener]
Invoked when a window has been closed.
public void windowClosing (WindowEvent e) [Specified in WindowListener]
  Invoked when a window is in the process of being closed.
public void windowDeactivated (WindowEvent e) [Specified in WindowListener]
Invoked when a window is de-activated.
public void windowDeiconified (WindowEvent e) [Specified in WindowListener]
Invoked when a window is de-iconified.
public void windowGainedFocus (WindowEvent e) [Specified in WindowFocusListener]
  Invoked when the Window is set to be the focused Window, which means that the Window, or one of its subcomponents, will receive keyboard events.
public void windowIconified (WindowEvent e) [Specified in WindowListener]
Invoked when a window is iconified.
public void windowLostFocus (WindowEvent e) [Specified in WindowFocusListener]
  Invoked when the Window is no longer the focused Window, which means that keyboard events will no longer be delivered to the Window or any of its subcomponents.
public void windowOpened (WindowEvent e) [Specified in WindowListener]
Invoked when a window has been opened.
public void windowStateChanged (WindowEvent e) [Specified in WindowStateListener]
  Invoked when a window state is changed.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar