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 $
DropFilterProperty
public DropFilterProperty(PropertyGroup group,
String name,
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(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(Object valueContainer,
DropFilter filter)
- Sets the value of this property in a value container.
- Parameters:
valueContainer - the value containerfilter - the value
Copyright © 2007 NNL Technology AB. All Rights Reserved.