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 FocusManagerFocusManager.getCurrentManager()Returns the currentKeyboardFocusManagerinstance for the calling thread's context.Methods in javax.swing with parameters of type FocusManager修饰符和类方法描述static voidFocusManager.setCurrentManager(FocusManager aFocusManager) Sets the currentKeyboardFocusManagerinstance for the calling thread's context.