Uses of Class
org.eclipse.nebula.widgets.nattable.style.ConfigAttribute
Packages that use ConfigAttribute
Package
Description
-
Uses of ConfigAttribute in org.eclipse.nebula.widgets.nattable.blink
Fields in org.eclipse.nebula.widgets.nattable.blink declared as ConfigAttributeModifier and TypeFieldDescriptionstatic final ConfigAttribute<IBlinkingCellResolver>BlinkConfigAttributes.BLINK_RESOLVER -
Uses of ConfigAttribute in org.eclipse.nebula.widgets.nattable.config
Fields in org.eclipse.nebula.widgets.nattable.config declared as ConfigAttributeModifier and TypeFieldDescriptionstatic final ConfigAttribute<ICellPainter>CellConfigAttributes.CELL_PAINTERAttribute for configuring the ICellPainter that should be used to render a cell.static final ConfigAttribute<IStyle>CellConfigAttributes.CELL_STYLEAttribute for configuring the IStyle that should be used to render a cell.static final ConfigAttribute<IDisplayConverter>CellConfigAttributes.DISPLAY_CONVERTERAttribute for configuring the IDisplayConverter that should be used to convert the data in a cell for rendering.static final ConfigAttribute<Float>NatTableConfigAttributes.FONT_SCALING_FACTORConfiguration attribute for registering the font scaling factor in case scaling is active.static final ConfigAttribute<org.eclipse.swt.graphics.Color>CellConfigAttributes.GRID_LINE_COLORAttribute for configuring the Color that should be used to render the grid lines.static final ConfigAttribute<Integer>CellConfigAttributes.GRID_LINE_WIDTHAttribute for configuring the width of the grid lines.static final ConfigAttribute<IDpiConverter>NatTableConfigAttributes.HORIZONTAL_DPI_CONVERTERConfiguration attribute for registering anIDpiConverterto convert dimensions horizontally.static final ConfigAttribute<Boolean>CellConfigAttributes.RENDER_GRID_LINESAttribute for configuring whether grid lines should be rendered or not.static final ConfigAttribute<IDpiConverter>NatTableConfigAttributes.VERTICAL_DPI_CONVERTERConfiguration attribute for registering anIDpiConverterto convert dimensions vertically.Methods in org.eclipse.nebula.widgets.nattable.config with parameters of type ConfigAttributeModifier and TypeMethodDescription<T> TConfigRegistry.getConfigAttribute(ConfigAttribute<T> configAttribute, String targetDisplayMode, String... configLabels) <T> TConfigRegistry.getConfigAttribute(ConfigAttribute<T> configAttribute, String targetDisplayMode, List<String> configLabels) <T> TConfigRegistry.getConfigAttribute(ConfigAttribute<T> configAttribute, DisplayMode targetDisplayMode, String... configLabels) <T> TConfigRegistry.getConfigAttribute(ConfigAttribute<T> configAttribute, DisplayMode targetDisplayMode, List<String> configLabels) <T> TIConfigRegistry.getConfigAttribute(ConfigAttribute<T> configAttribute, String targetDisplayMode, String... configLabels) Deprecated.<T> TIConfigRegistry.getConfigAttribute(ConfigAttribute<T> configAttribute, String targetDisplayMode, List<String> configLabels) <T> TIConfigRegistry.getConfigAttribute(ConfigAttribute<T> configAttribute, DisplayMode targetDisplayMode, String... configLabels) If retrieving registered values<T> TIConfigRegistry.getConfigAttribute(ConfigAttribute<T> configAttribute, DisplayMode targetDisplayMode, List<String> configLabels) If retrieving registered values<T> TConfigRegistry.getSpecificConfigAttribute(ConfigAttribute<T> configAttribute, String displayMode, String configLabel) <T> TConfigRegistry.getSpecificConfigAttribute(ConfigAttribute<T> configAttribute, DisplayMode displayMode, String configLabel) <T> TIConfigRegistry.getSpecificConfigAttribute(ConfigAttribute<T> configAttribute, String displayMode, String configLabel) <T> TIConfigRegistry.getSpecificConfigAttribute(ConfigAttribute<T> configAttribute, DisplayMode displayMode, String configLabel) Retrieve a configuration value for the specified DisplayMode and config label.<T> voidConfigRegistry.registerConfigAttribute(ConfigAttribute<T> configAttribute, T attributeValue) <T> voidConfigRegistry.registerConfigAttribute(ConfigAttribute<T> configAttribute, T attributeValue, String displayMode) <T> voidConfigRegistry.registerConfigAttribute(ConfigAttribute<T> configAttribute, T attributeValue, String displayMode, String configLabel) <T> voidConfigRegistry.registerConfigAttribute(ConfigAttribute<T> configAttribute, T attributeValue, DisplayMode targetDisplayMode) <T> voidConfigRegistry.registerConfigAttribute(ConfigAttribute<T> configAttribute, T attributeValue, DisplayMode targetDisplayMode, String configLabel) <T> voidIConfigRegistry.registerConfigAttribute(ConfigAttribute<T> configAttribute, T attributeValue) Register a configuration attribute.<T> voidIConfigRegistry.registerConfigAttribute(ConfigAttribute<T> configAttribute, T attributeValue, String targetDisplayMode) <T> voidIConfigRegistry.registerConfigAttribute(ConfigAttribute<T> configAttribute, T attributeValue, String targetDisplayMode, String configLabel) <T> voidIConfigRegistry.registerConfigAttribute(ConfigAttribute<T> configAttribute, T attributeValue, DisplayMode targetDisplayMode) Register a configuration attribute against aDisplayMode.<T> voidIConfigRegistry.registerConfigAttribute(ConfigAttribute<T> configAttribute, T attributeValue, DisplayMode targetDisplayMode, String configLabel) Register an attribute against aDisplayModeand configuration label (applied to cells)<T> voidConfigRegistry.unregisterConfigAttribute(ConfigAttribute<T> configAttributeType) <T> voidConfigRegistry.unregisterConfigAttribute(ConfigAttribute<T> configAttributeType, String displayMode) <T> voidConfigRegistry.unregisterConfigAttribute(ConfigAttribute<T> configAttributeType, String displayMode, String configLabel) <T> voidConfigRegistry.unregisterConfigAttribute(ConfigAttribute<T> configAttributeType, DisplayMode displayMode) <T> voidConfigRegistry.unregisterConfigAttribute(ConfigAttribute<T> configAttributeType, DisplayMode displayMode, String configLabel) <T> voidIConfigRegistry.unregisterConfigAttribute(ConfigAttribute<T> configAttributeType) Unregister the given configuration attribute.<T> voidIConfigRegistry.unregisterConfigAttribute(ConfigAttribute<T> configAttributeType, String displayMode) <T> voidIConfigRegistry.unregisterConfigAttribute(ConfigAttribute<T> configAttributeType, String displayMode, String configLabel) <T> voidIConfigRegistry.unregisterConfigAttribute(ConfigAttribute<T> configAttributeType, DisplayMode displayMode) Unregister the given configuration attribute for the givenDisplayMode.<T> voidIConfigRegistry.unregisterConfigAttribute(ConfigAttribute<T> configAttributeType, DisplayMode displayMode, String configLabel) Unregister the given configuration attribute for the givenDisplayModethat was registered against the given configuration label. -
Uses of ConfigAttribute in org.eclipse.nebula.widgets.nattable.edit
Fields in org.eclipse.nebula.widgets.nattable.edit declared as ConfigAttributeModifier and TypeFieldDescriptionstatic final ConfigAttribute<Boolean>EditConfigAttributes.ACTIVATE_EDITOR_ON_TRAVERSALThe configuration attribute to specify whether an editor should be activated if the activation was triggered by traversal, where traversal also includes selection and activation after commit.static final ConfigAttribute<IEditableRule>EditConfigAttributes.CELL_EDITABLE_RULEThe configuration attribute for theIEditableRulethat is used to determine whether a cell is editable or not.static final ConfigAttribute<ICellEditor>EditConfigAttributes.CELL_EDITORThe configuration attribute for theICellEditorthat should be used for editing a cell value.static final ConfigAttribute<IEditErrorHandler>EditConfigAttributes.CONVERSION_ERROR_HANDLERThe configuration attribute for theIEditErrorHandlerthat should be used for conversion failure handling.static final ConfigAttribute<IStyle>EditConfigAttributes.CONVERSION_ERROR_STYLEThe configuration attribute for the style that should be used on just in time conversion error rendering within an editor control.static final ConfigAttribute<IDataValidator>EditConfigAttributes.DATA_VALIDATORThe configuration attribute to register theIDataValidatorthat should be used for validation if a value is committed by an editor.static final ConfigAttribute<Map<String,Object>> EditConfigAttributes.EDIT_DIALOG_SETTINGSThe configuration attribute to specify custom dialog settings for edit dialogs.static final ConfigAttribute<Boolean>EditConfigAttributes.MULTI_EDIT_ALL_SELECTED_EDITABLEThe configuration attribute to specify if multi-edit should only be possible if all selected cells are editable (default) or if the not editable cells should be ignored in the processing.static final ConfigAttribute<Boolean>EditConfigAttributes.OPEN_ADJACENT_EDITORThe configuration attribute to specify behavior after committing a value inline.static final ConfigAttribute<Boolean>EditConfigAttributes.OPEN_IN_DIALOGThe configuration attribute to specify if cell editors should be opened inline or in a dialog.static final ConfigAttribute<Boolean>EditConfigAttributes.SUPPORT_MULTI_EDITThe configuration attribute to specify whether an editor supports multi edit behavior or not.static final ConfigAttribute<IEditErrorHandler>EditConfigAttributes.VALIDATION_ERROR_HANDLERThe configuration attribute for theIEditErrorHandlerthat should be used for validation failure handling.static final ConfigAttribute<IStyle>EditConfigAttributes.VALIDATION_ERROR_STYLEThe configuration attribute for the style that should be used on just in time validation error rendering within an editor control.Methods in org.eclipse.nebula.widgets.nattable.edit with parameters of type ConfigAttributeModifier and TypeMethodDescriptionstatic IEditErrorHandlerEditConfigHelper.getEditErrorHandler(IConfigRegistry configRegistry, ConfigAttribute<IEditErrorHandler> configAttribute, List<String> configLabels) Searches for the registeredIEditErrorHandlerthat should be used by this editor. -
Uses of ConfigAttribute in org.eclipse.nebula.widgets.nattable.export
Fields in org.eclipse.nebula.widgets.nattable.export declared as ConfigAttributeModifier and TypeFieldDescriptionstatic final ConfigAttribute<String>ExportConfigAttributes.DATE_FORMATThe configuration attribute for specifying the format that should be used for exporting Calendar or Date objects appropriately.static final ConfigAttribute<IExportFormatter>ExportConfigAttributes.EXPORT_FORMATTERThe configuration attribute for specifying a formatter that should be used to format the values for the export.static final ConfigAttribute<ILayerExporter>ExportConfigAttributes.EXPORTERThe configuration attribute for specifying the concrete implementation instance ofILayerExporterthat should be used for exporting the NatTable.static final ConfigAttribute<String>ExportConfigAttributes.NUMBER_FORMATThe configuration attribute for specifying the format that should be used for exporting Number objects appropriately.static final ConfigAttribute<ITableExporter>ExportConfigAttributes.TABLE_EXPORTERThe configuration attribute for specifying the concrete implementation instance of ITableExporter that should be used for exporting the NatTable. -
Uses of ConfigAttribute in org.eclipse.nebula.widgets.nattable.extension.e4.css
Methods in org.eclipse.nebula.widgets.nattable.extension.e4.css with parameters of type ConfigAttributeModifier and TypeMethodDescriptionstatic <T> voidNatTableCSSHelper.applyNatTableStyle(NatTable natTable, ConfigAttribute<IStyle> styleAttribute, ConfigAttribute<T> styleConfig, T value, DisplayMode displayMode, String configLabel) Apply a style attribute value for theIStyleregistered for the given styleAttribute.static <T> voidNatTableCSSHelper.applyNatTableStyle(NatTable natTable, ConfigAttribute<T> styleConfig, T value, DisplayMode displayMode, String configLabel) Apply a style attribute value for theIStyleregistered forCellConfigAttributes.CELL_STYLE.static <T> TNatTableCSSHelper.getNatTableStyle(NatTable natTable, ConfigAttribute<T> styleConfig, DisplayMode displayMode, String... configLabels) Retrieves the style attribute for the given display mode and config labels out of the NatTable configuration. -
Uses of ConfigAttribute in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy
Fields in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy declared as ConfigAttributeModifier and TypeFieldDescriptionstatic final ConfigAttribute<String>GroupByConfigAttributes.GROUP_BY_CHILD_COUNT_PATTERNConfiguration attribute to specify a pattern that is used to render the number of children for a group.static final ConfigAttribute<org.eclipse.swt.graphics.Color>GroupByConfigAttributes.GROUP_BY_HEADER_BACKGROUND_COLORAttribute for configuring the Color that should be used to render the background of the GroupByHeaderLayer.static final ConfigAttribute<String>GroupByConfigAttributes.GROUP_BY_HINTConfiguration attribute to specify a hint that should be shown in case no grouping is applied.static final ConfigAttribute<IStyle>GroupByConfigAttributes.GROUP_BY_HINT_STYLEConfiguration attribute to specify the style of a group by hint.static final ConfigAttribute<IGroupBySummaryProvider>GroupByConfigAttributes.GROUP_BY_SUMMARY_PROVIDERThe configuration attribute that is used to calculate the summary for a column. -
Uses of ConfigAttribute in org.eclipse.nebula.widgets.nattable.extension.nebula.richtext
Fields in org.eclipse.nebula.widgets.nattable.extension.nebula.richtext declared as ConfigAttributeModifier and TypeFieldDescriptionstatic final ConfigAttribute<IDisplayConverter>RichTextConfigAttributes.MARKUP_DISPLAY_CONVERTERAttribute for configuring the markup IDisplayConverter that should be used to convert the data in a cell for HTML rendering. -
Uses of ConfigAttribute in org.eclipse.nebula.widgets.nattable.fillhandle.config
Fields in org.eclipse.nebula.widgets.nattable.fillhandle.config declared as ConfigAttributeModifier and TypeFieldDescriptionstatic final ConfigAttribute<Direction>FillHandleConfigAttributes.ALLOWED_FILL_DIRECTIONConfigAttribute to configure the directions that are allowed for the fill handle.static final ConfigAttribute<BorderStyle>FillHandleConfigAttributes.FILL_HANDLE_BORDER_STYLEConfigAttribute to configure the border style of the fill handle itself.static final ConfigAttribute<org.eclipse.swt.graphics.Color>FillHandleConfigAttributes.FILL_HANDLE_COLORConfigAttribute to configure the color of the fill handle.static final ConfigAttribute<BorderStyle>FillHandleConfigAttributes.FILL_HANDLE_REGION_BORDER_STYLEConfigAttribute to configure the line style used to render a special border on dragging the fill handle.static final ConfigAttribute<Integer>FillHandleConfigAttributes.INCREMENT_DATE_FIELDConfigAttribute to configure the date field that should be incremented when inserting a series via fill handle. -
Uses of ConfigAttribute in org.eclipse.nebula.widgets.nattable.filterrow.config
Fields in org.eclipse.nebula.widgets.nattable.filterrow.config declared as ConfigAttributeModifier and TypeFieldDescriptionstatic final ConfigAttribute<Comparator<?>>FilterRowConfigAttributes.FILTER_COMPARATORComparator to be used for threshold matchingstatic final ConfigAttribute<IDisplayConverter>FilterRowConfigAttributes.FILTER_CONTENT_DISPLAY_CONVERTERDisplay converter that is used for text filter operations to convert the body cell content to a string.static final ConfigAttribute<IDisplayConverter>FilterRowConfigAttributes.FILTER_DISPLAY_CONVERTERDisplay converter used to convert the string typed by the user to the data type of the column or in case of combo boxes to convert the filter object to string.static final ConfigAttribute<String>FilterRowConfigAttributes.TEXT_DELIMITERstatic final ConfigAttribute<TextMatchingMode>FilterRowConfigAttributes.TEXT_MATCHING_MODE -
Uses of ConfigAttribute in org.eclipse.nebula.widgets.nattable.freeze
Fields in org.eclipse.nebula.widgets.nattable.freeze declared as ConfigAttributeModifier and TypeFieldDescriptionstatic final ConfigAttribute<org.eclipse.swt.graphics.Color>FreezeConfigAttributes.SEPARATOR_COLORConfiguration attribute to configure the color of the separator line.static final ConfigAttribute<Integer>FreezeConfigAttributes.SEPARATOR_WIDTHConfiguration attribute to configure the width of the separator line. -
Uses of ConfigAttribute in org.eclipse.nebula.widgets.nattable.hideshow.indicator
Fields in org.eclipse.nebula.widgets.nattable.hideshow.indicator declared as ConfigAttributeModifier and TypeFieldDescriptionstatic final ConfigAttribute<org.eclipse.swt.graphics.Color>HideIndicatorConfigAttributes.HIDE_INDICATOR_COLORConfiguration attribute for configuring the color of the hide indicator.static final ConfigAttribute<Integer>HideIndicatorConfigAttributes.HIDE_INDICATOR_LINE_WIDTHConfiguration attribute for configuring the line width of the hide indicator. -
Uses of ConfigAttribute in org.eclipse.nebula.widgets.nattable.painter.cell.decorator
Fields in org.eclipse.nebula.widgets.nattable.painter.cell.decorator declared as ConfigAttributeModifier and TypeFieldDescriptionstatic final ConfigAttribute<org.eclipse.swt.graphics.Color>PercentageBarDecorator.PERCENTAGE_BAR_COMPLETE_REGION_END_COLORstatic final ConfigAttribute<org.eclipse.swt.graphics.Color>PercentageBarDecorator.PERCENTAGE_BAR_COMPLETE_REGION_START_COLORstatic final ConfigAttribute<org.eclipse.swt.graphics.Color>PercentageBarDecorator.PERCENTAGE_BAR_INCOMPLETE_REGION_COLOR -
Uses of ConfigAttribute in org.eclipse.nebula.widgets.nattable.print.config
Fields in org.eclipse.nebula.widgets.nattable.print.config declared as ConfigAttributeModifier and TypeFieldDescriptionstatic final ConfigAttribute<String>PrintConfigAttributes.DATE_FORMATConfiguration attribute to configure the date format that is used for rendering the print date in the footer region.static final ConfigAttribute<Integer>PrintConfigAttributes.DEFAULT_PAGE_ORIENTATIONConfiguration attribute to configure the default orientation of the paper that should be applied to the PrintDialog.static final ConfigAttribute<Direction>PrintConfigAttributes.FITTING_MODEConfiguration attribute to configure the scaling mode on printing.static final ConfigAttribute<Integer>PrintConfigAttributes.FOOTER_HEIGHTConfiguration attribute to configure the height of the footer.static final ConfigAttribute<String>PrintConfigAttributes.FOOTER_PAGE_PATTERNConfiguration attribute to configure the pattern for rendering the page information in the footer.static final ConfigAttribute<IStyle>PrintConfigAttributes.FOOTER_STYLEConfiguration attribute to configure the style that should be used to print the footer.static final ConfigAttribute<Boolean>PrintConfigAttributes.STRETCHConfiguration attribute to configure a scaling option in casePrintConfigAttributes.FITTING_MODEis set. -
Uses of ConfigAttribute in org.eclipse.nebula.widgets.nattable.selection
Fields in org.eclipse.nebula.widgets.nattable.selection declared as ConfigAttributeModifier and TypeFieldDescriptionstatic final ConfigAttribute<BorderStyle>SelectionConfigAttributes.SELECTION_GRID_LINE_STYLEConfigAttribute to configure the line style used to render the selection border around selected cells. -
Uses of ConfigAttribute in org.eclipse.nebula.widgets.nattable.sort
Fields in org.eclipse.nebula.widgets.nattable.sort declared as ConfigAttributeModifier and TypeFieldDescriptionstatic final ConfigAttribute<Comparator<?>>SortConfigAttributes.SORT_COMPARATOR -
Uses of ConfigAttribute in org.eclipse.nebula.widgets.nattable.style
Fields in org.eclipse.nebula.widgets.nattable.style declared as ConfigAttributeModifier and TypeFieldDescriptionstatic final ConfigAttribute<org.eclipse.swt.graphics.Color>CellStyleAttributes.BACKGROUND_COLORAttribute for configuring the background color of a cell.static final ConfigAttribute<BorderStyle>CellStyleAttributes.BORDER_STYLEAttribute for configuring the border style.static final ConfigAttribute<org.eclipse.swt.graphics.Font>CellStyleAttributes.FONTAttribute for configuring the font to be used on rendering text.static final ConfigAttribute<org.eclipse.swt.graphics.Color>CellStyleAttributes.FOREGROUND_COLORAttribute for configuring the foreground color of a cell.static final ConfigAttribute<org.eclipse.swt.graphics.Color>CellStyleAttributes.GRADIENT_BACKGROUND_COLORAttribute for configuring the gradient sweeping background color.static final ConfigAttribute<org.eclipse.swt.graphics.Color>CellStyleAttributes.GRADIENT_FOREGROUND_COLORAttribute for configuring the gradient sweeping foreground color.static final ConfigAttribute<HorizontalAlignmentEnum>CellStyleAttributes.HORIZONTAL_ALIGNMENTAttribute for configuring the horizontal alignment of a cell.static final ConfigAttribute<org.eclipse.swt.graphics.Image>CellStyleAttributes.IMAGEAttribute for configuring the image to rendered.static final ConfigAttribute<Character>CellStyleAttributes.PASSWORD_ECHO_CHARAttribute for configuring the echo character that should be used by PasswordTextPainter and PasswordCellEditor.static final ConfigAttribute<TextDecorationEnum>CellStyleAttributes.TEXT_DECORATIONAttribute for configuring the text decoration (underline and/or strikethrough).static final ConfigAttribute<VerticalAlignmentEnum>CellStyleAttributes.VERTICAL_ALIGNMENTAttribute for configuring the vertical alignment of a cell.Methods in org.eclipse.nebula.widgets.nattable.style with parameters of type ConfigAttributeModifier and TypeMethodDescription<T> TCellStyleProxy.getAttributeValue(ConfigAttribute<T> styleAttribute) <T> TCellStyleProxy.getAttributeValue(ConfigAttribute<T> styleAttribute, boolean noModification) Returns the configured value for the givenConfigAttribute.<T> TIStyle.getAttributeValue(ConfigAttribute<T> styleAttribute) Returns the configured value for the givenConfigAttribute.default <T> TIStyle.getAttributeValue(ConfigAttribute<T> styleAttribute, T defaultValue) Returns the configured value for the givenConfigAttribute.<T> TStyle.getAttributeValue(ConfigAttribute<T> styleAttribute) <T> TStyleProxy.getAttributeValue(ConfigAttribute<T> styleAttribute) <T> voidCellStyleProxy.setAttributeValue(ConfigAttribute<T> styleAttribute, T value) <T> voidIStyle.setAttributeValue(ConfigAttribute<T> styleAttribute, T value) Set the value for theConfigAttribute.<T> voidStyle.setAttributeValue(ConfigAttribute<T> styleAttribute, T value) Constructors in org.eclipse.nebula.widgets.nattable.style with parameters of type ConfigAttributeModifierConstructorDescriptionStyleProxy(ConfigAttribute<IStyle> styleConfigAttribute, IConfigRegistry configRegistry, String targetDisplayMode, List<String> configLabels) Deprecated.Use constructor withDisplayModeparameter.StyleProxy(ConfigAttribute<IStyle> styleConfigAttribute, IConfigRegistry configRegistry, DisplayMode targetDisplayMode, List<String> configLabels) -
Uses of ConfigAttribute in org.eclipse.nebula.widgets.nattable.summaryrow
Fields in org.eclipse.nebula.widgets.nattable.summaryrow declared as ConfigAttributeModifier and TypeFieldDescriptionstatic final ConfigAttribute<ISummaryProvider>SummaryRowConfigAttributes.SUMMARY_PROVIDERThe configuration attribute that is used to calculate the summary for a column. -
Uses of ConfigAttribute in org.eclipse.nebula.widgets.nattable.tickupdate
Fields in org.eclipse.nebula.widgets.nattable.tickupdate declared as ConfigAttributeModifier and TypeFieldDescriptionstatic final ConfigAttribute<ITickUpdateHandler>TickUpdateConfigAttributes.UPDATE_HANDLERThe configuration attribute for registering theITickUpdateHandlerto use.static final ConfigAttribute<Boolean>TickUpdateConfigAttributes.USE_ADJUST_BYThe configuration attribute to configure how the tick updates should be usable in theTickUpdateCellEditDialog. -
Uses of ConfigAttribute in org.eclipse.nebula.widgets.nattable.tree.config
Fields in org.eclipse.nebula.widgets.nattable.tree.config declared as ConfigAttributeModifier and TypeFieldDescriptionstatic final ConfigAttribute<ICellPainter>TreeConfigAttributes.TREE_STRUCTURE_PAINTERConfiguration attribute to specify the painter that should be used to render the tree structure.
IConfigRegistry.getConfigAttribute(ConfigAttribute, DisplayMode, String...)