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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.ui.views.properties.IPropertyDescriptor[]booleanisPropertySet(Object id) voidvoidsetPropertyValue(Object id, Object value)
-
Constructor Details
-
TmfEventPropertySource
Default constructor- Parameters:
event- the event
-
-
Method Details
-
getEditableValue
- Specified by:
getEditableValuein interfaceorg.eclipse.ui.views.properties.IPropertySource
-
getPropertyDescriptors
public org.eclipse.ui.views.properties.IPropertyDescriptor[] getPropertyDescriptors()- Specified by:
getPropertyDescriptorsin interfaceorg.eclipse.ui.views.properties.IPropertySource
-
getPropertyValue
- Specified by:
getPropertyValuein interfaceorg.eclipse.ui.views.properties.IPropertySource
-
isPropertySet
- Specified by:
isPropertySetin interfaceorg.eclipse.ui.views.properties.IPropertySource
-
resetPropertyValue
- Specified by:
resetPropertyValuein interfaceorg.eclipse.ui.views.properties.IPropertySource
-
setPropertyValue
- Specified by:
setPropertyValuein interfaceorg.eclipse.ui.views.properties.IPropertySource
-