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