Uses of Interface
org.eclipse.nebula.widgets.nattable.tree.ITreeRowModel
Packages that use ITreeRowModel
Package
Description
-
Uses of ITreeRowModel in org.eclipse.nebula.widgets.nattable.extension.glazedlists.tree
Classes in org.eclipse.nebula.widgets.nattable.extension.glazedlists.tree that implement ITreeRowModel -
Uses of ITreeRowModel in org.eclipse.nebula.widgets.nattable.tree
Classes in org.eclipse.nebula.widgets.nattable.tree that implement ITreeRowModelModifier and TypeClassDescriptionclassclassTreeRowModel<T>Implementation ofITreeRowModelthat is used to perform expand/collapse operations using the approach of hiding and showing rows.Methods in org.eclipse.nebula.widgets.nattable.tree that return ITreeRowModelConstructors in org.eclipse.nebula.widgets.nattable.tree with parameters of type ITreeRowModelModifierConstructorDescriptionTreeLayer(IUniqueIndexLayer underlyingLayer, ITreeRowModel<?> treeRowModel) Creates a TreeLayer instance based on the given information.TreeLayer(IUniqueIndexLayer underlyingLayer, ITreeRowModel<?> treeRowModel, boolean useDefaultConfiguration) Creates a TreeLayer instance based on the given information.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. -
Uses of ITreeRowModel in org.eclipse.nebula.widgets.nattable.tree.config
Constructors in org.eclipse.nebula.widgets.nattable.tree.config with parameters of type ITreeRowModel