public class LeafWidget extends AbstractWidget
Widget.Type| Constructor and Description | 
|---|
| LeafWidget(javafx.scene.Node pNode,
          String pName) | 
| Modifier and Type | Method and Description | 
|---|---|
| PermutableObservableList<Widget> | getChildren()List of child nodes. | 
| javafx.scene.Node | getNode()JavaFX control that contains children. | 
| Widget.Type | getType()Type#LEAF. | 
namePropertypublic LeafWidget(javafx.scene.Node pNode,
                  String pName)
public javafx.scene.Node getNode()
Widgetpublic Widget.Type getType()
public PermutableObservableList<Widget> getChildren()
AbstractWidgetgetChildren in class AbstractWidgetCopyright © 2023. All rights reserved.