TMF: Introduce a framework to hook trace analysis modules/plugins
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / project / model / Messages.java
index cce6f8e33fa487cfdcfca2de8360e10980707ee7..ea715be924ebcb1b3a1277703f2692778bb0794d 100644 (file)
@@ -24,6 +24,12 @@ public class Messages extends NLS {
 
     private static final String BUNDLE_NAME = "org.eclipse.linuxtools.tmf.ui.project.model.messages"; //$NON-NLS-1$
 
+    /** Instantiate analysis message box title */
+    public static String TmfAnalysisElement_InstantiateAnalysis;
+
+    /** The message when analysis view is not available */
+    public static String TmfAnalysisViewOutput_ViewUnavailable;
+
     /** The category of the resource properties */
     public static String TmfTraceElement_ResourceProperties;
 
@@ -68,6 +74,9 @@ public class Messages extends NLS {
     /** Init error */
     public static String TmfOpenTraceHelper_InitError;
 
+    /** Analysis view title */
+    public static String TmfAnalysisViewOutput_Title;
+
     static {
         // initialize resource bundle
         NLS.initializeMessages(BUNDLE_NAME, Messages.class);
This page took 0.025983 seconds and 5 git commands to generate.