Package | Description |
---|---|
org.jedit.keymap |
Named sets of keyboard shortcuts
|
Modifier and Type | Method | Description |
---|---|---|
KeymapManager.State |
KeymapManager.getKeymapState(java.lang.String name) |
Returns the state of the keymap
|
KeymapManager.State |
KeymapManagerImpl.getKeymapState(java.lang.String name) |
|
static KeymapManager.State |
KeymapManager.State.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static KeymapManager.State[] |
KeymapManager.State.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|