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

Packages that use ServiceVisitor
uk.org.toot.audio.core This package provides the core composite model for the Audio problem domain, separating the concerns of processing (AudioProcess) from the control of that processing (AudioControls). 
uk.org.toot.audio.server This package provides interfaces AudioClient and AudioServer which define a simple contract which separates the concern of client digital signal processing from its timing and the provision of external i/o. 
uk.org.toot.service This package provides a small framework for plugin services. 
uk.org.toot.swingui.audioui.serverui   
uk.org.toot.swingui.controlui   
uk.org.toot.synth   
 

Uses of ServiceVisitor in uk.org.toot.audio.core
 

Methods in uk.org.toot.audio.core with parameters of type ServiceVisitor
static void AudioServices.accept(ServiceVisitor v, java.lang.Class<?> clazz)
           
 

Uses of ServiceVisitor in uk.org.toot.audio.server
 

Methods in uk.org.toot.audio.server with parameters of type ServiceVisitor
static void AudioServerServices.accept(ServiceVisitor v, java.lang.Class<?> clazz)
           
 

Uses of ServiceVisitor in uk.org.toot.service
 

Subclasses of ServiceVisitor in uk.org.toot.service
 class ServicePrinter
          An example of using the Visitor pattern to print ServiceDescriptors provided by ServiceProviders.
 

Methods in uk.org.toot.service with parameters of type ServiceVisitor
 void ServiceProvider.accept(ServiceVisitor v, java.lang.Class<?> clazz)
          Accepts a ServiceVisitor to visit all or specific services.
 

Uses of ServiceVisitor in uk.org.toot.swingui.audioui.serverui
 

Methods in uk.org.toot.swingui.audioui.serverui with parameters of type ServiceVisitor
static void AudioServerUIServices.accept(ServiceVisitor v, java.lang.Class<?> clazz)
           
 

Uses of ServiceVisitor in uk.org.toot.swingui.controlui
 

Methods in uk.org.toot.swingui.controlui with parameters of type ServiceVisitor
static void ControlPanelServices.accept(ServiceVisitor v, java.lang.Class<?> clazz)
           
 

Uses of ServiceVisitor in uk.org.toot.synth
 

Methods in uk.org.toot.synth with parameters of type ServiceVisitor
static void SynthChannelServices.accept(ServiceVisitor v, java.lang.Class<?> clazz)
           
static void SynthServices.accept(ServiceVisitor v, java.lang.Class<?> clazz)
           
 



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