public class EmacsEditMode extends AbstractEditMode
| Modifier and Type | Field and Description |
|---|---|
private Action |
mode |
private KeyOperationManager |
operationManager |
eofCounter, ignoreEof| Constructor and Description |
|---|
EmacsEditMode(KeyOperationManager operations) |
| Modifier and Type | Method and Description |
|---|---|
private Operation |
findOperation(KeyOperation currentOperation,
java.lang.String buffer) |
Action |
getCurrentAction() |
Mode |
getMode() |
Operation |
parseInput(Key in,
java.lang.String buffer) |
checkEof, init, isAskingForCompletions, resetEOF, setAskForCompletionsprivate Action mode
private final KeyOperationManager operationManager
public EmacsEditMode(KeyOperationManager operations)