public static interface HistoryBrowser.CommandController
Modifier and Type | Method and Description |
---|---|
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.
|
void execute(UndoableCommand command)
void undo(UndoableCommand command)
void redo(UndoableCommand command)
int getState()
Copyright © 2022 Apache Software Foundation. All Rights Reserved.