Package 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 aDockingWindowActionobject as value.- Since:
- IDW 1.3.0
-
-
Constructor Summary
Constructors Constructor Description DockingWindowActionProperty(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 DockingWindowActionget(java.lang.Object valueContainer)Gets theDockingWindowActionvalue of this property in a value container.voidset(java.lang.Object valueContainer, DockingWindowAction action)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
-
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
-
-
Method Detail
-
get
public DockingWindowAction get(java.lang.Object valueContainer)
Gets theDockingWindowActionvalue of this property in a value container.- Parameters:
valueContainer- the value container- Returns:
- the
DockingWindowActionvalue
-
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
-
-