Class AbstractTreePresentationModel<N>

java.lang.Object
org.jhotdraw8.fxbase.tree.AbstractTreePresentationModel<N>
Type Parameters:
N - the node type
All Implemented Interfaces:
TreePresentationModel<N>
Direct Known Subclasses:
SimpleTreePresentationModel

public abstract class AbstractTreePresentationModel<N> extends Object implements 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