Package | Description |
---|---|
org.jboss.aesh.console.settings | |
org.jboss.aesh.edit | |
org.jboss.aesh.edit.actions |
Modifier and Type | Method and Description |
---|---|
Mode |
SettingsImpl.getMode()
Either Emacs or Vi mode.
|
Mode |
Settings.getMode()
Get the current Mode.
|
Modifier and Type | Method and Description |
---|---|
SettingsBuilder |
SettingsBuilder.mode(Mode mode) |
void |
SettingsImpl.setMode(Mode editMode) |
Modifier and Type | Method and Description |
---|---|
Mode |
ViEditMode.getMode() |
Mode |
EditMode.getMode() |
Mode |
EmacsEditMode.getMode() |
static Mode |
Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mode[] |
Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EditAction |
EditActionManager.parseAction(Operation operation,
int cursor,
int length,
Mode mode) |
Constructor and Description |
---|
NextWordAction(int start,
Action action,
Mode mode) |
PrevWordAction(int start,
Action action,
Mode mode) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.