styledJFXTabPane

fun styledJFXTabPane(vararg styleClass: String, id: String? = null): JFXTabPane

Create a styled JFXTabPane.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun NodeManager.styledJFXTabPane(vararg styleClass: String, id: String? = null): JFXTabPane

Add a styled JFXTabPane to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.


inline fun styledJFXTabPane(vararg styleClass: String, id: String? = null, configuration: KtfxJfxTabPane.() -> Unit): JFXTabPane

Create a styled JFXTabPane with configuration block.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.

configuration

the configuration block.


inline fun NodeManager.styledJFXTabPane(vararg styleClass: String, id: String? = null, configuration: KtfxJfxTabPane.() -> Unit): JFXTabPane

Add a styled JFXTabPane with configuration block to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.

configuration

the configuration block.