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
A property that has a
DockingWindowAction
object as value.- Since:
- IDW 1.3.0
-
Constructor Summary
ConstructorsConstructorDescriptionDockingWindowActionProperty
(PropertyGroup group, String name, String description, PropertyValueHandler valueHandler) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGets theDockingWindowAction
value of this property in a value container.void
set
(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 Details
-
DockingWindowActionProperty
public DockingWindowActionProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueHandler) Constructor.- Parameters:
group
- the property groupname
- the property namedescription
- the property descriptionvalueHandler
- handles values for this property
-
-
Method Details
-
get
Gets theDockingWindowAction
value of this property in a value container.- Parameters:
valueContainer
- the value container- Returns:
- the
DockingWindowAction
value
-
set
Sets the value of this property in a value container.- Parameters:
valueContainer
- the value containeraction
- the value
-