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 0b067a6d0f1e167eab1c29cc666e9e579bb696ab..4841a42beace5839a7a477a344e28462d94003d9 100644 (file)
@@ -1,15 +1,16 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2011, 2012 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
  * accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
- * 
+ *
  * Contributors:
  *   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;
@@ -17,8 +18,11 @@ package org.eclipse.linuxtools.tmf.ui.views.histogram;
 import org.eclipse.osgi.util.NLS;
 
 /**
- * <b><u>Messages</u></b>
+ * Messages file for the histogram widgets.
  * <p>
+ *
+ * @version 1.0
+ * @author Francois Chouinard
  */
 public class Messages extends NLS {
 
@@ -26,11 +30,52 @@ public class Messages extends NLS {
     // Constants
     // ------------------------------------------------------------------------
 
-       private static final String BUNDLE_NAME = "org.eclipse.linuxtools.tmf.ui.views.histogram.messages"; //$NON-NLS-1$
-    
-       public static String HistogramView_currentEventLabel;
+    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 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.037737 seconds and 5 git commands to generate.