jfxTreeViewPath
Add a JFXTreeViewPath to this container.
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 NodeContainer.jfxTreeViewPath(treeView: TreeView<*>? = null, configuration: JFXTreeViewPath.() -> Unit): JFXTreeViewPath
Add a JFXTreeViewPath with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.