net.infonode.properties.types
Class InsetsProperty
java.lang.Object
net.infonode.properties.util.AbstractProperty
net.infonode.properties.util.ValueHandlerProperty
net.infonode.properties.types.InsetsProperty
- All Implemented Interfaces:
- Property
- public class InsetsProperty
- extends ValueHandlerProperty
A property of type Insets
.
- Version:
- $Revision: 1.7 $
Method Summary |
Insets |
get(Object valueContainer)
Returns the insets value of this property in a value container. |
void |
set(Object valueContainer,
Insets insets)
Sets the insets value of this property in a value container. |
InsetsProperty
public InsetsProperty(PropertyGroup group,
String name,
String description,
PropertyValueHandler valueStorage)
get
public Insets get(Object valueContainer)
- Returns the insets value of this property in a value container.
- Parameters:
valueContainer
- the value container
- Returns:
- the insets value of this property
set
public void set(Object valueContainer,
Insets insets)
- Sets the insets value of this property in a value container.
- Parameters:
valueContainer
- the value containerinsets
- the insets value
Copyright © 2007 NNL Technology AB. All Rights Reserved.