borderPane

fun NodeManager.borderPane(): BorderPane

Add a BorderPane to this manager.

Return

the control added.


inline fun borderPane(configuration: KtfxBorderPane.() -> Unit): BorderPane

Create a BorderPane with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.borderPane(configuration: KtfxBorderPane.() -> Unit): BorderPane

Add a BorderPane with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.