public class TitledTabSizePolicyProperty extends EnumProperty
TitledTabSizePolicy
Constructor and Description |
---|
TitledTabSizePolicyProperty(PropertyGroup group,
java.lang.String name,
java.lang.String description,
PropertyValueHandler valueStorage)
Constructs a TitledTabSizePolicyProperty object.
|
Modifier and Type | Method and Description |
---|---|
TitledTabSizePolicy |
get(java.lang.Object object)
Gets the TitledTabSizePolicy
|
void |
set(java.lang.Object object,
TitledTabSizePolicy policy)
Sets the TitledTabSizePolicy
|
getValidValues, getValue, setValue
removeValue, valueIsRemovable, valueIsSet
canBeAssiged, getDescription, getGroup, getName, getType, isMutable, toString
public TitledTabSizePolicyProperty(PropertyGroup group, java.lang.String name, java.lang.String description, PropertyValueHandler valueStorage)
group
- property groupname
- property namedescription
- property descriptionvalueStorage
- storage for propertypublic TitledTabSizePolicy get(java.lang.Object object)
object
- storage object for propertypublic void set(java.lang.Object object, TitledTabSizePolicy policy)
object
- storage object for propertypolicy
- the TitledTabSizePolicy