Class ComplexDataPropertyDescriptor
java.lang.Object
org.eclipse.ui.views.properties.PropertyDescriptor
org.eclipse.ui.views.properties.TextPropertyDescriptor
org.csstudio.opibuilder.properties.support.ComplexDataPropertyDescriptor
- All Implemented Interfaces:
IPropertyDescriptor
The property descriptor for complex data property.
-
Constructor Summary
ConstructorDescriptionComplexDataPropertyDescriptor
(Object id, String displayName, String dialogTitle) Creates an property descriptor with the given id and display name. -
Method Summary
Methods inherited from class org.eclipse.ui.views.properties.PropertyDescriptor
getAlwaysIncompatible, getCategory, getDescription, getDisplayName, getFilterFlags, getHelpContextIds, getId, getLabelProvider, getValidator, isCompatibleWith, isLabelProviderSet, setAlwaysIncompatible, setCategory, setDescription, setFilterFlags, setHelpContextIds, setLabelProvider, setValidator
-
Constructor Details
-
ComplexDataPropertyDescriptor
Creates an property descriptor with the given id and display name.- Parameters:
id
- the id of the propertydisplayName
- the name to display for the propertydialogTitle
- title of the dialog.
-
-
Method Details
-
createPropertyEditor
- Specified by:
createPropertyEditor
in interfaceIPropertyDescriptor
- Overrides:
createPropertyEditor
in classTextPropertyDescriptor
-