net.infonode.properties.types
Class BorderProperty
java.lang.Object
net.infonode.properties.util.AbstractProperty
net.infonode.properties.util.ValueHandlerProperty
net.infonode.properties.types.BorderProperty
- All Implemented Interfaces:
- Property
- public class BorderProperty
- extends ValueHandlerProperty
A property of type Border
.
- Version:
- $Revision: 1.7 $
Method Summary |
Border |
get(Object valueContainer)
Returns the border value of this property in a value container. |
void |
set(Object valueContainer,
Border border)
Sets the border value of this property in a value container. |
BorderProperty
public BorderProperty(PropertyGroup group,
String name,
String description,
PropertyValueHandler valueHandler)
- Constructor.
- Parameters:
group
- the property groupname
- the property namedescription
- the property descriptionvalueHandler
- handles values for this property
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 containerborder
- the border value
Copyright © 2007 NNL Technology AB. All Rights Reserved.