net.infonode.docking.action

Class DockingWindowActionProperty

public class DockingWindowActionProperty extends ValueHandlerProperty

A property that has a DockingWindowAction object as value.

Since: IDW 1.3.0

Version: $Revision: 1.4 $

Author: $Author: jesper $

Constructor Summary
DockingWindowActionProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueHandler)
Constructor.
Method Summary
DockingWindowActionget(Object valueContainer)
Gets the DockingWindowAction value of this property in a value container.
voidset(Object valueContainer, DockingWindowAction action)
Sets the value of this property in a value container.

Constructor Detail

DockingWindowActionProperty

public DockingWindowActionProperty(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 DockingWindowAction get(Object valueContainer)
Gets the DockingWindowAction value of this property in a value container.

Parameters: valueContainer the value container

Returns: the DockingWindowAction value

set

public void set(Object valueContainer, DockingWindowAction action)
Sets the value of this property in a value container.

Parameters: valueContainer the value container action the value