net.infonode.tabbedpanel
Class TabDepthOrderPolicyProperty

java.lang.Object
  extended bynet.infonode.properties.util.AbstractProperty
      extended bynet.infonode.properties.util.ValueHandlerProperty
          extended bynet.infonode.properties.types.EnumProperty
              extended bynet.infonode.tabbedpanel.TabDepthOrderPolicyProperty
All Implemented Interfaces:
Property

public class TabDepthOrderPolicyProperty
extends EnumProperty

Property for TabDepthOrderPolicy

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

Constructor Summary
TabDepthOrderPolicyProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueStorage)
          Constructs a TabDepothOrderPolicyProperty object
 
Method Summary
 TabDepthOrderPolicy get(Object object)
          Gets the TabDepthOrderPolicy
 void set(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TabDepthOrderPolicyProperty

public TabDepthOrderPolicyProperty(PropertyGroup group,
                                   String name,
                                   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(Object object)
Gets the TabDepthOrderPolicy

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

set

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

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


Copyright © 2007 NNL Technology AB. All Rights Reserved.