Module org.jhotdraw8.fxbase
Package org.jhotdraw8.fxbase.tree
package org.jhotdraw8.fxbase.tree
-
ClassDescriptionAbstractTreeModel.The
TreePresentationModelcan be used to present aTreeModelin aTreeViewor aTreeTableView.Iterates over the children of a tree node.A child list for implementations of theTreeNodeinterface.Iterates in preorder sequence over all expanded tree items.InorderSpliterator.PostorderSpliterator.PreorderSpliterator.SimpleTreeModel.This model can be used to present aTreeModelin aTreeViewor aTreeTableView.BreadthFirstSpliterator for a tree structure.DepthFirstSpliterator for a tree structure.Computes the maximal depth of a tree.TreeModel<N>TreeModel.TreeModelEvent.This adapter can be bound to aTextInputControlto support undo/redo with aFXUndoManager.Represents a node of a tree structure.TreeNode.AncestorIterator<T extends TreeNode<T>>Ancestor iterator.TheTreePresentationModelcan be used to present aTreeModelin aTreeViewor aTreeTableView.