Uses of Interface
javafx.collections.ObservableSet
Packages that use ObservableSet
-
Uses of ObservableSet in com.sun.javafx.collections
Classes in com.sun.javafx.collections that implement ObservableSetModifier and TypeClassDescriptionclass
A Set wrapper class that implements observability. -
Uses of ObservableSet in javafx.collections
Methods in javafx.collections that return ObservableSetModifier and TypeMethodDescriptionSetChangeListener.Change.getSet()
An observable set that is associated with the change.static <E> ObservableSet<E>
FXCollections.observableSet
(E... elements) Constructs an ObservableSet backed by a HashSet that contains all the specified elements.static <E> ObservableSet<E>
FXCollections.observableSet
(Set<E> set) Constructs an ObservableSet that is backed by the specified set.Constructors in javafx.collections with parameters of type ObservableSetModifierConstructorDescriptionChange
(ObservableSet<E> set) Constructs a change associated with a set.