Java Platform 1.2
Beta 4

Uses of Class
java.awt.event.WindowEvent

Packages that use WindowEvent
com.sun.java.swing Provides a set of "lightweight" (all-Java
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.  
java.awt.event Provides interfaces and classes for dealing with different types of events fired by AWT components.  
 

Uses of WindowEvent in com.sun.java.swing
 

Methods in com.sun.java.swing with parameters of type WindowEvent
protected  void JFrame.processWindowEvent(WindowEvent e)
          Processes window events occurring on this component.
 void JMenu.WinListener.windowClosing(WindowEvent e)
          Deselect the menu when the popup is closed from outside.
protected  void JDialog.processWindowEvent(WindowEvent e)
          Handles window events depending on the state of the defaultCloseOperation property.
 

Uses of WindowEvent in java.awt
 

Methods in java.awt with parameters of type WindowEvent
protected  void Window.processWindowEvent(WindowEvent e)
          Processes window events occurring on this window by dispatching them to any registered WindowListener objects.
 void AWTEventMulticaster.windowOpened(WindowEvent e)
          Handles the windowOpened event by invoking the windowOpened methods on listener-a and listener-b.
 void AWTEventMulticaster.windowClosing(WindowEvent e)
          Handles the windowClosing event by invoking the windowClosing methods on listener-a and listener-b.
 void AWTEventMulticaster.windowClosed(WindowEvent e)
          Handles the windowClosed event by invoking the windowClosed methods on listener-a and listener-b.
 void AWTEventMulticaster.windowIconified(WindowEvent e)
          Handles the windowIconified event by invoking the windowIconified methods on listener-a and listener-b.
 void AWTEventMulticaster.windowDeiconified(WindowEvent e)
          Handles the windowDeiconfied event by invoking the windowDeiconified methods on listener-a and listener-b.
 void AWTEventMulticaster.windowActivated(WindowEvent e)
          Handles the windowActivated event by invoking the windowActivated methods on listener-a and listener-b.
 void AWTEventMulticaster.windowDeactivated(WindowEvent e)
          Handles the windowDeactivated event by invoking the windowDeactivated methods on listener-a and listener-b.
 

Uses of WindowEvent in java.awt.event
 

Methods in java.awt.event with parameters of type WindowEvent
 void WindowAdapter.windowOpened(WindowEvent e)
          Invoked when a window has been opened.
 void WindowAdapter.windowClosing(WindowEvent e)
          Invoked when a window is in the process of being closed.
 void WindowAdapter.windowClosed(WindowEvent e)
          Invoked when a window has been closed.
 void WindowAdapter.windowIconified(WindowEvent e)
          Invoked when a window is iconified.
 void WindowAdapter.windowDeiconified(WindowEvent e)
          Invoked when a window is de-iconified.
 void WindowAdapter.windowActivated(WindowEvent e)
          Invoked when a window is activated.
 void WindowAdapter.windowDeactivated(WindowEvent e)
          Invoked when a window is de-activated.
 void WindowListener.windowOpened(WindowEvent e)
          Invoked when a window has been opened.
 void WindowListener.windowClosing(WindowEvent e)
          Invoked when a window is in the process of being closed.
 void WindowListener.windowClosed(WindowEvent e)
          Invoked when a window has been closed.
 void WindowListener.windowIconified(WindowEvent e)
          Invoked when a window is iconified.
 void WindowListener.windowDeiconified(WindowEvent e)
          Invoked when a window is de-iconified.
 void WindowListener.windowActivated(WindowEvent e)
          Invoked when a window is activated.
 void WindowListener.windowDeactivated(WindowEvent e)
          Invoked when a window is de-activated.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.