net.infonode.docking.title
Class DockingWindowTitleProviderProperty
java.lang.Object
net.infonode.properties.util.AbstractProperty
net.infonode.properties.util.ValueHandlerProperty
net.infonode.docking.title.DockingWindowTitleProviderProperty
- All Implemented Interfaces:
- Property
public class DockingWindowTitleProviderProperty
- extends ValueHandlerProperty
A property that has a DockingWindowTitleProvider
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 |
DockingWindowTitleProviderProperty
public DockingWindowTitleProviderProperty(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 DockingWindowTitleProvider get(java.lang.Object valueContainer)
- Gets the
DockingWindowTitleProvider
value of this property in a value container.
- Parameters:
valueContainer
- the value container
- Returns:
- the
DockingWindowTitleProvider
value of this property in a value container
set
public void set(java.lang.Object valueContainer,
DockingWindowTitleProvider provider)
- Sets the
DockingWindowTitleProvider
value of this property in a value container.
- Parameters:
valueContainer
- the value containerprovider
- the value