jfxTreeViewPath

fun NodeManager.jfxTreeViewPath(treeView: TreeView<*>? = null): JFXTreeViewPath

Add a JFXTreeViewPath to this manager.

Return

the control added.


inline fun jfxTreeViewPath(treeView: TreeView<*>? = null, configuration: JFXTreeViewPath.() -> Unit): JFXTreeViewPath

Create a JFXTreeViewPath with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.jfxTreeViewPath(treeView: TreeView<*>? = null, configuration: JFXTreeViewPath.() -> Unit): JFXTreeViewPath

Add a JFXTreeViewPath with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.