net.infonode.tabbedpanel
Class TabDepthOrderPolicyProperty

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.TabDepthOrderPolicyProperty
All Implemented Interfaces:
Property

public class TabDepthOrderPolicyProperty
extends EnumProperty

Property for TabDepthOrderPolicy

Since:
ITP 1.2.0
Version:
$Revision: 1.4 $
Author:
johan
See Also:
TabDepthOrderPolicy

Constructor Summary
TabDepthOrderPolicyProperty(PropertyGroup group, java.lang.String name, java.lang.String description, PropertyValueHandler valueStorage)
          Constructs a TabDepothOrderPolicyProperty object
 
Method Summary
 TabDepthOrderPolicy get(java.lang.Object object)
          Gets the TabDepthOrderPolicy
 void set(java.lang.Object object, TabDepthOrderPolicy policy)
          Sets the TabDepthOrderPolicy
 
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

TabDepthOrderPolicyProperty

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

Parameters:
group - property group
name - property name
description - property description
valueStorage - storage for property
Method Detail

get

public TabDepthOrderPolicy get(java.lang.Object object)
Gets the TabDepthOrderPolicy

Parameters:
object - storage object for property
Returns:
the TabDepthOrderPolicy

set

public void set(java.lang.Object object,
                TabDepthOrderPolicy policy)
Sets the TabDepthOrderPolicy

Parameters:
object - storage object for property
policy - the TabDepthOrderPolicy