| Package | Description |
|---|---|
| org.jboss.aesh.console.settings | |
| org.jboss.aesh.edit |
| Modifier and Type | Method and Description |
|---|---|
Mode |
Settings.getEditMode()
Either Emacs or Vi mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Settings.setEditMode(Mode editMode) |
| Modifier and Type | Method and Description |
|---|---|
Mode |
ViEditMode.getMode() |
Mode |
EmacsEditMode.getMode() |
Mode |
EditMode.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.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.