| Interface | Description |
|---|---|
| IterableTreeNode<O> |
A
TreeNode implementation that is mutable, but does not implements MutableTreeNode,
because this API has some lacks:
Implementation use Vector
Methods around userObject are not typed
Moreover this class implements Iterable to get nice access to children nodes using modern API. |
| TreeFilter |
Simple API to filter nodes from a tree model using a
FilterTreeModel. |
| Class | Description |
|---|---|
| DefaultIterableTreeNode<O> |
Default implementation of a
IterableTreeNode. |
| FilterTreeModel |
Filter tree model.
|
| IterableTreeNode.BreadthFirstIterator | |
| IterableTreeNode.PostorderIterator | |
| IterableTreeNode.PreorderIterator | |
| JTrees |
Created by tchemit on 11/10/17.
|
Copyright © 2008–2020 Ultreia.io. All rights reserved.