net.infonode.properties.types

Class BorderProperty

public class BorderProperty extends ValueHandlerProperty

A property of type {@link Border}.

Version: $Revision: 1.7 $

Author: $Author: jesper $

Constructor Summary
BorderProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueHandler)
Constructor.
Method Summary
Borderget(Object valueContainer)
Returns the border value of this property in a value container.
voidset(Object valueContainer, Border border)
Sets the border value of this property in a value container.

Constructor Detail

BorderProperty

public BorderProperty(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 Border get(Object valueContainer)
Returns the border value of this property in a value container.

Parameters: valueContainer the value container

Returns: the border value of this property

set

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

Parameters: valueContainer the value container border the border value