public abstract class AbstractEditMode extends java.lang.Object implements EditMode
| Modifier and Type | Field and Description |
|---|---|
private boolean |
askForCompletions |
private Console |
console |
protected int |
eofCounter |
protected int |
ignoreEof |
private static java.lang.String |
IGNOREEOF |
| Constructor and Description |
|---|
AbstractEditMode() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkEof() |
void |
init(Console console) |
protected boolean |
isAskingForCompletions() |
void |
resetEOF() |
void |
setAskForCompletions(boolean askForCompletions) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrentAction, getMode, parseInputprivate Console console
private static final java.lang.String IGNOREEOF
protected int eofCounter
protected int ignoreEof
private boolean askForCompletions
public void setAskForCompletions(boolean askForCompletions)
setAskForCompletions in interface EditModeprotected boolean isAskingForCompletions()
protected void checkEof()