public abstract class AbstractWidget extends Object implements Widget
Widget.Type
Modifier and Type | Method and Description |
---|---|
abstract PermutableObservableList<Widget> |
getChildren()
List of child nodes.
|
javafx.beans.property.StringProperty |
nameProperty()
Human-friendly identifier.
|
public javafx.beans.property.StringProperty nameProperty()
nameProperty
in interface Widget
public abstract PermutableObservableList<Widget> getChildren()
Copyright © 2023. All rights reserved.