net.infonode.docking.drop

Class DropFilterProperty

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 $

Constructor Summary
DropFilterProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueHandler)
Constructor.
Method Summary
DropFilterget(Object valueContainer)
Gets the DropFilter value of this property in a value container.
voidset(Object valueContainer, DropFilter filter)
Sets the value of this property in a value container.

Constructor Detail

DropFilterProperty

public DropFilterProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueHandler)
Constructor.

Parameters: group the property group name the property name description the property description valueHandler handles values for this property

Method Detail

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 container filter the value