jfxNodesList

fun NodeManager.jfxNodesList(): JFXNodesList

Add a JFXNodesList to this manager.

Return

the control added.


inline fun jfxNodesList(configuration: KtfxJfxNodesList.() -> Unit): JFXNodesList

Create a JFXNodesList with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.jfxNodesList(configuration: KtfxJfxNodesList.() -> Unit): JFXNodesList

Add a JFXNodesList with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.