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 $
- Author:
- $Author: jesper $
- See Also:
TabLayoutPolicy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
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