Searched defs:KeyboardFocusManager (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DKeyboardFocusManager.java65 * The KeyboardFocusManager is responsible for managing the active and focused
75 * The KeyboardFocusManager is both a centralized location for client code to
82 * there will be one KeyboardFocusManager per context. Other browsers place all
84 * global KeyboardFocusManager for all applets. This behavior is
107 public abstract class KeyboardFocusManager class in inherits:KeyEventDispatcher,KeyEventPostProcessor
112 private static final PlatformLogger focusLog = PlatformLogger.getLogger("java.awt.focus.KeyboardFocusManager");
129 return KeyboardFocusManager.shouldNativelyFocusHeavyweight(
138 return KeyboardFocusManager.processSynchronousLightweightTransfer(
142 KeyboardFocusManager.removeLastFocusRequest(heavyweight);
145 KeyboardFocusManager
445 public KeyboardFocusManager() { method in class:KeyboardFocusManager
[all...]

Completed in 32 milliseconds