| Other |
|---|
| tbdResolved |
|
Relates :
|
|
|
Relates :
|
Claims:
public static ObservableList<Node> getChildren(Parent p) {
if (sceneAccessor == null) {
// TODO: force scene initialization
}
return sceneAccessor.getChildren(p);
}
public static ObservableList<Stage> getStages() {
if (stageAccessor == null) {
// TODO: force stage initialization
}
return stageAccessor.getStages();
}
|