Uses of Interface
uk.org.toot.control.ControlSelector

Packages that use ControlSelector
uk.org.toot.control This package provides a core Composite pattern model for controls and indicators such as potentiometers and switches, and their compositions. 
uk.org.toot.swingui.audioui   
uk.org.toot.swingui.audioui.basicui   
uk.org.toot.swingui.audioui.mixerui   
uk.org.toot.swingui.controlui   
uk.org.toot.swingui.controlui.spi   
 

Uses of ControlSelector in uk.org.toot.control
 

Classes in uk.org.toot.control that implement ControlSelector
static class ControlSelector.LogicalBinary
          An abstract logical binary selector which operates with two specified Controls.
static class ControlSelector.Not
          A logical NOT selector which selects all Controls except the Control specified.
static class ControlSelector.Or
          A logical OR selector which selects either specified Control but no others.
 

Constructors in uk.org.toot.control with parameters of type ControlSelector
ControlSelector.LogicalBinary(ControlSelector a, ControlSelector b)
           
ControlSelector.Not(ControlSelector selector)
           
ControlSelector.Or(ControlSelector a, ControlSelector b)
           
 

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

Methods in uk.org.toot.swingui.audioui with parameters of type ControlSelector
 void AudioCompoundStripPanel.setControlSelector(ControlSelector selector)
           
 

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

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

Methods in uk.org.toot.swingui.audioui.basicui with parameters of type ControlSelector
 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 ControlSelector
StereoImagePanel(StereoImageControls controls, int axis, ControlSelector controlSelector, PanelFactory panelFactory, boolean hasBorder, boolean hasHeader)
           
 

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

Classes in uk.org.toot.swingui.audioui.mixerui that implement ControlSelector
 class FullMixerPanel.SingleBusSelector
           
static class FullMixerPanel.UserSelector
           
 

Methods in uk.org.toot.swingui.audioui.mixerui with parameters of type ControlSelector
 void FullMixerPanel.setControlSelector(ControlSelector selector)
           
 

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

Methods in uk.org.toot.swingui.controlui with parameters of type ControlSelector
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 ControlSelector
CompoundControlPanel(CompoundControl control, int axis, ControlSelector controlSelector, PanelFactory panelFactory, boolean hasBorder, boolean hasHeader)
           
 

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

Methods in uk.org.toot.swingui.controlui.spi with parameters of type ControlSelector
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.