T - the domain value typepublic class LazyTreeItem<T>
extends javafx.scene.control.TreeItem<T>
| Constructor and Description |
|---|
LazyTreeItem(T value,
java.util.function.Function<javafx.scene.control.TreeItem<T>,java.util.List<javafx.scene.control.TreeItem<T>>> listCreator)
Create a lazy tree item
|
addEventHandler, branchCollapsedEvent, branchExpandedEvent, buildEventDispatchChain, childrenModificationEvent, expandedItemCountChangeEvent, expandedProperty, getChildren, getGraphic, getParent, getValue, graphicChangedEvent, graphicProperty, isExpanded, isLeaf, leafProperty, nextSibling, nextSibling, parentProperty, previousSibling, previousSibling, removeEventHandler, setExpanded, setGraphic, setValue, toString, treeNotificationEvent, valueChangedEvent, valueProperty