de.sciss.app
Interface PerformableEdit

All Superinterfaces:
javax.swing.undo.UndoableEdit
All Known Implementing Classes:
AbstractCompoundEdit, BasicCompoundEdit, BasicUndoableEdit

public interface PerformableEdit
extends javax.swing.undo.UndoableEdit


Method Summary
 void debugDump(int nest)
           
 PerformableEdit perform()
           
 
Methods inherited from interface javax.swing.undo.UndoableEdit
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, undo
 

Method Detail

perform

PerformableEdit perform()

debugDump

void debugDump(int nest)