Class ReadOnlyListPropertyBaseEx<E>

Type Parameters:
E - The element type of the wrapped ObservableList.
All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>, Observable, ReadOnlyProperty<ObservableList<E>>, ObservableListValue<E>, ObservableObjectValue<ObservableList<E>>, ObservableValue<ObservableList<E>>, ObservableList<E>

public abstract class ReadOnlyListPropertyBaseEx<E> extends ReadOnlyListPropertyBase<E>
A replacement for ReadOnlyListWrapper to fix the following JavaFX issues:
  • Change notifications are fired even when the observed value did not change.(https://bugs.openjdk.java.net/browse/JDK-8089169)