Uses of Class
javax.swing.FocusManager
Package
Description
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
-
Uses of FocusManager in javax.swing
Modifier and TypeClassDescriptionclass
This class has been obsoleted by the 1.4 focus APIs.Modifier and TypeMethodDescriptionstatic FocusManager
FocusManager.getCurrentManager()
Returns the currentKeyboardFocusManager
instance for the calling thread's context.Modifier and TypeMethodDescriptionstatic void
FocusManager.setCurrentManager
(FocusManager aFocusManager) Sets the currentKeyboardFocusManager
instance for the calling thread's context.