|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyboardFocusManager | |
---|---|
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
javax.swing | 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 |
---|
Subclasses of KeyboardFocusManager in java.awt | |
---|---|
class |
DefaultKeyboardFocusManager
The default KeyboardFocusManager for AWT applications. |
Methods in java.awt that return KeyboardFocusManager | |
---|---|
static KeyboardFocusManager |
KeyboardFocusManager.getCurrentKeyboardFocusManager()
Returns the current KeyboardFocusManager instance for the calling thread's context. |
Methods in java.awt with parameters of type KeyboardFocusManager | |
---|---|
static void |
KeyboardFocusManager.setCurrentKeyboardFocusManager(KeyboardFocusManager newManager)
Sets the current KeyboardFocusManager instance for the calling thread's context. |
Uses of KeyboardFocusManager in javax.swing |
---|
Subclasses of KeyboardFocusManager in javax.swing | |
---|---|
class |
DefaultFocusManager
This class has been obsoleted by the 1.4 focus APIs. |
class |
FocusManager
This class has been obsoleted by the 1.4 focus APIs. |
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.