net.infonode.tabbedpanel
Class TabLayoutPolicyProperty

java.lang.Object
  extended by net.infonode.properties.util.AbstractProperty
      extended by net.infonode.properties.util.ValueHandlerProperty
          extended by net.infonode.properties.types.EnumProperty
              extended by 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

Constructor Summary
TabLayoutPolicyProperty(PropertyGroup group, java.lang.String name, java.lang.String description, PropertyValueHandler valueStorage)
          Constructs a TabLayoutPolicyProperty object
 
Method Summary
 TabLayoutPolicy get(java.lang.Object object)
          Gets the TabLayoutPolicy
 void 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TabLayoutPolicyProperty

public TabLayoutPolicyProperty(PropertyGroup group,
                               java.lang.String name,
                               java.lang.String description,
                               PropertyValueHandler valueStorage)
Constructs a TabLayoutPolicyProperty object

Parameters:
group - property group
name - property name
description - property description
valueStorage - 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 property
policy - the TabLayoutPolicy