JDK-8090921 : Use FilteredList for Parent.unmodifiableManagedChildren
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: scenegraph
  • Affected Version: 8
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2012-08-24
  • Updated: 2018-09-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Blocks :  
Blocks :  
Blocks :  
Description
FilteredList is an unmodifiable ObservableList, that is created by filtering another ObservableList, i.e. it provides the functionality needed by Parent.unmodifiableManagedChildren. FilteredList will have better performance than the current implementation, because it will touch only the elements that have changed in the source list.
Comments
Current FilteredList implementation is too slow for this purpose, need to optimize it and try it again.
05-09-2013

The return type should be switched to ObservableList. This would allow some more optimizations in Layouts.
31-08-2012

Increasing priority, because unmodifiableManagedChildren will be used by many LayoutPanes.
24-08-2012