Class ReadOnlyTextPropertyDescriptor
java.lang.Object
org.eclipse.ui.views.properties.PropertyDescriptor
org.eclipse.tracecompass.tmf.ui.properties.ReadOnlyTextPropertyDescriptor
- All Implemented Interfaces:
org.eclipse.ui.views.properties.IPropertyDescriptor
public class ReadOnlyTextPropertyDescriptor
extends org.eclipse.ui.views.properties.PropertyDescriptor
A uneditable version of a
TextPropertyDescriptor
.- Author:
- Alexandre Montplaisir
-
Constructor Summary
ConstructorDescriptionReadOnlyTextPropertyDescriptor
(Object id, String displayName) Creates an property descriptor with the given id and display name. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jface.viewers.CellEditor
createPropertyEditor
(org.eclipse.swt.widgets.Composite parent) Methods inherited from class org.eclipse.ui.views.properties.PropertyDescriptor
getCategory, getDescription, getDisplayName, getFilterFlags, getHelpContextIds, getId, getLabelProvider, isCompatibleWith, isLabelProviderSet, setAlwaysIncompatible, setCategory, setDescription, setFilterFlags, setHelpContextIds, setLabelProvider, setValidator
-
Constructor Details
-
ReadOnlyTextPropertyDescriptor
Creates an property descriptor with the given id and display name.- Parameters:
id
- The id of the propertydisplayName
- The name to display for the property
-
-
Method Details
-
createPropertyEditor
public org.eclipse.jface.viewers.CellEditor createPropertyEditor(org.eclipse.swt.widgets.Composite parent) - Specified by:
createPropertyEditor
in interfaceorg.eclipse.ui.views.properties.IPropertyDescriptor
- Overrides:
createPropertyEditor
in classorg.eclipse.ui.views.properties.PropertyDescriptor
-