ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / histogram / Messages.java
index 7b9527cc77d75c44e2ff8ca3569df6460cd6d941..4841a42beace5839a7a477a344e28462d94003d9 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2013 Ericsson
+ * Copyright (c) 2009, 2014 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -10,6 +10,7 @@
  *   William Bourque - Initial API and implementation
  *   Francois Chouinard - Cleanup and refactoring
  *   Francois Chouinard - Moved from LTTng to TMF
+ *   Patrick Tasse - Update for histogram selection range and tool tip
  *******************************************************************************/
 
 package org.eclipse.linuxtools.tmf.ui.views.histogram;
@@ -31,18 +32,49 @@ public class Messages extends NLS {
 
     private static final String BUNDLE_NAME = "org.eclipse.linuxtools.tmf.ui.views.histogram.messages"; //$NON-NLS-1$
 
+    /**
+     * @since 3.0
+     */
+    public static String HistogramView_showTraces;
+
     /**
      * @since 2.2
      */
     public static String HistogramView_hideLostEvents;
     /**
-     * The label for the current event time
+     * The label for the selection start time
+     * @since 2.2
+     */
+    public static String HistogramView_selectionStartLabel;
+    /**
+     * The label for the selection end time
+     * @since 2.2
      */
-    public static String HistogramView_currentEventLabel;
+    public static String HistogramView_selectionEndLabel;
     /**
      * The label for the window span.
      */
     public static String HistogramView_windowSpanLabel;
+    /**
+     * The tool tip text for the selection span.
+     * @since 2.2
+     */
+    public static String Histogram_selectionSpanToolTip;
+    /**
+     * The tool tip text for the bucket range.
+     * @since 2.2
+     */
+    public static String Histogram_bucketRangeToolTip;
+    /**
+     * The tool tip text for the event count.
+     * @since 2.2
+     */
+    public static String Histogram_eventCountToolTip;
+    /**
+     * The tool tip text for the lost event count.
+     * @since 2.2
+     */
+    public static String Histogram_lostEventCountToolTip;
 
     // ------------------------------------------------------------------------
     // Initializer
This page took 0.026845 seconds and 5 git commands to generate.