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
- Version:
- $Revision: 1.9 $
- See Also:
TabLayoutPolicy
TabLayoutPolicyProperty
public TabLayoutPolicyProperty(PropertyGroup group,
String name,
String description,
PropertyValueHandler valueStorage)
- Constructs a TabLayoutPolicyProperty object
- Parameters:
group
- property groupname
- property namedescription
- property descriptionvalueStorage
- storage for property
get
public TabLayoutPolicy get(Object object)
- Gets the TabLayoutPolicy
- Parameters:
object
- storage object for property
- Returns:
- the TabLayoutPolicy
set
public void set(Object object,
TabLayoutPolicy policy)
- Sets the TabLayoutPolicy
- Parameters:
object
- storage object for propertypolicy
- the TabLayoutPolicy
Copyright © 2007 NNL Technology AB. All Rights Reserved.