Package editor.undo

Class StagedStateEdit

    • Field Summary

      • Fields inherited from class javax.swing.undo.StateEdit

        object, postState, preState, RCSID, undoRedoName
      • Fields inherited from class javax.swing.undo.AbstractUndoableEdit

        RedoName, UndoName
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IStagedStateEditable getStagedRedoState()  
      IStagedStateEditable getStagedUndoState()  
      • Methods inherited from class javax.swing.undo.StateEdit

        end, getPresentationName, init, redo, removeRedundantState, undo
      • Methods inherited from class javax.swing.undo.AbstractUndoableEdit

        addEdit, canRedo, canUndo, die, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface javax.swing.undo.UndoableEdit

        addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, undo