org.eclipse.nebula.widgets.nattable.tree.config
Interface TreeConfigAttributes


public interface TreeConfigAttributes

Configuration attributes for configuring the visualization of a tree representation.

Author:
Dirk Fauth

Field Summary
static ConfigAttribute<ICellPainter> TREE_STRUCTURE_PAINTER
          Configuration attribute to specify the painter that should be used to render the tree structure.
 

Field Detail

TREE_STRUCTURE_PAINTER

static final ConfigAttribute<ICellPainter> TREE_STRUCTURE_PAINTER
Configuration attribute to specify the painter that should be used to render the tree structure. It needs to be an IndentedTreeImagePainter that can be wrapped with several CellPainterWrapper. If there is no IndentedTreeImagePainter in the painter hierarchy, this configuration attribute will be ignored by the TreeLayer.



Copyright © 2015. All rights reserved.