| 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, KeyEvent)
|
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. |