public class DockingWindowTitleProviderProperty extends ValueHandlerProperty
DockingWindowTitleProvider object as value.| Constructor and Description |
|---|
DockingWindowTitleProviderProperty(PropertyGroup group,
java.lang.String name,
java.lang.String description,
PropertyValueHandler valueHandler)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DockingWindowTitleProvider |
get(java.lang.Object valueContainer)
Gets the
DockingWindowTitleProvider value of this property in a value container. |
void |
set(java.lang.Object valueContainer,
DockingWindowTitleProvider provider)
Sets the
DockingWindowTitleProvider value of this property in a value container. |
getValue, removeValue, setValue, valueIsRemovable, valueIsSetcanBeAssiged, getDescription, getGroup, getName, getType, isMutable, toStringpublic DockingWindowTitleProviderProperty(PropertyGroup group, java.lang.String name, java.lang.String description, PropertyValueHandler valueHandler)
group - the property groupname - the property namedescription - the property descriptionvalueHandler - handles values for this propertypublic DockingWindowTitleProvider get(java.lang.Object valueContainer)
DockingWindowTitleProvider value of this property in a value container.valueContainer - the value containerDockingWindowTitleProvider value of this property in a value containerpublic void set(java.lang.Object valueContainer,
DockingWindowTitleProvider provider)
DockingWindowTitleProvider value of this property in a value container.valueContainer - the value containerprovider - the value