Uses of Class
java.awt.KeyboardFocusManager
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
-
Uses of KeyboardFocusManager in java.awt
Modifier and TypeClassDescriptionclass
The default KeyboardFocusManager for AWT applications.Modifier and TypeMethodDescriptionstatic KeyboardFocusManager
KeyboardFocusManager.getCurrentKeyboardFocusManager()
Returns the current KeyboardFocusManager instance for the calling thread's context.Modifier and TypeMethodDescriptionstatic void
KeyboardFocusManager.setCurrentKeyboardFocusManager
(KeyboardFocusManager newManager) Sets the current KeyboardFocusManager instance for the calling thread's context. -
Uses of KeyboardFocusManager in javax.swing
Modifier and TypeClassDescriptionclass
This class has been obsoleted by the 1.4 focus APIs.class
This class has been obsoleted by the 1.4 focus APIs.