Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
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)
|
Method Detail |
public String getName()
public Action getDefaultAction()
public void setDefaultAction(Action a)
public Action getAction(KeyStroke key)
key
- the key sequence
public KeyStroke[] getBoundKeyStrokes()
public Action[] getBoundActions()
public KeyStroke[] getKeyStrokesForAction(Action a)
a
- the action
public boolean isLocallyDefined(KeyStroke key)
key
- the key sequence
public void addActionForKeyStroke(KeyStroke key, Action a)
key
- the key sequence
a
- the action
public void removeKeyStrokeBinding(KeyStroke keys)
keys
- the key sequence
public void removeBindings()
public Keymap getResolveParent()
public void setResolveParent(Keymap parent)
parent
- the parent keymap
Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |