public interface UndoableCommand extends Command
| Modifier and Type | Method and Description |
|---|---|
void |
doExecute()
Executes the
Command. |
int |
getAfterColumn()
The columns the cursor was pointing after the
Command execution. |
int |
getAfterLine()
The line the cursor was pointing after the
Command execution. |
int |
getBeforeColumn()
The columns the cursor was pointing before the
Command execution. |
int |
getBeforeLine()
The line the cursor was pointing before the
Command execution. |
void |
redo()
Executes the
Command again. |
void |
undo()
Undo the
Command. |
void doExecute()
Command.void undo()
Command.void redo()
Command again.int getBeforeLine()
Command execution.int getBeforeColumn()
Command execution.int getAfterLine()
Command execution.int getAfterColumn()
Command execution.Copyright © 2013. All Rights Reserved.