All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java11.awt.event.WindowEvent

java.lang.Object
   |
   +----java11.util.EventObject
           |
           +----java11.awt.event.AWTEvent
                   |
                   +----java11.awt.event.WindowEvent

public class WindowEvent
extends AWTEvent

Variable Index

 o WINDOW_ACTIVATED
 o WINDOW_CLOSED
 o WINDOW_CLOSING
 o WINDOW_DEACTIVATED
 o WINDOW_DEICONIFIED
 o WINDOW_FIRST
 o WINDOW_ICONIFIED
 o WINDOW_LAST
 o WINDOW_OPENED

Constructor Index

 o WindowEvent()
 o WindowEvent(Object, Event, int)

Method Index

 o getWindow()
Returns the window where this event originated.

Variables

 o WINDOW_OPENED
 public static final int WINDOW_OPENED
 o WINDOW_CLOSING
 public static final int WINDOW_CLOSING
 o WINDOW_CLOSED
 public static final int WINDOW_CLOSED
 o WINDOW_ICONIFIED
 public static final int WINDOW_ICONIFIED
 o WINDOW_DEICONIFIED
 public static final int WINDOW_DEICONIFIED
 o WINDOW_ACTIVATED
 public static final int WINDOW_ACTIVATED
 o WINDOW_DEACTIVATED
 public static final int WINDOW_DEACTIVATED
 o WINDOW_FIRST
 public static final int WINDOW_FIRST
 o WINDOW_LAST
 public static final int WINDOW_LAST

Constructors

 o WindowEvent
 public WindowEvent()
 o WindowEvent
 public WindowEvent(Object source,
                    Event evt,
                    int id)

Methods

 o getWindow
 public Window getWindow()
Returns the window where this event originated.


All Packages  Class Hierarchy  This Package  Previous  Next  Index