public class ChangeCaseCommand extends AbstractUndoableCommand
| Constructor and Description |
|---|
ChangeCaseCommand(ConsoleEditor editor) |
| 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 ChangeCaseCommand(ConsoleEditor editor)
Copyright © 2013. All Rights Reserved.