net.infonode.tabbedpanel.titledtab
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
- Version:
- $Revision: 1.6 $
- Author:
- $Author: jesper $
- See Also:
TitledTabSizePolicy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
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