| Package | Description |
|---|---|
| org.tritonus.share.sampled.mixer |
Base classes for the implementation of MixerProviders.
|
| Modifier and Type | Method and Description |
|---|---|
TCompoundControl |
TFloatControl.getParentControl() |
TCompoundControl |
TEnumControl.getParentControl() |
TCompoundControl |
TControllable.getParentControl() |
TCompoundControl |
TControlController.getParentControl() |
TCompoundControl |
TCompoundControl.getParentControl() |
TCompoundControl |
TBooleanControl.getParentControl() |
| Modifier and Type | Method and Description |
|---|---|
void |
TFloatControl.setParentControl(TCompoundControl compoundControl) |
void |
TEnumControl.setParentControl(TCompoundControl compoundControl) |
void |
TControllable.setParentControl(TCompoundControl compoundControl) |
void |
TControlController.setParentControl(TCompoundControl compoundControl) |
void |
TCompoundControl.setParentControl(TCompoundControl compoundControl) |
void |
TBooleanControl.setParentControl(TCompoundControl compoundControl) |
| Constructor and Description |
|---|
TBooleanControl(BooleanControl.Type type,
boolean bInitialValue,
String strTrueStateLabel,
String strFalseStateLabel,
TCompoundControl parentControl) |
TBooleanControl(BooleanControl.Type type,
boolean bInitialValue,
TCompoundControl parentControl) |
Copyright © 2016. All Rights Reserved.