|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Constructors | |
Component, |
Constructs a FocusEvent object with the specified temporary state and opposite Component . |
Changed Constructors | ||
Component, |
Documentation changed from old to new. |
Constructs a FocusEvent object and identifies it as a permanent change in focus. |
Component, |
Documentation changed from old to new. |
Constructs a FocusEvent object and identifies whether or not the change is temporary. |
Added Methods | |
Component getOppositeComponent() |
Returns the other Component involved in this focus change. |
Changed Methods | ||
boolean isTemporary() |
Documentation changed from old to new. |
Identifies the focus change event as temporary or permanent. |
Changed Fields | ||
int FOCUS_GAINED |
Documentation changed from old to new. |
This event indicates that the Component is now the focus owner. |
int FOCUS_LOST |
Documentation changed from old to new. |
This event indicates that the Component is no longer the focus owner. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |