Package de.flapdoodle.kfx.bindings
Object NodeContainerProperty.Companion
-
- All Implemented Interfaces:
public class NodeContainerProperty.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static NodeContainerProperty.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final <T extends Node> NodeContainerProperty<T>of(String name, Function0<ObservableList<Node>> children)-
-
Method Detail
-
of
final <T extends Node> NodeContainerProperty<T> of(String name, Function0<ObservableList<Node>> children)
-
-
-
-