Class ReadOnlySetPropertyBaseEx<E>

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

public abstract class ReadOnlySetPropertyBaseEx<E> extends ReadOnlySetPropertyBase<E>
A replacement for ReadOnlySetWrapper 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)