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 $
- Author:
- $Author: jesper $
Method Summary |
java.awt.Insets |
get(java.lang.Object valueContainer)
Returns the insets value of this property in a value container. |
void |
set(java.lang.Object valueContainer,
java.awt.Insets insets)
Sets the insets value of this property in a value container. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InsetsProperty
public InsetsProperty(PropertyGroup group,
java.lang.String name,
java.lang.String description,
PropertyValueHandler valueStorage)
get
public java.awt.Insets get(java.lang.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(java.lang.Object valueContainer,
java.awt.Insets insets)
- Sets the insets value of this property in a value container.
- Parameters:
valueContainer
- the value containerinsets
- the insets value