Uses of Interface
uk.org.toot.swingui.controlui.PanelFactory

Packages that use PanelFactory
uk.org.toot.swingui.audioui   
uk.org.toot.swingui.audioui.basicui   
uk.org.toot.swingui.audioui.meterui   
uk.org.toot.swingui.audioui.mixerui   
uk.org.toot.swingui.controlui   
uk.org.toot.swingui.controlui.spi   
 

Uses of PanelFactory in uk.org.toot.swingui.audioui
 

Classes in uk.org.toot.swingui.audioui that implement PanelFactory
 class AudioPanelFactory
           
 

Constructors in uk.org.toot.swingui.audioui with parameters of type PanelFactory
AudioCompoundControlPanel(CompoundControl control, int axis, ControlSelector controlSelector, PanelFactory panelFactory, boolean hasBorder, boolean hasHeader)
           
AudioCompoundStripPanel(CompoundControl controls, PanelFactory panelFactory)
           
 

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

Methods in uk.org.toot.swingui.audioui.basicui with parameters of type PanelFactory
 javax.swing.JComponent BasicUIServiceProvider.createControlPanel(CompoundControl c, int axis, ControlSelector s, PanelFactory f, boolean hasBorder, boolean hasHeader)
           
 

Constructors in uk.org.toot.swingui.audioui.basicui with parameters of type PanelFactory
StereoImagePanel(StereoImageControls controls, int axis, ControlSelector controlSelector, PanelFactory panelFactory, boolean hasBorder, boolean hasHeader)
           
 

Uses of PanelFactory in uk.org.toot.swingui.audioui.meterui
 

Classes in uk.org.toot.swingui.audioui.meterui that implement PanelFactory
 class MeterPanelFactory
           
 

Uses of PanelFactory in uk.org.toot.swingui.audioui.mixerui
 

Classes in uk.org.toot.swingui.audioui.mixerui that implement PanelFactory
 class MixerPanelFactory
           
 

Constructors in uk.org.toot.swingui.audioui.mixerui with parameters of type PanelFactory
MixerSectionPanel(MixerControls mixerControls, int id, PanelFactory panelFactory)
           
 

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

Classes in uk.org.toot.swingui.controlui that implement PanelFactory
 class ControlPanelFactory
           
 

Methods in uk.org.toot.swingui.controlui with parameters of type PanelFactory
static javax.swing.JComponent ControlPanelServices.createControlPanel(CompoundControl controls, int axis, ControlSelector s, PanelFactory f, boolean hasBorder, boolean hasHeader)
           
 

Constructors in uk.org.toot.swingui.controlui with parameters of type PanelFactory
CompoundControlPanel(CompoundControl control, int axis, ControlSelector controlSelector, PanelFactory panelFactory, boolean hasBorder, boolean hasHeader)
           
 

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

Methods in uk.org.toot.swingui.controlui.spi with parameters of type PanelFactory
abstract  javax.swing.JComponent ControlPanelServiceProvider.createControlPanel(CompoundControl c, int axis, ControlSelector s, PanelFactory f, boolean hasBorder, boolean hasHeader)
           
 



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