swingwt.awt.event
Class WindowEvent
java.lang.Object
java.util.EventObject
swingwt.awt.AWTEvent
swingwt.awt.event.WindowEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class WindowEvent
- extends AWTEvent
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
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 |
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
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)
getWindow
public Window getWindow()
getOppositeWindow
public Window getOppositeWindow()
getOldState
public int getOldState()
getNewState
public int getNewState()
paramString
public java.lang.String paramString()