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

    Constructors
    Constructor
    Description
    Creates an property descriptor with the given id and display name.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.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

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReadOnlyTextPropertyDescriptor

      public ReadOnlyTextPropertyDescriptor(Object id, String displayName)
      Creates an property descriptor with the given id and display name.
      Parameters:
      id - The id of the property
      displayName - 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 interface org.eclipse.ui.views.properties.IPropertyDescriptor
      Overrides:
      createPropertyEditor in class org.eclipse.ui.views.properties.PropertyDescriptor