|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UndoableCommand
The undoable/redoable command.
| Method Summary | |
|---|---|
void |
execute()
Executes this command. |
String |
getName()
Gets the command name. |
void |
redo()
Performs redo for this command. |
boolean |
shouldExecute()
Tests if the command can be executed. |
void |
undo()
Performs undo for this command. |
| Method Detail |
|---|
void execute()
void undo()
void redo()
String getName()
boolean shouldExecute()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||