Searched refs:WHEN_ANCESTOR_OF_FOCUSED_COMPONENT (Results 1 - 22 of 22) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicRootPaneUI.java85 km = getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT,
88 JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, km);
112 if (condition == JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT) {
H A DBasicDesktopPaneUI.java193 inputMap = getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
196 JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT,
215 else if (condition == JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT) {
261 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, null);
H A DBasicTableUI.java867 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
904 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
1264 JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
1267 JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT,
1483 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
1485 JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT,
1490 if (condition == JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT) {
1643 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, null);
H A DBasicFileChooserUI.java207 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
209 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, inputMap);
215 if (condition == JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT) {
250 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, null);
H A DBasicScrollPaneUI.java170 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
173 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, inputMap);
180 if (condition == JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT) {
249 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, null);
H A DBasicToolBarUI.java321 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
324 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT,
332 if (condition == JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT) {
350 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT,
H A DBasicComboBoxUI.java1096 InputMap inputMap = comboBox.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
1432 InputMap km = getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
1434 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, km);
1442 if (condition == JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT) {
1458 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, null);
H A DBasicSplitPaneUI.java407 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
410 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT,
417 if (condition == JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT) {
500 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT,
H A DBasicSpinnerUI.java525 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
528 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT,
539 if (condition == JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT) {
H A DBasicScrollBarUI.java299 inputMap = getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
301 JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, inputMap);
324 else if (condition == JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT) {
H A DBasicTreeUI.java792 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
795 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT,
805 if (condition == JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT) {
1065 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT,
3382 InputMap inputMap = tree.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
H A DBasicTabbedPaneUI.java476 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
479 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT,
490 if (condition == JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT) {
504 WHEN_ANCESTOR_OF_FOCUSED_COMPONENT,
H A DBasicTableHeaderUI.java362 JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, keyMap);
H A DBasicListUI.java2448 InputMap inputMap = list.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DInternalDialog.java60 InputMap inputMap = getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
H A DConnectDialog.java398 InputMap inputMap = getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaSpinnerUI.java241 final InputMap spinnerInputMap = getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
265 final InputMap iMap = getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
266 SwingUtilities.replaceUIInputMap(spinner, JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, iMap);
271 if (condition == JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT) {
H A DAquaTabbedPaneCopyFromBasicUI.java462 InputMap km = getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
464 SwingUtilities.replaceUIInputMap(tabPane, JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, km);
473 if (condition == JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT) {
483 SwingUtilities.replaceUIInputMap(tabPane, JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, null);
H A DAquaFileChooserUI.java189 fc.registerKeyboardAction(new CancelSelectionAction(), KeyStroke.getKeyStroke(KeyEvent.VK_ESCAPE, 0), JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComponent.java283 public static final int WHEN_ANCESTOR_OF_FOCUSED_COMPONENT = 1; field in class:JComponent
364 /** Used for <code>WHEN_ANCESTOR_OF_FOCUSED_COMPONENT</code> bindings. */
2059 * <DT>WHEN_ANCESTOR_OF_FOCUSED_COMPONENT
2360 * <li><code>WHEN_ANCESTOR_OF_FOCUSED_COMPONENT</code>
2387 case WHEN_ANCESTOR_OF_FOCUSED_COMPONENT:
2396 throw new IllegalArgumentException("condition must be one of JComponent.WHEN_IN_FOCUSED_WINDOW, JComponent.WHEN_FOCUSED or JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT");
2405 * WHEN_ANCESTOR_OF_FOCUSED_COMPONENT
2461 * <li>JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT
2485 case WHEN_ANCESTOR_OF_FOCUSED_COMPONENT:
2508 throw new IllegalArgumentException("condition must be one of JComponent.WHEN_IN_FOCUSED_WINDOW, JComponent.WHEN_FOCUSED or JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT");
[all...]
H A DJTable.java5262 if (!retValue && condition == WHEN_ANCESTOR_OF_FOCUSED_COMPONENT &&
/openjdk7/jdk/src/share/classes/sun/swing/
H A DFilePane.java137 InputMap inputMap = detailsTable.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);

Completed in 183 milliseconds