Package com.dlsc.gemsfx.treeview
package com.dlsc.gemsfx.treeview
Provides model, control, cell, and skin classes for displaying hierarchical tree nodes.
The package centers on TreeNodeView, which lays out
TreeNode instances with configurable cells, spacing, direction, and layout strategy.
-
ClassDescriptionTreeNode<T>A model node used by
TreeNodeViewto describe a tree hierarchy.TreeNodeCell<T>Default visual cell used byTreeNodeViewto render aTreeNode.TreeNodeView<T>A visual control for displaying trees.Specifies the direction in which the tree grows from its root.Specifies how tree nodes are arranged within the view.Default skin forTreeNodeView.