Package org.nuiton.jaxx.runtime.swing.tree
-
Interface Summary Interface Description IterableTreeNode<O> ATreeNodeimplementation that is mutable, but does not implementsMutableTreeNode, because this API has some lacks: Implementation useVectorMethods around userObject are not typed Moreover this class implementsIterableto get nice access to children nodes using modern API.TreeFilter Simple API to filter nodes from a tree model using aFilterTreeModel. -
Class Summary Class Description DefaultIterableTreeNode<O> Default implementation of aIterableTreeNode.FilterTreeModel Filter tree model.IterableTreeNode.BreadthFirstIterator IterableTreeNode.PostorderIterator IterableTreeNode.PreorderIterator JTrees Created by tchemit on 11/10/17.