< prev index next >

application/org.openjdk.jmc.flightrecorder.ui/src/main/java/org/openjdk/jmc/flightrecorder/ui/messages/internal/Messages.java

Print this page

        

@@ -1,7 +1,8 @@
 /*
- * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2019, Red Hat Inc. All rights reserved.
  * 
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * The contents of this file are subject to the terms of either the Universal Permissive License
  * v 1.0 as shown at http://oss.oracle.com/licenses/upl

@@ -97,10 +98,12 @@
         public static String CompilationsPage_COMPILATIONS_TABLE_SELECTION;
         public static String CompilationsPage_PAGE_NAME;
         public static String CompilationsPage_ROW_DURATIONS;
         public static String CompilationsPage_TAB_COMPILATIONS;
         public static String CompilationsPage_TAB_COMPILATIONS_FAILED;
+        public static String DropdownLaneFilter_QUICK_FILTER;
+        public static String DropdownLaneFilter_THREAD_STATE_SELECTION;
         public static String DUMP_RECORDING_DEFAULT_TIMESPAN_TO_DUMP;
         public static String DUMP_RECORDING_NO_DEFAULT;
         public static String DUMP_RECORDING_TIMESPAN;
         public static String DUMP_RECORDING_TIMESPAN_LESS_THAN_ZERO;
         public static String DUMP_RECORDING_TIMESPAN_UNPARSABLE;

@@ -504,13 +507,17 @@
         public static String TABLECOMPONENT_HISTOGRAM_SELECTION;
         public static String TABLECOMPONENT_NONE;
         public static String ThreadDumpsPage_PAGE_NAME;
         public static String ThreadsPage_EDIT_LANES;
         public static String ThreadsPage_HIDE_THREAD_ACTION;
+        public static String ThreadsPage_LANE_FILTER_HEADER;
         public static String ThreadsPage_LANE_TOOLTIP_TITLE;
         public static String ThreadsPage_NAME;
         public static String ThreadsPage_RESET_CHART_TO_SELECTION_ACTION;
+        public static String ThreadsPage_TABLE_POPUP_DESCRIPTION;
+        public static String ThreadsPage_TABLE_POPUP_TITLE;
+        public static String ThreadsPage_VIEW_THREAD_DETAILS;
         public static String TlabPage_PAGE_NAME;
         public static String TlabPage_ROW_TLAB_ALLOCATIONS;
         public static String TlabPage_ROW_TLAB_ALLOCATIONS_DESC;
         public static String TlabPage_SELECTED_THREAD;
         public static String TlabPage_SELECTED_THREADS;
< prev index next >