xml: add icon for analyses
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.analysis.xml.core / src / org / eclipse / tracecompass / internal / tmf / analysis / xml / core / module / TmfAnalysisModuleHelperXml.java
index b955a1a5195be67e66dfb562d6ef312734624511..5e8ae8cef39761e753cc1193be67ecdd7e7fb3d6 100644 (file)
@@ -42,6 +42,8 @@ import org.w3c.dom.Element;
  */
 public class TmfAnalysisModuleHelperXml implements IAnalysisModuleHelper, ITmfPropertiesProvider {
 
+    private static final String ICON_ANALYSIS = "/icons/analysis.png"; //$NON-NLS-1$
+
     /**
      * The types of analysis that can be XML-defined
      */
@@ -129,7 +131,7 @@ public class TmfAnalysisModuleHelperXml implements IAnalysisModuleHelper, ITmfPr
 
     @Override
     public String getIcon() {
-        return null;
+        return ICON_ANALYSIS;
     }
 
     @Override
This page took 0.024616 seconds and 5 git commands to generate.