Uses of Class
uk.org.toot.service.ServiceProvider

Packages that use ServiceProvider
uk.org.toot.audio.basic.stereoImage This package provides a simple stereo image processing model which was developed for the first tutorial. 
uk.org.toot.audio.delay This package provides delay processors such as phasers, flangers, chorus, and multi tap delays. 
uk.org.toot.audio.dynamics This package provides dynamics processors such as compressors, limiters, gates and expanders. 
uk.org.toot.audio.eq This package provides EQ processors such as parametric, graphic and cut EQs. 
uk.org.toot.audio.server.spi This package provides AudioServerServiceProvider, an abstract class to assist in implementing plugin AudioServer services. 
uk.org.toot.audio.spi This package provides an abstract specialisation of a ServiceProvider, AudioServiceProvider, and an abstract class TootAudioServiceProvider which is an example of how to implement an AudioServiceProvider for a specific provider. 
uk.org.toot.audio.tool   
uk.org.toot.service This package provides a small framework for plugin services. 
uk.org.toot.swingui.audioui.basicui   
uk.org.toot.swingui.audioui.serverui.spi   
uk.org.toot.swingui.controlui.spi   
uk.org.toot.synth.channels.example2   
uk.org.toot.synth.channels.example3   
uk.org.toot.synth.spi   
uk.org.toot.synth.synths.multi   
uk.org.toot.synth.synths.plucked   
 

Uses of ServiceProvider in uk.org.toot.audio.basic.stereoImage
 

Subclasses of ServiceProvider in uk.org.toot.audio.basic.stereoImage
 class StereoImageServiceProvider
          Exposes stereo image manipulation as a plugin service
 

Uses of ServiceProvider in uk.org.toot.audio.delay
 

Subclasses of ServiceProvider in uk.org.toot.audio.delay
 class DelayServiceProvider
           
 

Uses of ServiceProvider in uk.org.toot.audio.dynamics
 

Subclasses of ServiceProvider in uk.org.toot.audio.dynamics
 class DynamicsServiceProvider
           
 

Uses of ServiceProvider in uk.org.toot.audio.eq
 

Subclasses of ServiceProvider in uk.org.toot.audio.eq
 class EQServiceProvider
          The ServiceProvider for Toot EQ.
 

Uses of ServiceProvider in uk.org.toot.audio.server.spi
 

Subclasses of ServiceProvider in uk.org.toot.audio.server.spi
 class AudioServerServiceProvider
           
 

Uses of ServiceProvider in uk.org.toot.audio.spi
 

Subclasses of ServiceProvider in uk.org.toot.audio.spi
 class AudioServiceProvider
           
 class TootAudioServiceProvider
          The Toot Audio ServiceProvider is implemented so that the provider id and name are only used once.
 

Uses of ServiceProvider in uk.org.toot.audio.tool
 

Subclasses of ServiceProvider in uk.org.toot.audio.tool
 class ToolServiceProvider
           
 

Uses of ServiceProvider in uk.org.toot.service
 

Methods in uk.org.toot.service with type parameters of type ServiceProvider
static
<T extends ServiceProvider>
java.util.Iterator<T>
Services.lookup(java.lang.Class<T> clazz)
           
 

Methods in uk.org.toot.service with parameters of type ServiceProvider
 void ServiceVisitor.visitProvider(ServiceProvider p)
           
 void ServicePrinter.visitProvider(ServiceProvider p)
           
 

Uses of ServiceProvider in uk.org.toot.swingui.audioui.basicui
 

Subclasses of ServiceProvider in uk.org.toot.swingui.audioui.basicui
 class BasicUIServiceProvider
           
 

Uses of ServiceProvider in uk.org.toot.swingui.audioui.serverui.spi
 

Subclasses of ServiceProvider in uk.org.toot.swingui.audioui.serverui.spi
 class AudioServerUIServiceProvider
           
 

Uses of ServiceProvider in uk.org.toot.swingui.controlui.spi
 

Subclasses of ServiceProvider in uk.org.toot.swingui.controlui.spi
 class ControlPanelServiceProvider
           
 

Uses of ServiceProvider in uk.org.toot.synth.channels.example2
 

Subclasses of ServiceProvider in uk.org.toot.synth.channels.example2
 class Example2SynthServiceProvider
           
 

Uses of ServiceProvider in uk.org.toot.synth.channels.example3
 

Subclasses of ServiceProvider in uk.org.toot.synth.channels.example3
 class Example3SynthServiceProvider
           
 

Uses of ServiceProvider in uk.org.toot.synth.spi
 

Subclasses of ServiceProvider in uk.org.toot.synth.spi
 class SynthChannelServiceProvider
           
 class SynthServiceProvider
           
 class TootSynthChannelServiceProvider
          The Toot Synth ServiceProvider is implemented so that the provider id and name are only used once.
 

Uses of ServiceProvider in uk.org.toot.synth.synths.multi
 

Subclasses of ServiceProvider in uk.org.toot.synth.synths.multi
 class MultiSynthServiceProvider
           
 

Uses of ServiceProvider in uk.org.toot.synth.synths.plucked
 

Subclasses of ServiceProvider in uk.org.toot.synth.synths.plucked
 class PluckedSynthServiceProvider
           
 



Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.