|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyType | |
|---|---|
| org.crsh.console | |
| Uses of KeyType in org.crsh.console |
|---|
| Fields in org.crsh.console declared as KeyType | |
|---|---|
private static KeyType[] |
KeyType.INDEX
|
| Methods in org.crsh.console that return KeyType | |
|---|---|
(package private) static KeyType |
KeyType.map(jline.console.Operation operation,
int[] sequence)
. |
static KeyType |
KeyType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static KeyType[] |
KeyType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.crsh.console with parameters of type KeyType | |
|---|---|
void |
KeyHandler.handle(KeyType type,
int[] sequence)
Handle a key event. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||