public class TEnumControl extends EnumControl implements TControllable
EnumControl.Type
Constructor and Description |
---|
TEnumControl(EnumControl.Type type,
java.lang.Object[] aValues,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
void |
commit() |
TCompoundControl |
getParentControl() |
void |
setParentControl(TCompoundControl compoundControl) |
getValue, getValues, setValue, toString
public TEnumControl(EnumControl.Type type, java.lang.Object[] aValues, java.lang.Object value)
public void setParentControl(TCompoundControl compoundControl)
setParentControl
in interface TControllable
public TCompoundControl getParentControl()
getParentControl
in interface TControllable
public void commit()
commit
in interface TControllable