Searched refs:registerKeyboardAction (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComponent.java174 * @see #registerKeyboardAction
271 * Constant used for <code>registerKeyboardAction</code> that
278 * Constant used for <code>registerKeyboardAction</code> that
286 * Constant used for <code>registerKeyboardAction</code> that
2085 public void registerKeyboardAction(ActionListener anAction,String aCommand,KeyStroke aKeyStroke,int aCondition) { method in class:JComponent
2211 public void registerKeyboardAction(ActionListener anAction,KeyStroke aKeyStroke,int aCondition) { method in class:JComponent
2212 registerKeyboardAction(anAction,null,aKeyStroke,aCondition);
2249 * @see #registerKeyboardAction
3370 * added via <code>registerKeyboardAction</code>.
3407 // registerKeyboardAction(nul
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java189 fc.registerKeyboardAction(new CancelSelectionAction(), KeyStroke.getKeyStroke(KeyEvent.VK_ESCAPE, 0), JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT);
1733 fFileList.registerKeyboardAction(new CancelSelectionAction(), KeyStroke.getKeyStroke(KeyEvent.VK_ESCAPE, 0), JComponent.WHEN_FOCUSED);
1735 fFileList.registerKeyboardAction(new DefaultButtonAction(), KeyStroke.getKeyStroke(KeyEvent.VK_ENTER, 0), JComponent.WHEN_FOCUSED);

Completed in 47 milliseconds