jfxTreeCell

inline fun <T> NodeContainer.jfxTreeCell(): JFXTreeCell<T>

Add a JFXTreeCell to this container.

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> NodeContainer.jfxTreeCell(configuration: JFXTreeCell<T>.() -> Unit): JFXTreeCell<T>

Add a JFXTreeCell with configuration block to this container.

Return

the control added.

Parameters

configuration

the configuration block.