com.nwoods.jgo
Class JGoUndoManager.JGoCompoundEdit

java.lang.Object
  extended bycom.nwoods.jgo.AbstractUndoableEdit
      extended bycom.nwoods.jgo.CompoundEdit
          extended bycom.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

Field Summary
 
Fields inherited from class com.nwoods.jgo.CompoundEdit
edits
 
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 com.nwoods.jgo.CompoundEdit
addEdit, canRedo, canUndo, die, end, isInProgress, lastEdit, redo, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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()
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