tabPane

fun NodeManager.tabPane(): TabPane

Add a TabPane to this manager.

Return

the control added.


inline fun tabPane(configuration: KtfxTabPane.() -> Unit): TabPane

Create a TabPane with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.tabPane(configuration: KtfxTabPane.() -> Unit): TabPane

Add a TabPane with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.