Class TmfEventPropertySource

java.lang.Object
org.eclipse.tracecompass.tmf.ui.viewers.events.TmfEventPropertySource
All Implemented Interfaces:
org.eclipse.ui.views.properties.IPropertySource

public class TmfEventPropertySource extends Object implements org.eclipse.ui.views.properties.IPropertySource
Property source for events
  • Constructor Details

    • TmfEventPropertySource

      public TmfEventPropertySource(ITmfEvent event)
      Default constructor
      Parameters:
      event - the event
  • Method Details

    • getEditableValue

      public Object getEditableValue()
      Specified by:
      getEditableValue in interface org.eclipse.ui.views.properties.IPropertySource
    • getPropertyDescriptors

      public org.eclipse.ui.views.properties.IPropertyDescriptor[] getPropertyDescriptors()
      Specified by:
      getPropertyDescriptors in interface org.eclipse.ui.views.properties.IPropertySource
    • getPropertyValue

      public Object getPropertyValue(Object id)
      Specified by:
      getPropertyValue in interface org.eclipse.ui.views.properties.IPropertySource
    • isPropertySet

      public boolean isPropertySet(Object id)
      Specified by:
      isPropertySet in interface org.eclipse.ui.views.properties.IPropertySource
    • resetPropertyValue

      public void resetPropertyValue(Object id)
      Specified by:
      resetPropertyValue in interface org.eclipse.ui.views.properties.IPropertySource
    • setPropertyValue

      public void setPropertyValue(Object id, Object value)
      Specified by:
      setPropertyValue in interface org.eclipse.ui.views.properties.IPropertySource