|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.formbuilder.client.options.UndoRedoManager
public class UndoRedoManager
Handles undo / redo actions
| Method Summary | |
|---|---|
boolean |
canRedo()
|
boolean |
canUndo()
|
static UndoRedoManager |
getInstance()
|
void |
redo()
gets the next action in the history and redoes it |
protected void |
syncAdd(UndoableEvent event)
|
void |
undo()
gets the previous action in the history and reverts it |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static UndoRedoManager getInstance()
protected void syncAdd(UndoableEvent event)
public void undo()
public void redo()
public boolean canUndo()
public boolean canRedo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||