tmf: extract UpdateJob class and introduce TmfPieChartViewer
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / viewers / statistics / Messages.java
index e5e873bd0d49b237d0027ce658d904d5934ec53c..d4e06fcf30a4f4f6cb4ebe4adaa7bfe8f89a3dfc 100644 (file)
@@ -28,6 +28,26 @@ public class Messages extends NLS {
      */
     public static String TmfStatisticsView_UnknownTraceName;
 
+    /**
+     * String shown on top of the time-range selection piechart
+     *
+     * @since 2.0
+     */
+    public static String TmfStatisticsView_TimeRangeSelectionPieChartName;
+
+    /**
+     * String given to the slice in the piechart containing the too little
+     * slices
+     * @since 2.0
+     */
+    public static String TmfStatisticsView_PieChartOthersSliceName;
+
+    /**
+     * String for the top of the global selection piechart
+     * @since 2.0
+     */
+    public static String TmfStatisticsView_GlobalSelectionPieChartName;
+
     static {
         // initialize resource bundle
         NLS.initializeMessages(BUNDLE_NAME, Messages.class);
This page took 0.025983 seconds and 5 git commands to generate.