|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IUndoRedoManager
An undo-redo manager specification.
| Method Summary | |
|---|---|
boolean |
addEdit(UndoableEdit edit)
Add an UndoableEdit. |
void |
redo()
Redo the last action that has been undo. |
void |
setRedoAction(Action redoAction)
Set the redo action. |
void |
setUndoAction(Action undoAction)
Set the undo action. |
void |
undo()
Undo the last action. |
| Methods inherited from interface org.jtheque.core.managers.ActivableManager |
|---|
isEnabled, setEnabled |
| Methods inherited from interface org.jtheque.core.managers.IManager |
|---|
close, init, preInit |
| Method Detail |
|---|
void undo()
void redo()
boolean addEdit(UndoableEdit edit)
UndoableEdit.
edit - The edit to add.
void setUndoAction(Action undoAction)
undoAction - The undo action.void setRedoAction(Action redoAction)
redoAction - The redo action.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||