org.tritonus.share.sampled.mixer
Class TBooleanControl
java.lang.Object
javax.sound.sampled.Control
javax.sound.sampled.BooleanControl
org.tritonus.share.sampled.mixer.TBooleanControl
- All Implemented Interfaces:
- TControllable
- public class TBooleanControl
- extends BooleanControl
- implements TControllable
Base class for classes implementing Line.
Constructor Summary |
TBooleanControl(BooleanControl.Type type,
boolean bInitialValue)
|
TBooleanControl(BooleanControl.Type type,
boolean bInitialValue,
String strTrueStateLabel,
String strFalseStateLabel)
|
TBooleanControl(BooleanControl.Type type,
boolean bInitialValue,
String strTrueStateLabel,
String strFalseStateLabel,
TCompoundControl parentControl)
|
TBooleanControl(BooleanControl.Type type,
boolean bInitialValue,
TCompoundControl parentControl)
|
TBooleanControl
public TBooleanControl(BooleanControl.Type type,
boolean bInitialValue)
TBooleanControl
public TBooleanControl(BooleanControl.Type type,
boolean bInitialValue,
TCompoundControl parentControl)
TBooleanControl
public TBooleanControl(BooleanControl.Type type,
boolean bInitialValue,
String strTrueStateLabel,
String strFalseStateLabel)
TBooleanControl
public TBooleanControl(BooleanControl.Type type,
boolean bInitialValue,
String strTrueStateLabel,
String strFalseStateLabel,
TCompoundControl parentControl)
setParentControl
public void setParentControl(TCompoundControl compoundControl)
- Specified by:
setParentControl
in interface TControllable
getParentControl
public TCompoundControl getParentControl()
- Specified by:
getParentControl
in interface TControllable
commit
public void commit()
- Specified by:
commit
in interface TControllable