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
public class TitledTabSizePolicyProperty extends EnumProperty
Property for TitledTabSizePolicy- See Also:
TitledTabSizePolicy
-
-
Constructor Summary
Constructors Constructor Description TitledTabSizePolicyProperty(PropertyGroup group, java.lang.String name, java.lang.String description, PropertyValueHandler valueStorage)Constructs a TitledTabSizePolicyProperty object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TitledTabSizePolicyget(java.lang.Object object)Gets the TitledTabSizePolicyvoidset(java.lang.Object object, TitledTabSizePolicy policy)Sets the TitledTabSizePolicy-
Methods 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 Detail
-
TitledTabSizePolicyProperty
public TitledTabSizePolicyProperty(PropertyGroup group, java.lang.String name, java.lang.String description, PropertyValueHandler valueStorage)
Constructs a TitledTabSizePolicyProperty object.- Parameters:
group- property groupname- property namedescription- property descriptionvalueStorage- storage for property
-
-
Method Detail
-
get
public TitledTabSizePolicy get(java.lang.Object object)
Gets the TitledTabSizePolicy- Parameters:
object- storage object for property- Returns:
- the TitledTabSizePolicy
-
set
public void set(java.lang.Object object, TitledTabSizePolicy policy)Sets the TitledTabSizePolicy- Parameters:
object- storage object for propertypolicy- the TitledTabSizePolicy
-
-