jfxDrawersStack

fun NodeManager.jfxDrawersStack(): JFXDrawersStack

Add a JFXDrawersStack to this manager.

Return

the control added.


inline fun jfxDrawersStack(configuration: JFXDrawersStack.() -> Unit): JFXDrawersStack

Create a JFXDrawersStack with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.jfxDrawersStack(configuration: JFXDrawersStack.() -> Unit): JFXDrawersStack

Add a JFXDrawersStack with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.