Package de.sciss.app

Class BasicUndoableEdit

  • All Implemented Interfaces:
    PerformableEdit, java.io.Serializable, javax.swing.undo.UndoableEdit

    public abstract class BasicUndoableEdit
    extends javax.swing.undo.AbstractUndoableEdit
    implements PerformableEdit
    See Also:
    Serialized Form
    • 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
      void debugDump​(int nest)  
      protected java.lang.String getResourceString​(java.lang.String key)  
      java.lang.String toString()  
      • Methods inherited from class javax.swing.undo.AbstractUndoableEdit

        addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, undo
      • 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
    • Constructor Detail

      • BasicUndoableEdit

        public BasicUndoableEdit()
    • Method Detail

      • getResourceString

        protected java.lang.String getResourceString​(java.lang.String key)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class javax.swing.undo.AbstractUndoableEdit