Class Messages
java.lang.Object
org.eclipse.osgi.util.NLS
org.eclipse.tracecompass.tmf.ui.views.histogram.Messages
public class Messages
extends org.eclipse.osgi.util.NLS
Messages file for the histogram widgets.
- Author:
- Francois Chouinard
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic StringThe tool tip text for the bucket range.static StringThe tool tip text for the event count.static StringThe tool tip text for the lost event count.static StringThe tool tip text for the selection span.static StringTool tip formatter for time rangestatic StringThe label for the Lost Events buttonstatic StringThe label for the selection end timestatic StringThe label for the selection start timestatic StringThe label for the Show Traces buttonstatic StringThe label for the window span. -
Method Summary
Methods inherited from class org.eclipse.osgi.util.NLS
bind, bind, bind, initializeMessages
-
Field Details
-
HistogramView_showTraces
The label for the Show Traces button -
HistogramView_hideLostEvents
The label for the Lost Events button -
HistogramView_selectionStartLabel
The label for the selection start time -
HistogramView_selectionEndLabel
The label for the selection end time -
HistogramView_windowSpanLabel
The label for the window span. -
Histogram_selectionSpanToolTip
The tool tip text for the selection span. -
Histogram_bucketRangeToolTip
The tool tip text for the bucket range. -
Histogram_timeRange
Tool tip formatter for time range- Since:
- 5.0
-
Histogram_eventCountToolTip
The tool tip text for the event count. -
Histogram_lostEventCountToolTip
The tool tip text for the lost event count.
-