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