Generated by
JDiff

Class javax.swing.FocusManager

The superclass changed from java.lang.Object to java.awt.DefaultKeyboardFocusManager.

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() Now deprecated.
as of 1.4, replaced by KeyboardFocusManager.setDefaultFocusTraversalPolicy(FocusTraversalPolicy)
boolean isFocusManagerEnabled() Now deprecated.
As of 1.4, replaced by KeyboardFocusManager.getDefaultFocusTraversalPolicy()
void processKeyEvent(Component, KeyEvent) 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.
Sets the current KeyboardFocusManager instance for the calling thread's context.