| Package | Description |
|---|---|
| org.jboss.aesh.console.command | |
| org.jboss.aesh.edit | |
| org.jboss.aesh.terminal |
| Modifier and Type | Method and Description |
|---|---|
Key |
CommandOperation.getInputKey() |
| Constructor and Description |
|---|
CommandOperation(Key key) |
CommandOperation(Key key,
int[] input) |
CommandOperation(Key key,
int[] input,
int position) |
| Modifier and Type | Method and Description |
|---|---|
Key |
KeyOperation.getKey() |
| Modifier and Type | Method and Description |
|---|---|
KeyOperation |
KeyOperationManager.findOperation(Key key) |
Operation |
ViEditMode.parseInput(Key in,
String buffer) |
Operation |
EmacsEditMode.parseInput(Key in,
String buffer) |
Operation |
EditMode.parseInput(Key input,
String buffer) |
| Constructor and Description |
|---|
KeyOperation(Key key,
Operation operation) |
KeyOperation(Key key,
Operation operation,
Action workingMode) |
| Modifier and Type | Method and Description |
|---|---|
static Key |
Key.findStartKey(int[] input) |
static Key |
Key.findStartKey(int[] input,
int position) |
static Key |
Key.getKey(int[] otherValues) |
static Key |
Key.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Key[] |
Key.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024 JBoss by Red Hat. All rights reserved.