public class SplitPaneWidget extends AbstractWidget
Widget.Type
Constructor and Description |
---|
SplitPaneWidget(String pName,
javafx.geometry.Orientation pOrientation,
Collection<? extends Widget> pChildren) |
Modifier and Type | Method and Description |
---|---|
PermutableObservableList<Widget> |
getChildren()
List of child nodes.
|
javafx.scene.control.SplitPane |
getNode()
JavaFX control that contains children.
|
Widget.Type |
getType()
Type#HORIZONTAL_SPLITPANE or Type#VERTICAL_SPLITPANE.
|
nameProperty
public SplitPaneWidget(String pName, javafx.geometry.Orientation pOrientation, Collection<? extends Widget> pChildren)
public javafx.scene.control.SplitPane getNode()
Widget
public PermutableObservableList<Widget> getChildren()
AbstractWidget
getChildren
in class AbstractWidget
public Widget.Type getType()
Copyright © 2023. All rights reserved.