|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Constructors | |
Window, |
Constructs a WindowEvent object with the specified previous and new window states. |
Window, |
Constructs a WindowEvent object with the specified opposite Window . |
Window, |
Constructs a WindowEvent object. |
Changed Constructors | ||
Window, |
Documentation changed from old to new. |
Constructs a WindowEvent object. |
Added Methods | |
int getNewState() |
For WINDOW_STATE_CHANGED events returns the new state of the window. |
int getOldState() |
For WINDOW_STATE_CHANGED events returns the previous state of the window. |
Window getOppositeWindow() |
Returns the other Window involved in this focus or activation change. |
Added Fields | |
int WINDOW_GAINED_FOCUS |
The window-gained-focus event type. |
int WINDOW_LOST_FOCUS |
The window-lost-focus event type. |
int WINDOW_STATE_CHANGED |
The window-state-changed event type. |
Changed Fields | ||
int WINDOW_ACTIVATED |
Documentation changed from old to new. |
The window-activated event type. |
int WINDOW_DEACTIVATED |
Documentation changed from old to new. |
The window-deactivated event type. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |