Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8090921

Use FilteredList for Parent.unmodifiableManagedChildren

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 8
    • javafx
    • None

      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.

            Unassigned Unassigned
            mheinrichs Michael Heinrichs (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Imported: