net.infonode.properties.types
Class ComponentPainterProperty
java.lang.Object
net.infonode.properties.util.AbstractProperty
net.infonode.properties.util.ValueHandlerProperty
net.infonode.properties.types.ComponentPainterProperty
- All Implemented Interfaces:
- Property
public class ComponentPainterProperty
- extends ValueHandlerProperty
A property of type ComponentPainter
.
- Version:
- $Revision: 1.4 $
- Author:
- $Author: jesper $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ComponentPainterProperty
public ComponentPainterProperty(PropertyGroup group,
java.lang.String name,
java.lang.String description,
PropertyValueHandler valueStorage)
get
public ComponentPainter get(java.lang.Object valueContainer)
- Returns the
ComponentPainter
value of this property in a value container.
- Parameters:
valueContainer
- the value container
- Returns:
- the
ComponentPainter
value of this property
set
public void set(java.lang.Object valueContainer,
ComponentPainter componentPainter)
- Sets the
ComponentPainter
value of this property in a value container.
- Parameters:
valueContainer
- the value containercomponentPainter
- the ComponentPainter
value