griffon.javafx.collections.DelegatingObservableSet
instead.public abstract class DelegatingObservableSet<E> extends DelegatingObservableSet<E>
DelegatingObservableSet
Constructor and Description |
---|
DelegatingObservableSet(ObservableSet<E> delegate)
Deprecated.
|
add, addAll, clear, contains, containsAll, equals, getDelegate, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, sourceChanged, toArray, toArray
addListener, addListener, fireChange, hasListeners, removeListener, removeListener
toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addListener, removeListener
spliterator
parallelStream, removeIf, stream
addListener, removeListener
public DelegatingObservableSet(@Nonnull ObservableSet<E> delegate)