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 a405a1c462c56e1b36e7a04d33bad5f5c3e9ffd2..b860be437bdd1e91804f848ffee6de79773b60cd 100644 (file)
@@ -39,6 +39,7 @@ public class Messages extends NLS {
     public static String ManageCustomParsersDialog_TextButtonLabel;
 
     public static String MarkerEvent_Bookmarks;
+    public static String MarkerEvent_LostEvents;
 
     public static String TmfEventsTable_AddBookmarkActionText;
     public static String TmfEventsTable_ApplyPresetFilterMenuName;
@@ -196,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;
@@ -253,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;
@@ -304,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.025126 seconds and 5 git commands to generate.