Searched refs:getInputMap (Results 1 - 25 of 43) sorted by relevance

12

/openjdk7/jdk/test/javax/swing/KeyboardManager/8013370/
H A DTest8013370.java82 InputMap map = menu.getInputMap(WHEN_IN_FOCUSED_WINDOW);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicRootPaneUI.java82 InputMap km = getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW, root);
85 km = getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT,
111 InputMap getInputMap(int condition, JComponent c) { method in class:BasicRootPaneUI
H A DBasicButtonListener.java95 InputMap km = getInputMap(JComponent.WHEN_FOCUSED, c);
114 InputMap getInputMap(int condition, JComponent c) { method in class:BasicButtonListener
H A DBasicMenuBarUI.java106 InputMap inputMap = getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW);
115 InputMap getInputMap(int condition) { method in class:BasicMenuBarUI
H A DBasicDesktopPaneUI.java188 InputMap inputMap = getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW);
193 inputMap = getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
211 InputMap getInputMap(int condition) { method in class:BasicDesktopPaneUI
H A DBasicPopupMenuUI.java144 static InputMap getInputMap(JPopupMenu popup, JComponent c) { method in class:BasicPopupMenuUI
1043 InputMap parent = c.getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW);
1077 InputMap parent = c.getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW);
1179 menuInputMap = getInputMap(popup, invokerRootPane);
H A DBasicTableUI.java862 InputMap map = table.getInputMap(JComponent.WHEN_FOCUSED);
866 map = table.getInputMap(JComponent.
900 map = component.getInputMap(JComponent.WHEN_FOCUSED);
903 map = component.getInputMap(JComponent.
1263 InputMap inputMap = getInputMap(
1482 InputMap inputMap = getInputMap(JComponent.
1489 InputMap getInputMap(int condition) { method in class:BasicTableUI
H A DBasicComboBoxUI.java1096 InputMap inputMap = comboBox.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
1432 InputMap km = getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
1441 InputMap getInputMap(int condition) { method in class:BasicComboBoxUI
1609 InputMap im = root.getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW);
H A DBasicScrollBarUI.java296 InputMap inputMap = getInputMap(JComponent.WHEN_FOCUSED);
299 inputMap = getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
310 private InputMap getInputMap(int condition) { method in class:BasicScrollBarUI
1613 InputMap inputMap = getInputMap(JComponent.WHEN_FOCUSED);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKColorChooserPanel.java583 getInputMap().put(KeyStroke.getKeyStroke("UP"), "up");
584 getInputMap().put(KeyStroke.getKeyStroke("DOWN"), "down");
585 getInputMap().put(KeyStroke.getKeyStroke("LEFT"), "left");
586 getInputMap().put(KeyStroke.getKeyStroke("RIGHT"), "right");
588 getInputMap().put(KeyStroke.getKeyStroke("KP_UP"), "up");
589 getInputMap().put(KeyStroke.getKeyStroke("KP_DOWN"), "down");
590 getInputMap().put(KeyStroke.getKeyStroke("KP_LEFT"), "left");
591 getInputMap().put(KeyStroke.getKeyStroke("KP_RIGHT"), "right");
593 getInputMap().put(KeyStroke.getKeyStroke("TAB"), "focusNext");
594 getInputMap()
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DLayoutFocusTraversalPolicy.java221 * @see javax.swing.JComponent#getInputMap
239 InputMap inputMap = jComponent.getInputMap(JComponent.WHEN_FOCUSED,
H A DJComponent.java2023 * <code>getActionMap()</code> and <code>getInputMap()</code> for
2028 * component.getInputMap().put(aKeyStroke, aCommand);
2033 * states use the <code>getInputMap</code> method that takes an integer.
2087 InputMap inputMap = getInputMap(aCondition, true);
2110 InputMap inputMap = getInputMap(WHEN_IN_FOCUSED_WINDOW, false);
2187 InputMap km = getInputMap(WHEN_IN_FOCUSED_WINDOW, false);
2208 * <code>getActionMap()</code> and <code>getInputMap()</code> for
2232 InputMap km = getInputMap(counter, false);
2256 InputMap km = getInputMap(counter, false);
2287 InputMap inputMap = getInputMap(counte
2410 public final InputMap getInputMap(int condition) { method in class:JComponent
2422 public final InputMap getInputMap() { method in class:JComponent
2472 final InputMap getInputMap(int condition, boolean create) { method in class:JComponent
[all...]
H A DJColorChooser.java673 InputMap inputMap = cancelButton.getInputMap(JComponent.
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DInternalDialog.java60 InputMap inputMap = getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
H A DConnectDialog.java188 localRadioButton.getInputMap().put(KeyStroke.getKeyStroke(KeyEvent.VK_DOWN, 0),
190 remoteRadioButton.getInputMap().put(KeyStroke.getKeyStroke(KeyEvent.VK_UP, 0),
398 InputMap inputMap = getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
/openjdk7/jdk/test/javax/swing/JToolTip/4846413/
H A Dbug4846413.java121 button.getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW).put(
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DAnnotatedMemoryPanel.java314 getInputMap(WHEN_IN_FOCUSED_WINDOW).put(KeyStroke.getKeyStroke(KeyEvent.VK_PAGE_DOWN, 0), "PageDown");
320 getInputMap(WHEN_IN_FOCUSED_WINDOW).put(KeyStroke.getKeyStroke(KeyEvent.VK_PAGE_UP, 0), "PageUp");
326 getInputMap(WHEN_IN_FOCUSED_WINDOW).put(KeyStroke.getKeyStroke(KeyEvent.VK_DOWN, 0), "Down");
332 getInputMap(WHEN_IN_FOCUSED_WINDOW).put(KeyStroke.getKeyStroke(KeyEvent.VK_UP, 0), "Up");
H A DObjectHistogramPanel.java105 InputMap im = searchTF.getInputMap();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DClassBrowserPanel.java109 InputMap im = searchTF.getInputMap();
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaSpinnerUI.java241 final InputMap spinnerInputMap = getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
242 final InputMap editorInputMap = editorTextField.getInputMap();
265 final InputMap iMap = getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
270 private InputMap getInputMap(final int condition) { method in class:AquaSpinnerUI
H A DAquaComboBoxUI.java207 final InputMap inputMap = getInputMap();
467 final InputMap im = root.getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW);
/openjdk7/jdk/test/java/awt/KeyboardFocusmanager/TypeAhead/ButtonActionKeyTest/
H A DButtonActionKeyTest.java71 button.getInputMap().put(KeyStroke.getKeyStroke("A"), "GO!");
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalToolTipUI.java179 KeyStroke[] keys = comp.getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW).keys();
/openjdk7/jdk/test/java/awt/event/KeyEvent/AcceleratorTest/
H A DAcceleratorTest.java95 im.setParent(jbu.getInputMap(JComponent.WHEN_FOCUSED));
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DUtils.java444 InputMap im = comp.getInputMap(i);

Completed in 67 milliseconds

12