| Package | Description |
|---|---|
| org.jboss.aesh.console | |
| org.jboss.aesh.edit.actions |
| Modifier and Type | Method and Description |
|---|---|
private void |
AeshInputProcessor.changeEditMode(Movement movement)
If movement == PREV setting VI mode
if movement == NEXT setting EMACS mode
|
| Modifier and Type | Field and Description |
|---|---|
private Movement |
Operation.movement |
| Modifier and Type | Method and Description |
|---|---|
Movement |
Operation.getMovement() |
static Movement |
Movement.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Movement[] |
Movement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Operation(Movement movement,
Action action) |