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 e5c520ec916260b94bbe655c4b8c5d8c0c7af775..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;
@@ -19,6 +20,7 @@ import org.eclipse.osgi.util.NLS;
 /**
  * Messages file for the histogram widgets.
  * <p>
+ *
  * @version 1.0
  * @author Francois Chouinard
  */
@@ -28,16 +30,51 @@ public class Messages extends NLS {
     // Constants
     // ------------------------------------------------------------------------
 
-       private static final String BUNDLE_NAME = "org.eclipse.linuxtools.tmf.ui.views.histogram.messages"; //$NON-NLS-1$
+    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;
 
-       /**
-        * The label for the current event time
-        */
-       public static String HistogramView_currentEventLabel;
-       /**
-        * The label for the window span.
-        */
+    /**
+     * @since 2.2
+     */
+    public static String HistogramView_hideLostEvents;
+    /**
+     * 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_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.028067 seconds and 5 git commands to generate.