|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface HistoryBrowser.CommandController
Wrapps the command's execute, undo and redo methods.
Method Summary | |
---|---|
void |
execute(UndoableCommand command)
Wrapps the execute method. |
int |
getState()
Gets the state of the command controller. |
void |
redo(UndoableCommand command)
Wrapps the redo method. |
void |
undo(UndoableCommand command)
Wrapps the undo method. |
Method Detail |
---|
void execute(UndoableCommand command)
void undo(UndoableCommand command)
void redo(UndoableCommand command)
int getState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |