Module com.iamsoft.util.ui
Class AbstractObservableSet<T>
java.lang.Object
com.iamsoft.util.ui.javafx.AbstractObservable
com.iamsoft.util.ui.javafx.collections.AbstractObservableSet<T>
- Type Parameters:
T
- Item type.
- All Implemented Interfaces:
Iterable<T>
,Collection<T>
,Set<T>
,javafx.beans.Observable
,javafx.collections.ObservableSet<T>
public abstract class AbstractObservableSet<T>
extends AbstractObservable
implements javafx.collections.ObservableSet<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.iamsoft.util.ui.javafx.AbstractObservable
AbstractObservable.Exposed
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addListener
(javafx.collections.SetChangeListener<? super T> pListener) protected void
fireSetChange
(javafx.collections.SetChangeListener.Change<? extends T> pChange) void
removeListener
(javafx.collections.SetChangeListener<? super T> pListener) Methods inherited from class com.iamsoft.util.ui.javafx.AbstractObservable
addListener, fireEvent, removeListener
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface javafx.beans.Observable
addListener, removeListener, subscribe