net.infonode.tabbedpanel.titledtab
Class TitledTabSizePolicyProperty

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

public class TitledTabSizePolicyProperty
extends EnumProperty

Property for TitledTabSizePolicy

Version:
$Revision: 1.6 $
Author:
$Author: jesper $
See Also:
TitledTabSizePolicy

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

TitledTabSizePolicyProperty

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

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

get

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

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

set

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

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