Method registerKeyboardAction(ActionListener anAction, KeyStroke aKeyStroke, int aCondition)
Return type: void
Member of: javax.swing.JComponent
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 this.registerKeyboardAction(this, KeyStroke.getKeyStroke(KeyEvent.VK_C, 2), WHEN_FOCUSED );
2 tf.registerKeyboardAction(
3 _drawingPane.registerKeyboardAction(action,
4 registerKeyboardAction(addListener,
5 button.registerKeyboardAction(
6 tree.registerKeyboardAction(
7 referenceList.registerKeyboardAction(new ActionListener() {
8 registerKeyboardAction(al,
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.