com.nwoods.jgo
Class JGoUndoManager.JGoCompoundEdit
java.lang.Object
javax.swing.undo.AbstractUndoableEdit
javax.swing.undo.CompoundEdit
com.nwoods.jgo.JGoUndoManager.JGoCompoundEdit
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.undo.UndoableEdit
- Enclosing class:
- JGoUndoManager
- public class JGoUndoManager.JGoCompoundEdit
- extends javax.swing.undo.CompoundEdit
This CompoundEdit keeps track of the presentation name for this group of
JGoDocumentChangedEdits that form a transaction.
- See Also:
- Serialized Form
| Fields inherited from class javax.swing.undo.CompoundEdit |
edits |
| Fields inherited from class javax.swing.undo.AbstractUndoableEdit |
RedoName, UndoName |
| Methods inherited from class javax.swing.undo.CompoundEdit |
addEdit, canRedo, canUndo, die, end, isInProgress, isSignificant, lastEdit, redo, toString, undo |
| Methods inherited from class javax.swing.undo.AbstractUndoableEdit |
replaceEdit |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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()
setPresentationName
public void setPresentationName(java.lang.String s)
getUndoPresentationName
public java.lang.String getUndoPresentationName()
getRedoPresentationName
public java.lang.String getRedoPresentationName()