Uses of Class
javax.swing.FocusManager
Packages that use FocusManager
包
描述
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
Subclasses of FocusManager in javax.swingMethods in javax.swing that return FocusManager修饰符和类方法描述static FocusManager
FocusManager.getCurrentManager()
Returns the currentKeyboardFocusManager
instance for the calling thread's context.Methods in javax.swing with parameters of type FocusManager修饰符和类方法描述static void
FocusManager.setCurrentManager
(FocusManager aFocusManager) Sets the currentKeyboardFocusManager
instance for the calling thread's context.