Class CommandPropertyDescriptor
java.lang.Object
org.eclipse.ui.views.properties.PropertyDescriptor
org.eclipse.ui.views.properties.TextPropertyDescriptor
org.csstudio.opibuilder.properties.support.CommandPropertyDescriptor
- All Implemented Interfaces:
IPropertyDescriptor
The property descriptor for a Command name which supports auto complete.
-
Constructor Summary
ConstructorDescriptionCommandPropertyDescriptor
(Object id, String displayName, String detailedDescription) -
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
-
CommandPropertyDescriptor
- Parameters:
id
- id of the propertydisplayName
- the display name in property sheet entrydetailedDescription
- the detailed description on tooltip and status line.
-
-
Method Details
-
createPropertyEditor
- Specified by:
createPropertyEditor
in interfaceIPropertyDescriptor
- Overrides:
createPropertyEditor
in classTextPropertyDescriptor
-