timing: Add a generic table view for any segment provider
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.timing.ui / src / org / eclipse / tracecompass / internal / analysis / timing / ui / views / segmentstore / table / Messages.java
index d986224cf8a7b3ab7b6f4ac743f18f700d5413b5..c7e8d8a8279fb15fd49e3255fb0718bf42a2a7d6 100644 (file)
@@ -47,6 +47,9 @@ public class Messages extends NLS {
      */
     public static String SegmentStoreTableViewer_goToEndEvent;
 
+    /** Title of the table, to be appended to the analysis name for the title of the view */
+    public static String SegmentStoreTableViewer_genericTitle;
+
     static {
         // initialize resource bundle
         NLS.initializeMessages(BUNDLE_NAME, Messages.class);
This page took 0.023863 seconds and 5 git commands to generate.