jfxTabPane

inline fun NodeContainer.jfxTabPane(): JFXTabPane

Add a JFXTabPane to this container.

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 NodeContainer.jfxTabPane(configuration: KtfxJfxTabPane.() -> Unit): JFXTabPane

Add a JFXTabPane with configuration block to this container.

Return

the control added.

Parameters

configuration

the configuration block.