Uses of Interface
org.eclipse.nebula.widgets.nattable.tree.ITreeData

Packages that use ITreeData
org.eclipse.nebula.widgets.nattable.extension.glazedlists.tree   
org.eclipse.nebula.widgets.nattable.tree   
 

Uses of ITreeData in org.eclipse.nebula.widgets.nattable.extension.glazedlists.tree
 

Classes in org.eclipse.nebula.widgets.nattable.extension.glazedlists.tree that implement ITreeData
 class GlazedListTreeData<T>
          Implementation of ITreeData that operates on a GlazedLists TreeList.
 

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

Methods in org.eclipse.nebula.widgets.nattable.tree that return ITreeData
protected  ITreeData<T> AbstractTreeRowModel.getTreeData()
           
 

Constructors in org.eclipse.nebula.widgets.nattable.tree with parameters of type ITreeData
AbstractTreeRowModel(ITreeData<T> treeData)
           
TreeRowModel(ITreeData<T> treeData)
           
 



Copyright © 2014. All rights reserved.