de.sciss.app
Class BasicUndoableEdit

java.lang.Object
  extended by javax.swing.undo.AbstractUndoableEdit
      extended by 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

Version:
0.70, 01-May-06
Author:
Hanns Holger Rutz
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
 
Constructor Summary
BasicUndoableEdit()
           
 
Method Summary
 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 de.sciss.app.PerformableEdit
perform
 
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)

debugDump

public void debugDump(int nest)
Specified by:
debugDump in interface PerformableEdit

toString

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