net.infonode.properties.types
Class BorderProperty

java.lang.Object
  extended by net.infonode.properties.util.AbstractProperty
      extended by net.infonode.properties.util.ValueHandlerProperty
          extended by net.infonode.properties.types.BorderProperty
All Implemented Interfaces:
Property

public class BorderProperty
extends ValueHandlerProperty

A property of type Border.

Version:
$Revision: 1.7 $
Author:
$Author: jesper $

Constructor Summary
BorderProperty(PropertyGroup group, java.lang.String name, java.lang.String description, PropertyValueHandler valueHandler)
          Constructor.
 
Method Summary
 javax.swing.border.Border get(java.lang.Object valueContainer)
          Returns the border value of this property in a value container.
 void set(java.lang.Object valueContainer, javax.swing.border.Border border)
          Sets the border value of this property in a value container.
 
Methods inherited from class net.infonode.properties.util.ValueHandlerProperty
getValue, removeValue, setValue, valueIsRemovable, valueIsSet
 
Methods inherited from class net.infonode.properties.util.AbstractProperty
canBeAssiged, getDescription, getGroup, getName, getType, isMutable, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BorderProperty

public BorderProperty(PropertyGroup group,
                      java.lang.String name,
                      java.lang.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 javax.swing.border.Border get(java.lang.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(java.lang.Object valueContainer,
                javax.swing.border.Border border)
Sets the border value of this property in a value container.

Parameters:
valueContainer - the value container
border - the border value