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.
|
nameProperty
public LeafWidget(javafx.scene.Node pNode, String pName)
public javafx.scene.Node getNode()
Widget
public Widget.Type getType()
public PermutableObservableList<Widget> getChildren()
AbstractWidget
getChildren
in class AbstractWidget
Copyright © 2023. All rights reserved.