jfxTreeCell

fun <T> NodeManager.jfxTreeCell(): JFXTreeCell<T>

Add a JFXTreeCell to this manager.

Return

the control added.


inline fun <T> jfxTreeCell(configuration: JFXTreeCell<T>.() -> Unit): JFXTreeCell<T>

Create a JFXTreeCell with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun <T> NodeManager.jfxTreeCell(configuration: JFXTreeCell<T>.() -> Unit): JFXTreeCell<T>

Add a JFXTreeCell with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.