Package 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 aDropFilter
object as value.- Since:
- IDW 1.4.0
-
-
Constructor Summary
Constructors Constructor Description DropFilterProperty(PropertyGroup group, java.lang.String name, java.lang.String description, PropertyValueHandler valueHandler)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DropFilter
get(java.lang.Object valueContainer)
Gets theDropFilter
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 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
-
-
-
-
Constructor Detail
-
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
-
-
Method Detail
-
get
public DropFilter get(java.lang.Object valueContainer)
Gets theDropFilter
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
-
-