Class TreeConfigAttributes
java.lang.Object
org.eclipse.nebula.widgets.nattable.tree.config.TreeConfigAttributes
Configuration attributes for configuring the visualization of a tree
representation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConfigAttribute<ICellPainter>Configuration attribute to specify the painter that should be used to render the tree structure. -
Method Summary
-
Field Details
-
TREE_STRUCTURE_PAINTER
Configuration attribute to specify the painter that should be used to render the tree structure. It needs to be anIndentedTreeImagePainterthat can be wrapped with severalCellPainterWrapper. If there is noIndentedTreeImagePainterin the painter hierarchy, this configuration attribute will be ignored by the TreeLayer.
-