jfxTabPane

fun NodeManager.jfxTabPane(): JFXTabPane

Add a JFXTabPane to this manager.

Return

the control added.


inline fun jfxTabPane(configuration: KtfxJfxTabPane.() -> Unit): JFXTabPane

Create a JFXTabPane with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.jfxTabPane(configuration: KtfxJfxTabPane.() -> Unit): JFXTabPane

Add a JFXTabPane with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.