public class TypeCommand extends AbstractUndoableCommand
| Constructor and Description |
|---|
TypeCommand(ConsoleEditor editor,
java.lang.String str) |
| Modifier and Type | Method and Description |
|---|---|
void |
doExecute()
Executes the
Command. |
void |
undo()
Undo the
Command. |
execute, getAfterColumn, getAfterLine, getBeforeColumn, getBeforeLine, getEditor, redo, setAfterColumn, setAfterLine, setBeforeColumn, setBeforeLinepublic TypeCommand(ConsoleEditor editor, java.lang.String str)
public void doExecute()
UndoableCommandCommand.public void undo()
UndoableCommandCommand.Copyright © 2018. All Rights Reserved.