|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.console.KeyStroke
class KeyStroke
A recorded key stroke that associates an operation with the sequence that triggered it.
Field Summary | |
---|---|
(package private) Operation |
operation . |
(package private) int[] |
sequence . |
Constructor Summary | |
---|---|
KeyStroke(Operation operation, int... sequence) |
Method Summary | |
---|---|
(package private) KeyType |
map() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
final Operation operation
final int[] sequence
Constructor Detail |
---|
public KeyStroke(Operation operation, int... sequence)
Method Detail |
---|
KeyType map()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |