SplitPane

object SplitPane
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

object Divider
Companion
class
class Divider(val delegate: Divider) extends SFXDelegate[Divider]
Companion
object

Value members

Concrete methods

def isResizableWithParent(node: Node): Boolean

Return true if the node is resizable when the parent container is resized false otherwise.

Return true if the node is resizable when the parent container is resized false otherwise.

def setResizableWithParent(node: Node, value: Boolean): Unit

Sets a node in the SplitPane to be resizable or not when the SplitPane is resized.

Sets a node in the SplitPane to be resizable or not when the SplitPane is resized.

Implicits

Implicits

implicit def sfxSplitPane2jfx(v: SplitPane): SplitPane