net.infonode.docking.drop
Class DropFilterProperty
java.lang.Object
net.infonode.properties.util.AbstractProperty
net.infonode.properties.util.ValueHandlerProperty
net.infonode.docking.drop.DropFilterProperty
- All Implemented Interfaces:
- Property
public class DropFilterProperty
- extends ValueHandlerProperty
A property that has a DropFilter
object as value.
- Since:
- IDW 1.4.0
- Version:
- $Revision: 1.3 $
- Author:
- $Author: jesper $
Method Summary |
DropFilter |
get(java.lang.Object valueContainer)
Gets the DropFilter value of this property in a value container. |
void |
set(java.lang.Object valueContainer,
DropFilter filter)
Sets the 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 |
DropFilterProperty
public DropFilterProperty(PropertyGroup group,
java.lang.String name,
java.lang.String description,
PropertyValueHandler valueHandler)
- Constructor.
- Parameters:
group
- the property groupname
- the property namedescription
- the property descriptionvalueHandler
- handles values for this property
get
public DropFilter get(java.lang.Object valueContainer)
- Gets the
DropFilter
value of this property in a value container.
- Parameters:
valueContainer
- the value container
- Returns:
- the
DropFilter
value
set
public void set(java.lang.Object valueContainer,
DropFilter filter)
- Sets the value of this property in a value container.
- Parameters:
valueContainer
- the value containerfilter
- the value