Package de.sciss.app
Class BasicUndoableEdit
- java.lang.Object
-
- javax.swing.undo.AbstractUndoableEdit
-
- de.sciss.app.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
-
-
Constructor Summary
Constructors Constructor Description BasicUndoableEdit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebugDump(int nest)protected java.lang.StringgetResourceString(java.lang.String key)java.lang.StringtoString()-
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 de.sciss.app.PerformableEdit
perform
-
-
-
-
Method Detail
-
getResourceString
protected java.lang.String getResourceString(java.lang.String key)
-
debugDump
public void debugDump(int nest)
- Specified by:
debugDumpin interfacePerformableEdit
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjavax.swing.undo.AbstractUndoableEdit
-
-