DATATYPE - tree item value typeITEMTYPE - tree item implementation type@NotThreadSafe public class BasicTree<DATATYPE,ITEMTYPE extends ITreeItem<DATATYPE,ITEMTYPE>> extends Object implements ITree<DATATYPE,ITEMTYPE>
| Constructor and Description |
|---|
BasicTree(ITreeItemFactory<DATATYPE,ITEMTYPE> aFactory) |
public BasicTree(@Nonnull ITreeItemFactory<DATATYPE,ITEMTYPE> aFactory)
@Nonnull public final ITEMTYPE getRootItem()
getRootItem in interface IBasicTree<DATATYPE,ITEMTYPE extends ITreeItem<DATATYPE,ITEMTYPE>>null. The root item
should not be displayed but it is the parent node of all displayed
root items and therefor cannot be removed.Copyright © 2006–2014 phloc systems. All rights reserved.