swingwt.awt.event
Class WindowEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byswingwt.awt.AWTEvent
          extended byswingwt.awt.event.WindowEvent
All Implemented Interfaces:
java.io.Serializable

public class WindowEvent
extends AWTEvent

See Also:
Serialized Form

Field Summary
protected  int newState
           
protected  int oldState
           
protected  Window opposite
           
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_GAINED_FOCUS
           
static int WINDOW_ICONIFIED
           
static int WINDOW_LOST_FOCUS
           
static int WINDOW_OPENED
           
static int WINDOW_STATE_CHANGED
           
 
Fields inherited from class swingwt.awt.AWTEvent
consumed, eventID
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WindowEvent(Window source, int id)
           
WindowEvent(Window source, int id, Window opposite)
           
WindowEvent(Window source, int id, Window opposite, int oldState, int newState)
           
 
Method Summary
 int getNewState()
           
 int getOldState()
           
 Window getOppositeWindow()
           
 Window getWindow()
           
 java.lang.String paramString()
           
 
Methods inherited from class swingwt.awt.AWTEvent
consume, getID, isConsumed, setSource
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

WINDOW_FIRST

public static final int WINDOW_FIRST
See Also:
Constant Field Values

WINDOW_OPENED

public static final int WINDOW_OPENED
See Also:
Constant Field Values

WINDOW_CLOSING

public static final int WINDOW_CLOSING
See Also:
Constant Field Values

WINDOW_CLOSED

public static final int WINDOW_CLOSED
See Also:
Constant Field Values

WINDOW_ICONIFIED

public static final int WINDOW_ICONIFIED
See Also:
Constant Field Values

WINDOW_DEICONIFIED

public static final int WINDOW_DEICONIFIED
See Also:
Constant Field Values

WINDOW_ACTIVATED

public static final int WINDOW_ACTIVATED
See Also:
Constant Field Values

WINDOW_DEACTIVATED

public static final int WINDOW_DEACTIVATED
See Also:
Constant Field Values

WINDOW_GAINED_FOCUS

public static final int WINDOW_GAINED_FOCUS
See Also:
Constant Field Values

WINDOW_LOST_FOCUS

public static final int WINDOW_LOST_FOCUS
See Also:
Constant Field Values

WINDOW_STATE_CHANGED

public static final int WINDOW_STATE_CHANGED
See Also:
Constant Field Values

opposite

protected Window opposite

oldState

protected int oldState

newState

protected int newState
Constructor Detail

WindowEvent

public WindowEvent(Window source,
                   int id,
                   Window opposite,
                   int oldState,
                   int newState)

WindowEvent

public WindowEvent(Window source,
                   int id,
                   Window opposite)

WindowEvent

public WindowEvent(Window source,
                   int id)
Method Detail

getWindow

public Window getWindow()

getOppositeWindow

public Window getOppositeWindow()

getOldState

public int getOldState()

getNewState

public int getNewState()

paramString

public java.lang.String paramString()