|
||||||||||
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.ChangeChar
public static class Mode.ChangeChar
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 / |
Fields inherited from class org.crsh.console.Mode |
---|
CHANGE_TO, DELETE_TO, EMACS, VI_INSERT, VI_MOVE, YANK_TO |
Constructor Summary | |
---|---|
Mode.ChangeChar(int count) |
Method Summary | |
---|---|
boolean |
equals(Object obj) |
String |
getKeyMap() |
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 |
---|
final int count
Constructor Detail |
---|
public Mode.ChangeChar(int count)
Method Detail |
---|
public String getKeyMap()
getKeyMap
in class Mode
public EditorAction on(KeyStroke keyStroke)
Mode
on
in class Mode
keyStroke
- the key strokepublic boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Mode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |