|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyStroke | |
|---|---|
| org.crsh.console | |
| Uses of KeyStroke in org.crsh.console |
|---|
| Fields in org.crsh.console with type parameters of type KeyStroke | |
|---|---|
(package private) BlockingDeque<KeyStroke> |
Console.buffer
The buffer. |
| Methods in org.crsh.console that return types with arguments of type KeyStroke | |
|---|---|
Iterable<KeyStroke> |
Console.getKeyBuffer()
|
| Methods in org.crsh.console with parameters of type KeyStroke | |
|---|---|
void |
Console.on(KeyStroke keyStroke)
|
EditorAction |
Mode.on(KeyStroke keyStroke)
Transform a key stroke into a editor action. |
EditorAction |
Mode.ChangeChar.on(KeyStroke keyStroke)
|
EditorAction |
Mode.Digit.on(KeyStroke keyStroke)
|
void |
Console.on(KeyStroke[] keyStrokes)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||