jfxToolbar

fun NodeManager.jfxToolbar(): JFXToolbar

Add a JFXToolbar to this manager.

Return

the control added.


inline fun jfxToolbar(configuration: KtfxJfxToolbar.() -> Unit): JFXToolbar

Create a JFXToolbar with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.jfxToolbar(configuration: KtfxJfxToolbar.() -> Unit): JFXToolbar

Add a JFXToolbar with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.