Package net.infonode.tabbedpanel
Class TabLayoutPolicyProperty
java.lang.Object
net.infonode.properties.util.AbstractProperty
net.infonode.properties.util.ValueHandlerProperty
net.infonode.properties.types.EnumProperty
net.infonode.tabbedpanel.TabLayoutPolicyProperty
- All Implemented Interfaces:
Property
Property for TabLayoutPolicy
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTabLayoutPolicyProperty
(PropertyGroup group, String name, String description, PropertyValueHandler valueStorage) Constructs a TabLayoutPolicyProperty object -
Method Summary
Modifier and TypeMethodDescriptionGets the TabLayoutPolicyvoid
set
(Object object, TabLayoutPolicy policy) Sets the TabLayoutPolicyMethods 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
-
TabLayoutPolicyProperty
public TabLayoutPolicyProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueStorage) Constructs a TabLayoutPolicyProperty object- Parameters:
group
- property groupname
- property namedescription
- property descriptionvalueStorage
- storage for property
-
-
Method Details
-
get
Gets the TabLayoutPolicy- Parameters:
object
- storage object for property- Returns:
- the TabLayoutPolicy
-
set
Sets the TabLayoutPolicy- Parameters:
object
- storage object for propertypolicy
- the TabLayoutPolicy
-