Interface TreePresentationModel<N>

Type Parameters:
N - the node type
All Known Implementing Classes:
AbstractTreePresentationModel, SimpleTreePresentationModel

public interface TreePresentationModel<N>
The TreePresentationModel can be used to present a TreeModel in a TreeView or a TreeTableView.

Maps TreeModel to a TreeItem&lt;E&gt; hierarchy.

Note: for performance reasons we do not expand the tree nodes by default.

Author:
Werner Randelshofer