Module com.iamsoft.util.ui
Class SplitPaneWidget
java.lang.Object
com.iamsoft.util.ui.javafx.perspective.widget.AbstractWidget
com.iamsoft.util.ui.javafx.perspective.widget.SplitPaneWidget
- All Implemented Interfaces:
Widget
Displays controls in a SplitPane.
-
Property Summary
Properties inherited from class com.iamsoft.util.ui.javafx.perspective.widget.AbstractWidget
name
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.iamsoft.util.ui.javafx.perspective.widget.Widget
Widget.Type
-
Constructor Summary
ConstructorsConstructorDescriptionSplitPaneWidget
(String pName, javafx.geometry.Orientation pOrientation, Collection<? extends Widget> pChildren) -
Method Summary
Methods inherited from class com.iamsoft.util.ui.javafx.perspective.widget.AbstractWidget
nameProperty
-
Constructor Details
-
SplitPaneWidget
public SplitPaneWidget(String pName, javafx.geometry.Orientation pOrientation, Collection<? extends Widget> pChildren)
-
-
Method Details
-
getNode
public javafx.scene.control.SplitPane getNode()Description copied from interface:Widget
JavaFX control that contains children. -
getChildren
Description copied from class:AbstractWidget
List of child nodes. Implementers are responsible for making sure that modifying this list mutates scene graph. Note that included nodes may be hidden due to an ancestral node being hidden. This list merely keeps track of children that are visible from the perspective of this node (i.e. the immediate parent).- Specified by:
getChildren
in classAbstractWidget
-
getType
-