edu.rice.cs.drjava.ui
Class DefinitionsPane.OurUndoManager

java.lang.Object
  |
  +--javax.swing.undo.AbstractUndoableEdit
        |
        +--javax.swing.undo.CompoundEdit
              |
              +--javax.swing.undo.UndoManager
                    |
                    +--edu.rice.cs.drjava.ui.DefinitionsPane.OurUndoManager
All Implemented Interfaces:
EventListener, Serializable, UndoableEdit, UndoableEditListener
Enclosing class:
DefinitionsPane

private class DefinitionsPane.OurUndoManager
extends UndoManager

Is used to be able to call editToBeUndone and editToBeRedone since they are protected methods in UndoManager

See Also:
Serialized Form

Fields inherited from class javax.swing.undo.UndoManager
indexOfNextAdd, limit
 
Fields inherited from class javax.swing.undo.CompoundEdit
edits, inProgress
 
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
alive, hasBeenDone, RedoName, UndoName
 
Methods inherited from class javax.swing.undo.UndoManager
addEdit, canRedo, canUndo, canUndoOrRedo, discardAllEdits, editToBeRedone, editToBeUndone, end, getLimit, getRedoPresentationName, getUndoOrRedoPresentationName, getUndoPresentationName, redo, redoTo, setLimit, toString, trimEdits, trimForLimit, undo, undoableEditHappened, undoOrRedo, undoTo
 
Methods inherited from class javax.swing.undo.CompoundEdit
die, getPresentationName, isInProgress, isSignificant, lastEdit
 
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
replaceEdit
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait