uk.org.toot.swingui.audioui.basicui
Class BasicUIServiceProvider

java.lang.Object
  extended by uk.org.toot.service.ServiceProvider
      extended by uk.org.toot.swingui.controlui.spi.ControlPanelServiceProvider
          extended by uk.org.toot.swingui.audioui.basicui.BasicUIServiceProvider

public class BasicUIServiceProvider
extends ControlPanelServiceProvider


Constructor Summary
BasicUIServiceProvider()
           
 
Method Summary
 javax.swing.JComponent createControlPanel(CompoundControl c, int axis, ControlSelector s, PanelFactory f, boolean hasBorder, boolean hasHeader)
           
 
Methods inherited from class uk.org.toot.service.ServiceProvider
accept, getDescription, getProviderId, getProviderName, getVersion, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BasicUIServiceProvider

public BasicUIServiceProvider()
Method Detail

createControlPanel

public javax.swing.JComponent createControlPanel(CompoundControl c,
                                                 int axis,
                                                 ControlSelector s,
                                                 PanelFactory f,
                                                 boolean hasBorder,
                                                 boolean hasHeader)
Specified by:
createControlPanel in class ControlPanelServiceProvider
axis - either 0 (BoxLayout.X_AXIS) or 1 (BoxLayout.Y_AXIS)


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