|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
The superclass changed from java.lang.Object
to java.awt.DefaultKeyboardFocusManager
.
Documentation changed from old to new.
Removed Methods | |
void focusNextComponent(Component ) |
Cause the focus manager to set the focus on the next focusable component You can call this method to cause the focus manager to focus the next component |
void focusPreviousComponent(Component ) |
Cause the focus manager to set the focus on the previous focusable component You can call this methid to cause the focus manager to focus the previous component |
Changed Methods | ||
void disableSwingFocusManager() |
Documentation changed from old to new. Now deprecated. |
as of 1.4, replaced by KeyboardFocusManager.setDefaultFocusTraversalPolicy(FocusTraversalPolicy) |
FocusManager getCurrentManager() |
Documentation changed from old to new. |
Returns the current KeyboardFocusManager instance for the calling thread's context. |
boolean isFocusManagerEnabled() |
Documentation changed from old to new. Now deprecated. |
As of 1.4, replaced by KeyboardFocusManager.getDefaultFocusTraversalPolicy() |
void processKeyEvent(Component, |
Documentation changed from old to new. Method was locally defined, but is now inherited from DefaultKeyboardFocusManager. Changed from abstract to non-abstract. |
This method initiates a focus traversal operation if and only if the KeyEvent represents a focus traversal key for the specified focusedComponent. |
void setCurrentManager(FocusManager ) |
Change in exceptions thrown from no exceptions to SecurityException .Documentation changed from old to new. |
Sets the current KeyboardFocusManager instance for the calling thread's context. |
Changed Fields | ||
String FOCUS_MANAGER_CLASS_PROPERTY |
Documentation changed from old to new. |
This field is obsolete and its use is discouraged since its specification is incompatible with the 1.4 focus APIs. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |