|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.jaspira.undo.UndoMgr.Transaction
public class UndoMgr.Transaction
A Transaction is a set of actions.
| Constructor Summary | |
|---|---|
UndoMgr.Transaction(java.lang.String displayName)
|
|
| Method Summary | |
|---|---|
void |
addUndoable(Undoable undo)
Adds an undoable object to the transition. |
java.lang.String |
getDisplayName()
Returns the Name of the Transaction. |
boolean |
isRedoable()
Returns true if the Transaction can be redo. |
void |
redo()
Undo the Transaction. |
void |
undo()
Undo the Transaction. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UndoMgr.Transaction(java.lang.String displayName)
| Method Detail |
|---|
public void addUndoable(Undoable undo)
undo - The undoable to addpublic boolean isRedoable()
public void undo()
public void redo()
public java.lang.String getDisplayName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||