|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.console.EditorAction org.crsh.console.Mode org.crsh.console.Mode.Digit
public static class Mode.Digit
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.crsh.console.Mode |
---|
Mode.ChangeChar, Mode.Digit |
Nested classes/interfaces inherited from class org.crsh.console.EditorAction |
---|
EditorAction.ChangeChars, EditorAction.Copy, EditorAction.DeleteNextChars, EditorAction.History, EditorAction.InsertKey, EditorAction.MoveNextWord, EditorAction.MovePrevWord |
Field Summary | |
---|---|
(package private) int |
count . |
(package private) Character |
to . |
Fields inherited from class org.crsh.console.Mode |
---|
CHANGE_TO, DELETE_TO, EMACS, VI_INSERT, VI_MOVE, YANK_TO |
Constructor Summary | |
---|---|
Mode.Digit() |
|
Mode.Digit(int count) |
Method Summary | |
---|---|
boolean |
equals(Object obj) |
int |
getCount() |
String |
getKeyMap() |
Character |
getTo() |
EditorAction |
on(KeyStroke keyStroke) Transform a key stroke into a editor action. |
String |
toString() |
Methods inherited from class org.crsh.console.Mode |
---|
perform |
Methods inherited from class org.crsh.console.EditorAction |
---|
execute, repeat, then |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
int count
Character to
Constructor Detail |
---|
public Mode.Digit(int count)
public Mode.Digit()
Method Detail |
---|
public int getCount()
public Character getTo()
public String getKeyMap()
getKeyMap
in class Mode
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Mode
public EditorAction on(KeyStroke keyStroke)
Mode
on
in class Mode
keyStroke
- the key stroke
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |