tmf: Make call stack view extend AbstractTimeGraphView
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / internal / tmf / ui / Messages.java
index bea7f7ed1bf4154f9a4980d820b4008f3711bd8a..b860be437bdd1e91804f848ffee6de79773b60cd 100644 (file)
@@ -38,9 +38,10 @@ public class Messages extends NLS {
     public static String ManageCustomParsersDialog_NewButtonLabel;
     public static String ManageCustomParsersDialog_TextButtonLabel;
 
+    public static String MarkerEvent_Bookmarks;
+    public static String MarkerEvent_LostEvents;
+
     public static String TmfEventsTable_AddBookmarkActionText;
-    public static String TmfEventsTable_AddBookmarkDialogMessage;
-    public static String TmfEventsTable_AddBookmarkDialogTitle;
     public static String TmfEventsTable_ApplyPresetFilterMenuName;
     public static String TmfEventsTable_ClearFiltersActionText;
     public static String TmfEventsTable_CollapseFilterMenuName;
@@ -60,7 +61,6 @@ public class Messages extends NLS {
     public static String TmfEventsTable_RemoveBookmarkActionText;
     public static String TmfEventsTable_SearchHint;
     public static String TmfEventsTable_SearchingJobName;
-
     public static String TmfEventsTable_ShowAll;
     public static String TmfEventsTable_ShowFilterBarActionText;
     public static String TmfEventsTable_ShowRawActionText;
@@ -70,6 +70,10 @@ public class Messages extends NLS {
     public static String TmfEventsTable_TimestampColumnHeader;
     public static String TmfEventsTable_TypeColumnHeader;
 
+    public static String TmfMarker_LocationRank;
+    public static String TmfMarker_LocationTime;
+    public static String TmfMarker_LocationTimeRange;
+
     public static String TmfTimeFilterDialog_EDIT_PROFILING_OPTIONS;
     public static String TmfTimeFilterDialog_TRACE_FILTER;
     public static String TmfTimeFilterDialog_TRACE_FILTER_DESC;
@@ -129,8 +133,9 @@ public class Messages extends NLS {
     public static String TmfTimeGraphViewer_FollowArrowBackwardActionToolTipText;
     public static String TmfTimeGraphViewer_BookmarkActionAddText;
     public static String TmfTimeGraphViewer_BookmarkActionRemoveText;
-    public static String TmfTimeGraphViewer_NextBookmarkActionText;
-    public static String TmfTimeGraphViewer_PreviousBookmarkActionText;
+    public static String TmfTimeGraphViewer_NextMarkerActionText;
+    public static String TmfTimeGraphViewer_PreviousMarkerActionText;
+    public static String TmfTimeGraphViewer_ShowMarkersMenuText;
 
     public static String Utils_ClockCyclesUnit;
 
@@ -192,8 +197,9 @@ public class Messages extends NLS {
     public static String CustomTxtParserInputWizardPage_timestampFormatHelp;
     public static String CustomTxtParserInputWizardPage_uncapturedText;
     public static String CustomTxtParserInputWizardPage_unidentifiedCaptureGroup;
-    public static String CustomTxtParserInputWizardPage_windowTitleEdit;
-    public static String CustomTxtParserInputWizardPage_windowTitleNew;
+    public static String CustomTxtParserInputWizardPage_windowTitle;
+    public static String CustomTxtParserInputWizardPage_titleEdit;
+    public static String CustomTxtParserInputWizardPage_titleNew;
     public static String CustomTxtParserOutputWizardPage_description;
     public static String CustomTxtParserOutputWizardPage_moveAfter;
     public static String CustomTxtParserOutputWizardPage_moveBefore;
@@ -249,6 +255,7 @@ public class Messages extends NLS {
     public static String CustomXmlParserInputWizardPage_tagName;
     public static String CustomXmlParserInputWizardPage_timestampFormat;
     public static String CustomXmlParserInputWizardPage_timestampFormatHelp;
+    public static String CustomXmlParserInputWizardPage_windowTitle;
     public static String CustomXmlParserInputWizardPage_titleEdit;
     public static String CustomXmlParserInputWizardPage_titleNew;
     public static String CustomXmlParserOutputWizardPage_description;
@@ -300,6 +307,7 @@ public class Messages extends NLS {
     public static String CallStackView_EntryTimeColumn;
     public static String CallStackView_ExitTimeColumn;
     public static String CallStackView_DurationColumn;
+    public static String CallStackView_ThreadColumn;
     public static String CallStackView_StackInfoNotAvailable;
     public static String CallStackView_SortByThreadName;
     public static String CallStackView_SortByThreadId;
This page took 0.029098 seconds and 5 git commands to generate.