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.
|
namePropertypublic SplitPaneWidget(String pName, javafx.geometry.Orientation pOrientation, Collection<? extends Widget> pChildren)
public javafx.scene.control.SplitPane getNode()
Widgetpublic PermutableObservableList<Widget> getChildren()
AbstractWidgetgetChildren in class AbstractWidgetpublic Widget.Type getType()
Copyright © 2023. All rights reserved.