uk.org.toot.swingui.audioui.serverui
Class AudioServerUIServices

java.lang.Object
  extended by uk.org.toot.service.Services
      extended by uk.org.toot.swingui.audioui.serverui.AudioServerUIServices

public class AudioServerUIServices
extends Services


Nested Class Summary
static class AudioServerUIServices.SetupDialog
           
 
Method Summary
static void accept(ServiceVisitor v, java.lang.Class<?> clazz)
           
static javax.swing.JComponent createServerUI(AudioServer server, AudioServerConfiguration p)
           
static void main(java.lang.String[] args)
           
static void printServiceDescriptors(java.lang.Class<?> clazz)
           
static java.util.Iterator<AudioServerUIServiceProvider> providers()
           
static void showSetupDialog(AudioServer server, AudioServerConfiguration p)
           
 
Methods inherited from class uk.org.toot.service.Services
lookup
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createServerUI

public static javax.swing.JComponent createServerUI(AudioServer server,
                                                    AudioServerConfiguration p)

showSetupDialog

public static void showSetupDialog(AudioServer server,
                                   AudioServerConfiguration p)

providers

public static java.util.Iterator<AudioServerUIServiceProvider> providers()

accept

public static void accept(ServiceVisitor v,
                          java.lang.Class<?> clazz)

printServiceDescriptors

public static void printServiceDescriptors(java.lang.Class<?> clazz)

main

public static void main(java.lang.String[] args)


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