javax.swing.text
public interface Keymap
| Method Summary | |
|---|---|
| void | addActionForKeyStroke(KeyStroke key, Action a) |
| Action | getAction(KeyStroke key) |
| Action[] | getBoundActions() |
| KeyStroke[] | getBoundKeyStrokes() |
| Action | getDefaultAction() |
| KeyStroke[] | getKeyStrokesForAction(Action a) |
| String | getName() |
| Keymap | getResolveParent() |
| boolean | isLocallyDefined(KeyStroke key) |
| void | removeBindings() |
| void | removeKeyStrokeBinding(KeyStroke keys) |
| void | setDefaultAction(Action a) |
| void | setResolveParent(Keymap parent) |