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 $
- See Also:
TitledTabSizePolicy
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
get
public TitledTabSizePolicy get(Object object)
- Gets the TitledTabSizePolicy
- Parameters:
object - storage object for property
- Returns:
- the TitledTabSizePolicy
set
public void set(Object object,
TitledTabSizePolicy policy)
- Sets the TitledTabSizePolicy
- Parameters:
object - storage object for propertypolicy - the TitledTabSizePolicy
Copyright © 2007 NNL Technology AB. All Rights Reserved.