net.infonode.docking.action
Class DockingWindowActionProperty
java.lang.Object
net.infonode.properties.util.AbstractProperty
net.infonode.properties.util.ValueHandlerProperty
net.infonode.docking.action.DockingWindowActionProperty
- All Implemented Interfaces:
- Property
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DockingWindowActionProperty
public DockingWindowActionProperty(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
get
public DockingWindowAction get(java.lang.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(java.lang.Object valueContainer,
DockingWindowAction action)
- Sets the value of this property in a value container.
- Parameters:
valueContainer
- the value containeraction
- the value