Java javafx.scene.control SplitPane fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.control SplitPane fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.control SplitPane.

The text is from its open source code.

Constructor

SplitPane()
Creates a new SplitPane with no content.

Method

ObservableListgetDividers()
Returns an unmodifiable list of all the dividers in this SplitPane.
ObservableListgetItems()
Returns an ObservableList which can be use to modify the contents of the SplitPane.
ScenegetScene()
ReadOnlyDoublePropertyheightProperty()
DoublePropertyprefHeightProperty()
DoublePropertyprefWidthProperty()
voidsetDividerPositions(double... positions)
Sets the position of the divider
voidsetMaxWidth(double value)
voidsetOrientation(Orientation value)

This property controls how the SplitPane should be displayed to the user.

voidsetResizableWithParent(Node node, Boolean value)
Sets a node in the SplitPane to be resizable or not when the SplitPane is resized.
ReadOnlyDoublePropertywidthProperty()