Uses of Class
org.tritonus.share.sampled.mixer.TCompoundControl

Packages that use TCompoundControl
org.tritonus.share.sampled.mixer Base classes for the implementation of MixerProviders. 
 

Uses of TCompoundControl in org.tritonus.share.sampled.mixer
 

Methods in org.tritonus.share.sampled.mixer that return TCompoundControl
 TCompoundControl TFloatControl.getParentControl()
           
 TCompoundControl TEnumControl.getParentControl()
           
 TCompoundControl TCompoundControl.getParentControl()
           
 TCompoundControl TControlController.getParentControl()
           
 TCompoundControl TControllable.getParentControl()
           
 TCompoundControl TBooleanControl.getParentControl()
           
 

Methods in org.tritonus.share.sampled.mixer with parameters of type TCompoundControl
 void TFloatControl.setParentControl(TCompoundControl compoundControl)
           
 void TEnumControl.setParentControl(TCompoundControl compoundControl)
           
 void TCompoundControl.setParentControl(TCompoundControl compoundControl)
           
 void TControlController.setParentControl(TCompoundControl compoundControl)
           
 void TControllable.setParentControl(TCompoundControl compoundControl)
           
 void TBooleanControl.setParentControl(TCompoundControl compoundControl)
           
 

Constructors in org.tritonus.share.sampled.mixer with parameters of type TCompoundControl
TBooleanControl(BooleanControl.Type type, boolean bInitialValue, TCompoundControl parentControl)
           
TBooleanControl(BooleanControl.Type type, boolean bInitialValue, String strTrueStateLabel, String strFalseStateLabel, TCompoundControl parentControl)