Uses of Class
org.eclipse.nebula.widgets.nattable.tree.painter.IndentedTreeImagePainter

Packages that use IndentedTreeImagePainter
org.eclipse.nebula.widgets.nattable.tree   
 

Uses of IndentedTreeImagePainter in org.eclipse.nebula.widgets.nattable.tree
 

Methods in org.eclipse.nebula.widgets.nattable.tree that return IndentedTreeImagePainter
 IndentedTreeImagePainter TreeLayer.getIndentedTreeImagePainter()
          Deprecated. since 1.1 the configured TreeImagePainter should be used instead of the hard referenced one
 

Constructors in org.eclipse.nebula.widgets.nattable.tree with parameters of type IndentedTreeImagePainter
TreeLayer(IUniqueIndexLayer underlyingLayer, ITreeRowModel<?> treeRowModel, IndentedTreeImagePainter indentedTreeImagePainter)
          Creates a TreeLayer instance based on the given information.
TreeLayer(IUniqueIndexLayer underlyingLayer, ITreeRowModel<?> treeRowModel, IndentedTreeImagePainter indentedTreeImagePainter, boolean useDefaultConfiguration)
          Creates a TreeLayer instance based on the given information.
 



Copyright © 2014. All rights reserved.