Class MapLayoutUndoRedo.RemoveElementEdit

    • Field Summary

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

        RedoName, UndoName
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPresentationName​()  
      void redo​()  
      void 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
    • Method Detail

      • getPresentationName

        public java.lang.String getPresentationName​()
        Overrides:
        getPresentationName in class javax.swing.undo.AbstractUndoableEdit
      • undo

        public void undo​()
        Overrides:
        undo in class javax.swing.undo.AbstractUndoableEdit
      • redo

        public void redo​()
        Overrides:
        redo in class javax.swing.undo.AbstractUndoableEdit