com.nwoods.jgo
Class JGoUndoManager.JGoCompoundEdit
java.lang.Object
com.nwoods.jgo.AbstractUndoableEdit
com.nwoods.jgo.CompoundEdit
com.nwoods.jgo.JGoUndoManager.JGoCompoundEdit
- All Implemented Interfaces:
- java.io.Serializable, UndoableEdit
- Enclosing class:
- JGoUndoManager
- public class JGoUndoManager.JGoCompoundEdit
- extends CompoundEdit
This CompoundEdit keeps track of the presentation name for this group of
JGoDocumentChangedEdits that form a transaction.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JGoUndoManager.JGoCompoundEdit
public JGoUndoManager.JGoCompoundEdit()
getAllEdits
public java.util.Vector getAllEdits()
- Return the vector of all JGoDocumentChangedEdits being recorded by this CompoundEdit.
getPresentationName
public java.lang.String getPresentationName()
- Specified by:
getPresentationName
in interface UndoableEdit
- Overrides:
getPresentationName
in class CompoundEdit
setPresentationName
public void setPresentationName(java.lang.String s)
getUndoPresentationName
public java.lang.String getUndoPresentationName()
- Specified by:
getUndoPresentationName
in interface UndoableEdit
- Overrides:
getUndoPresentationName
in class CompoundEdit
getRedoPresentationName
public java.lang.String getRedoPresentationName()
- Specified by:
getRedoPresentationName
in interface UndoableEdit
- Overrides:
getRedoPresentationName
in class CompoundEdit