Package | Description |
---|---|
org.jboss.aesh.edit | |
org.jboss.aesh.edit.actions |
Modifier and Type | Method and Description |
---|---|
Action |
ViEditMode.getCurrentAction() |
Action |
EditMode.getCurrentAction() |
Action |
EmacsEditMode.getCurrentAction() |
Action |
KeyOperation.getWorkingMode() |
Constructor and Description |
---|
KeyOperation(int[] value,
Operation operation,
Action workingMode) |
KeyOperation(int value,
Operation operation,
Action workingMode) |
Modifier and Type | Method and Description |
---|---|
Action |
Operation.getAction() |
Action |
EditAction.getAction() |
static Action |
Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action[] |
Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DeleteAction(int start,
Action action) |
DeleteAction(int start,
Action action,
boolean backspace) |
EditAction(int start,
Action action) |
NextSpaceWordAction(int start,
Action action) |
NextWordAction(int start,
Action action) |
PrevSpaceWordAction(int start,
Action action) |
PrevWordAction(int start,
Action action) |
SimpleAction(int start,
Action action) |
SimpleAction(int start,
Action action,
int end) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.