Searched refs:KeyboardManager (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DKeyboardManager.java37 * The KeyboardManager class is used to help dispatch keyboard actions for the
64 class KeyboardManager { class
66 static KeyboardManager currentManager = new KeyboardManager();
79 public static KeyboardManager getCurrentManager() {
83 public static void setCurrentManager(KeyboardManager km) {
392 } // end KeyboardManager
H A DJMenuBar.java711 KeyboardManager.getCurrentManager().registerMenuBar(this);
720 KeyboardManager.getCurrentManager().unregisterMenuBar(this);
H A DJComponent.java2101 * the <code>KeyboardManager</code>. If <code>onlyIfNew</code>
2103 * to the <code>KeyboardManager</code>;
2104 * otherwise all actions are pushed to the <code>KeyboardManager</code>.
2107 * are pushed to the <code>KeyboardManager</code>
2116 // Push any new KeyStrokes to the KeyboardManager.
2182 * the <code>KeyboardManager</code> is notified of the new bindings.
2198 KeyboardManager.getCurrentManager().registerKeyStroke(aKeyStroke,this);
2202 KeyboardManager.getCurrentManager().unregisterKeyStroke(aKeyStroke,
2970 if (KeyboardManager.getCurrentManager().fireKeyboardAction(

Completed in 47 milliseconds