Uses of Interface
de.sciss.util.Disposable

Packages that use Disposable
de.sciss.app   
de.sciss.common   
de.sciss.gui   
 

Uses of Disposable in de.sciss.app
 

Subinterfaces of Disposable in de.sciss.app
 interface Document
          The Document interface is an attempt to create common classes and interfaces (the package de.sciss.app) which can be shared by different programmes, such as Meloncillo or FScape, without having to make adjustments in different places each time a modification is made.
 

Uses of Disposable in de.sciss.common
 

Classes in de.sciss.common that implement Disposable
 class BasicDocument
           
 class ProcessingThread
          A subclass of Thread that is capable of dealing with synchronization issues.
 class ShowWindowAction
           
 

Uses of Disposable in de.sciss.gui
 

Subinterfaces of Disposable in de.sciss.gui
 interface PeakMeterView
           
 

Classes in de.sciss.gui that implement Disposable
 class AquaWindowBar
          An Aqua-LnF fake window bar to be used on the top or left border of frame.
 class ComponentHost
           
 class PeakMeter
          A level (volume) meter GUI component.
 class PeakMeterGroup
           
 class PeakMeterPanel