Uses of Interface
de.sciss.app.PerformableEdit

Packages that use PerformableEdit
de.sciss.app   
de.sciss.common   
 

Uses of PerformableEdit in de.sciss.app
 

Classes in de.sciss.app that implement PerformableEdit
 class AbstractCompoundEdit
          This subclass of CompoundEdit is used to synchronize an Undo or Redo operation.
 class BasicUndoableEdit
           
 

Methods in de.sciss.app that return PerformableEdit
 PerformableEdit PerformableEdit.perform()
           
 PerformableEdit AbstractCompoundEdit.perform()
           
 

Methods in de.sciss.app with parameters of type PerformableEdit
 void AbstractCompoundEdit.addPerform(PerformableEdit edit)
           
 

Uses of PerformableEdit in de.sciss.common
 

Classes in de.sciss.common that implement PerformableEdit
 class BasicCompoundEdit
          This subclass of SyncCompoundEdit is the most basic extension of the abstract class which simply puts empty bodies for the abstract methods.