Class TmfAnalysisOutputElement
java.lang.Object
org.eclipse.tracecompass.tmf.ui.project.model.TmfProjectModelElement
org.eclipse.tracecompass.tmf.ui.project.model.TmfAnalysisOutputElement
- All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable,ITmfProjectModelElement,org.eclipse.ui.views.properties.IPropertySource,org.eclipse.ui.views.properties.IPropertySource2
public class TmfAnalysisOutputElement
extends TmfProjectModelElement
implements org.eclipse.ui.views.properties.IPropertySource2
Class for project elements of type analysis output
- Author:
- Geneviève Bastien
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.swt.graphics.ImagegetIcon()Returns the icon of this element.org.eclipse.ui.views.properties.IPropertyDescriptor[]final booleanfinal booleanisPropertySet(Object id) voidOutputs the analysisfinal voidfinal voidsetPropertyValue(Object id, Object value) Methods inherited from class org.eclipse.tracecompass.tmf.ui.project.model.TmfProjectModelElement
equals, getAdapter, getChildren, getLocation, getName, getParent, getPath, getProject, getResource, getTraceSupplementaryFolder, hashCode, prepareTraceSupplementaryFolder, prepareTraceSupplementaryFolder, refresh, refreshViewer, toStringMethods inherited from interface org.eclipse.tracecompass.tmf.ui.project.model.ITmfProjectModelElement
dispose, getChild, getLabelText, hasChildren
-
Method Details
-
getIcon
public org.eclipse.swt.graphics.Image getIcon()Description copied from interface:ITmfProjectModelElementReturns the icon of this element.- Specified by:
getIconin interfaceITmfProjectModelElement- Returns:
- The icon
-
outputAnalysis
public void outputAnalysis()Outputs the analysis -
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
-
resetPropertyValue
- Specified by:
resetPropertyValuein interfaceorg.eclipse.ui.views.properties.IPropertySource
-
setPropertyValue
- Specified by:
setPropertyValuein interfaceorg.eclipse.ui.views.properties.IPropertySource
-
isPropertyResettable
- Specified by:
isPropertyResettablein interfaceorg.eclipse.ui.views.properties.IPropertySource2
-
isPropertySet
- Specified by:
isPropertySetin interfaceorg.eclipse.ui.views.properties.IPropertySource- Specified by:
isPropertySetin interfaceorg.eclipse.ui.views.properties.IPropertySource2
-