Method getKeymap()
Return type: javax.swing.text.Keymap
Member of: javax.swing.text.JTextComponent
[api documentation ] [ main menu]

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

1 javax.swing.text.Keymap map = component.getKeymap ();
2 editor.getKeymap().addActionForKeyStroke(binding, new InvokeAction());
3 txtEditor.getKeymap().removeKeyStrokeBinding(binding);
4 Keymap map = sourceEditorPane.getKeymap();
5 ("IOTextAreaKeymap", this.area.getKeymap());
6 if( this == target.getKeymap().getDefaultAction() ) { // defaultKeyTyped
7 Keymap map = hostField.getKeymap();
8 Keymap keymap = editor.getKeymap();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.