|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wirefusion.undo.WfUndoManager
public class WfUndoManager
Each Project in WireFusion has one instance of this class. It is the main class for managing the undo system.
| Method Summary | |
|---|---|
boolean |
addEdit(javax.swing.undo.UndoableEdit anEdit)
Inserts anEdit if undo or redo is not in progress. |
void |
endCompound()
Is called after startCompound() to mark the end of a compound edit. |
void |
startCompound(java.lang.String compoundName)
Marks the start of a compound edit. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean addEdit(javax.swing.undo.UndoableEdit anEdit)
anEdit -
public void startCompound(java.lang.String compoundName)
compoundName - public void endCompound()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||