Class StringTablePropertyDescriptor
java.lang.Object
org.eclipse.ui.views.properties.PropertyDescriptor
org.eclipse.ui.views.properties.TextPropertyDescriptor
org.csstudio.opibuilder.properties.support.StringTablePropertyDescriptor
- All Implemented Interfaces:
IPropertyDescriptor
Descriptor for a property that has a value which should be edited with a String Table cell editor.
-
Constructor Summary
ConstructorDescriptionStringTablePropertyDescriptor
(Object id, String displayName, StringTableProperty.TitlesProvider tilesProvider, StringTableEditor.CellEditorType[] cellEditorTypes, Object[] cellEditorDatas) Standard constructor. -
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
-
StringTablePropertyDescriptor
public StringTablePropertyDescriptor(Object id, String displayName, StringTableProperty.TitlesProvider tilesProvider, StringTableEditor.CellEditorType[] cellEditorTypes, Object[] cellEditorDatas) Standard constructor.- Parameters:
id
- the id of the propertydisplayName
- the name to display for the property
-
-
Method Details
-
createPropertyEditor
- Specified by:
createPropertyEditor
in interfaceIPropertyDescriptor
- Overrides:
createPropertyEditor
in classTextPropertyDescriptor
-