public class DropFilterProperty extends ValueHandlerProperty
DropFilter
object as value.Constructor and Description |
---|
DropFilterProperty(PropertyGroup group,
java.lang.String name,
java.lang.String description,
PropertyValueHandler valueHandler)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getValue, removeValue, setValue, valueIsRemovable, valueIsSet
canBeAssiged, getDescription, getGroup, getName, getType, isMutable, toString
public DropFilterProperty(PropertyGroup group, java.lang.String name, java.lang.String description, PropertyValueHandler valueHandler)
group
- the property groupname
- the property namedescription
- the property descriptionvalueHandler
- handles values for this propertypublic DropFilter get(java.lang.Object valueContainer)
DropFilter
value of this property in a value container.valueContainer
- the value containerDropFilter
valuepublic void set(java.lang.Object valueContainer, DropFilter filter)
valueContainer
- the value containerfilter
- the value