Uses of Interface
javafx.collections.ObservableSet
-
Uses of ObservableSet in com.sun.javafx.collections
Modifier and TypeClassDescriptionclass
A Set wrapper class that implements observability. -
Uses of ObservableSet in javafx.collections
Modifier 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.ModifierConstructorDescriptionChange
(ObservableSet<E> set) Constructs a change associated with a set.