Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
public
class
ListView extends javafx.scene.control.ListView {
18
public
javafx.collections.ObservableList<javafx.scene.Node> getChildren() {
19
return
super.getChildren();
20
}
21
}
Callers
2
stringToTextFlowNodes
Method · 0.45
show
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected