< prev index next >

application/org.openjdk.jmc.flightrecorder.ui/src/main/java/org/openjdk/jmc/flightrecorder/ui/common/DataPageToolkit.java

Print this page

        

*** 236,246 **** } return createTableSettingsByOrderByAndColumnsWithDefaultOrdering(null, defaultListCols); } private static String createColumnId(IAttribute<?> attr) { ! return new StringBuilder().append(attr.getIdentifier()).append(":") .append(attr.getContentType().getIdentifier()).toString(); } public static IAction createAttributeCheckAction(IAttribute<?> attribute, Consumer<Boolean> onChange) { return createCheckAction(attribute.getName(), attribute.getDescription(), attribute.getIdentifier(), --- 236,246 ---- } return createTableSettingsByOrderByAndColumnsWithDefaultOrdering(null, defaultListCols); } private static String createColumnId(IAttribute<?> attr) { ! return new StringBuilder().append(attr.getIdentifier()).append(":") //$NON-NLS-1$ .append(attr.getContentType().getIdentifier()).toString(); } public static IAction createAttributeCheckAction(IAttribute<?> attribute, Consumer<Boolean> onChange) { return createCheckAction(attribute.getName(), attribute.getDescription(), attribute.getIdentifier(),
< prev index next >