Package | Description |
---|---|
org.jboss.aesh.console.helper | |
org.jboss.aesh.edit | |
org.jboss.aesh.edit.actions | |
org.jboss.aesh.edit.mapper |
Modifier and Type | Method and Description |
---|---|
Operation |
Search.getOperation() |
Modifier and Type | Method and Description |
---|---|
void |
Search.setOperation(Operation operation) |
Constructor and Description |
---|
Search(Operation operation,
int input) |
Modifier and Type | Method and Description |
---|---|
Operation |
KeyOperation.getOperation() |
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 Operation |
Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
Operation.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) |
Modifier and Type | Method and Description |
---|---|
static Operation |
OperationMapper.mapToFunction(String function) |
Modifier and Type | Method and Description |
---|---|
static KeyOperation |
KeyMapper.mapKeys(String keys,
Operation operation)
Parse lines that contain mapping like: C-q, Control-q, M-a, Meta-a, Meta-Control-b....
|
static KeyOperation |
KeyMapper.mapQuoteKeys(String keys,
Operation operation)
Parse key mapping lines that start with "
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.