JDK-8101865 : Optimize mapping from Node to LayoutRect in FlowLayout
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: scenegraph
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Withdrawn
  • Submitted: 2012-08-31
  • Updated: 2015-06-16
  • Resolved: 2012-09-13
Related Reports
Blocks :  
Description
Once managedChildren becomes an ObservableList, the mapping from managedChildren to LayoutRects can be optimized, e.g. LayoutRects can simply become a MappedList (or whatever we are going to call it).