jfxClippedPane

fun NodeManager.jfxClippedPane(): JFXClippedPane

Add a JFXClippedPane to this manager.

Return

the control added.


inline fun jfxClippedPane(configuration: KtfxJfxClippedPane.() -> Unit): JFXClippedPane

Create a JFXClippedPane with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.jfxClippedPane(configuration: KtfxJfxClippedPane.() -> Unit): JFXClippedPane

Add a JFXClippedPane with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.