| Modifier and Type | Class and Description |
|---|---|
static class |
EditorAction.History |
Mode.ChangeChar, Mode.Digit| Constructor and Description |
|---|
Mode.ChangeChar(int count) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getKeyMap() |
org.crsh.console.EditorAction |
on(org.crsh.console.KeyStroke keyStroke)
Transform a key stroke into a editor action.
|
org.crsh.console.EditorAction |
repeat(int count) |
org.crsh.console.EditorAction |
then(org.crsh.console.EditorAction action) |
String |
toString() |
public org.crsh.console.EditorAction on(org.crsh.console.KeyStroke keyStroke)
Modepublic org.crsh.console.EditorAction then(org.crsh.console.EditorAction action)
public org.crsh.console.EditorAction repeat(int count)
Copyright © 2015 eXo Platform SAS. All Rights Reserved.