public class ReplaceCharcterCommand extends AbstractUndoableCommand
| Constructor and Description |
|---|
ReplaceCharcterCommand(ConsoleEditor editor,
java.lang.String replace) |
| 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 ReplaceCharcterCommand(ConsoleEditor editor, java.lang.String replace)
Copyright © 2018. All Rights Reserved.