jfxTreeView
Add a JFXTreeView to this container.
Return
the control added.
inline fun <T> jfxTreeView(root: TreeItem<T>? = null, configuration: JFXTreeView<T>.() -> Unit): JFXTreeView<T>
Create a JFXTreeView with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun <T> NodeContainer.jfxTreeView(root: TreeItem<T>? = null, configuration: JFXTreeView<T>.() -> Unit): JFXTreeView<T>
Add a JFXTreeView with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.