-
Enhancement
-
Resolution: Unresolved
-
P4
-
fx2.0
There is currently no common parent class or interface with a public "getChildren()" method. That make generic tracking of a parent container awkward in some circumstances. To add children to a node we first need to cast to the appropriate type, Group or Pane or something else. If there were an interface for this method that both Group, Pane, and other potential parents could implement, it could simplify code in many cases.
- duplicates
-
JDK-8097394 children Property should work for all Parent
-
- Closed
-
- relates to
-
JDK-8091990 Add addChild(Node node) method to Parent
-
- Open
-