Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddebugDump(int nest)PerformableEditperform()
-
-
-
Method Detail
-
perform
PerformableEdit perform()
-
debugDump
void debugDump(int nest)
-
-