kAWT Version 0.90

java.awt.event
Class WindowEvent

java.lang.Object
  |
  +--java.awt.AWTEvent
        |
        +--java.awt.event.WindowEvent

public class WindowEvent
extends AWTEvent


Field Summary
static int WINDOW_ACTIVATED
           
static int WINDOW_CLOSED
           
static int WINDOW_CLOSING
           
static int WINDOW_DEACTIVATED
           
static int WINDOW_DEICONIFIED
           
static int WINDOW_FIRST
           
static int WINDOW_ICONIFIED
           
static int WINDOW_LAST
           
static int WINDOW_OPENED
           
 
Fields inherited from class java.awt.AWTEvent
consumed, id, source
 
Constructor Summary
WindowEvent(Window source, int id)
           
 
Methods inherited from class java.awt.AWTEvent
getID, getSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WINDOW_FIRST

public static final int WINDOW_FIRST

WINDOW_OPENED

public static final int WINDOW_OPENED

WINDOW_CLOSING

public static final int WINDOW_CLOSING

WINDOW_CLOSED

public static final int WINDOW_CLOSED

WINDOW_ICONIFIED

public static final int WINDOW_ICONIFIED

WINDOW_DEICONIFIED

public static final int WINDOW_DEICONIFIED

WINDOW_ACTIVATED

public static final int WINDOW_ACTIVATED

WINDOW_DEACTIVATED

public static final int WINDOW_DEACTIVATED

WINDOW_LAST

public static final int WINDOW_LAST
Constructor Detail

WindowEvent

public WindowEvent(Window source,
                   int id)

kAWT Version 0.90