com.nwoods.jgo
Class JGoUndoManager.JGoCompoundEdit

java.lang.Object
  extended byjavax.swing.undo.AbstractUndoableEdit
      extended byjavax.swing.undo.CompoundEdit
          extended bycom.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

Field Summary
 
Fields inherited from class javax.swing.undo.CompoundEdit
edits
 
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
 
Constructor Summary
JGoUndoManager.JGoCompoundEdit()
           
 
Method Summary
 java.util.Vector getAllEdits()
          Return the vector of all JGoDocumentChangedEdits being recorded by this CompoundEdit.
 java.lang.String getPresentationName()
           
 java.lang.String getRedoPresentationName()
           
 java.lang.String getUndoPresentationName()
           
 void setPresentationName(java.lang.String s)
           
 
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
 

Constructor Detail

JGoUndoManager.JGoCompoundEdit

public JGoUndoManager.JGoCompoundEdit()
Method Detail

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()