Package | Description |
---|---|
org.jboss.aesh.console | |
org.jboss.aesh.console.helper | |
org.jboss.aesh.edit | |
org.jboss.aesh.edit.actions |
Modifier and Type | Method and Description |
---|---|
void |
InputProcessorInterruptHook.handleInterrupt(Action action) |
void |
AeshConsoleBuffer.updateCurrentAction(Action action) |
void |
ConsoleBuffer.updateCurrentAction(Action action) |
Modifier and Type | Method and Description |
---|---|
void |
InterruptHook.handleInterrupt(Console console,
Action action) |
Modifier and Type | Method and Description |
---|---|
Action |
EmacsEditMode.getCurrentAction() |
Action |
ViEditMode.getCurrentAction() |
Action |
EditMode.getCurrentAction() |
Action |
KeyOperation.getWorkingMode() |
Constructor and Description |
---|
KeyOperation(Key key,
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,
Mode mode) |
PrevSpaceWordAction(int start,
Action action) |
PrevWordAction(int start,
Action action,
Mode mode) |
SimpleAction(int start,
Action action) |
SimpleAction(int start,
Action action,
int end) |
Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.