MCPcopy Create free account
hub / github.com/defold/defold / getChildren

Method getChildren

editor/src/java/com/defold/control/ListView.java:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17public class ListView extends javafx.scene.control.ListView {
18 public javafx.collections.ObservableList<javafx.scene.Node> getChildren() {
19 return super.getChildren();
20 }
21}

Callers 2

stringToTextFlowNodesMethod · 0.45
showMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected