net.infonode.properties.types

Class ColorProperty

public class ColorProperty extends ValueHandlerProperty

A property of type {@link Color}.

Version: $Revision: 1.7 $

Author: $Author: jesper $

Constructor Summary
ColorProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueHandler)
Constructor.
Method Summary
Colorget(Object valueContainer)
Returns the color value of this property in a value container.
voidset(Object valueContainer, Color color)
Sets the color value of this property in a value container.

Constructor Detail

ColorProperty

public ColorProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueHandler)
Constructor.

Parameters: group the property group name the property name description the property description valueHandler handles values for this property

Method Detail

get

public Color get(Object valueContainer)
Returns the color value of this property in a value container.

Parameters: valueContainer the value container

Returns: the color value of this property

set

public void set(Object valueContainer, Color color)
Sets the color value of this property in a value container.

Parameters: valueContainer the value container color the color value