Package net.infonode.tabbedpanel
Class TabDepthOrderPolicyProperty
java.lang.Object
net.infonode.properties.util.AbstractProperty
net.infonode.properties.util.ValueHandlerProperty
net.infonode.properties.types.EnumProperty
net.infonode.tabbedpanel.TabDepthOrderPolicyProperty
- All Implemented Interfaces:
Property
Property for TabDepthOrderPolicy
- Since:
- ITP 1.2.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTabDepthOrderPolicyProperty
(PropertyGroup group, String name, String description, PropertyValueHandler valueStorage) Constructs a TabDepothOrderPolicyProperty object -
Method Summary
Modifier and TypeMethodDescriptionGets the TabDepthOrderPolicyvoid
set
(Object object, TabDepthOrderPolicy policy) Sets the TabDepthOrderPolicyMethods inherited from class net.infonode.properties.types.EnumProperty
getValidValues, getValue, setValue
Methods inherited from class net.infonode.properties.util.ValueHandlerProperty
removeValue, valueIsRemovable, valueIsSet
Methods inherited from class net.infonode.properties.util.AbstractProperty
canBeAssiged, getDescription, getGroup, getName, getType, isMutable, toString
-
Constructor Details
-
TabDepthOrderPolicyProperty
public TabDepthOrderPolicyProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueStorage) Constructs a TabDepothOrderPolicyProperty object- Parameters:
group
- property groupname
- property namedescription
- property descriptionvalueStorage
- storage for property
-
-
Method Details
-
get
Gets the TabDepthOrderPolicy- Parameters:
object
- storage object for property- Returns:
- the TabDepthOrderPolicy
-
set
Sets the TabDepthOrderPolicy- Parameters:
object
- storage object for propertypolicy
- the TabDepthOrderPolicy
-