SplitPane

scalafx.scene.control.SplitPane
See theSplitPane companion class
object SplitPane

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SplitPane.type

Members list

Type members

Classlikes

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

Attributes

Companion
object
Supertypes
trait SFXDelegate[Divider]
class Object
trait Matchable
class Any
object Divider

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Divider.type

Value members

Concrete methods

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.

Attributes

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.

Attributes

Implicits

Implicits

implicit def sfxSplitPane2jfx(v: SplitPane): SplitPane