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