Module javafx.base

Interface ObservableSetValue<E>

Type Parameters:
E - the type of the Set elements
All Superinterfaces:
Collection<E>, Iterable<E>, Observable, ObservableObjectValue<ObservableSet<E>>, ObservableSet<E>, ObservableValue<ObservableSet<E>>, Set<E>
All Known Implementing Classes:
ReadOnlySetProperty, ReadOnlySetPropertyBase, ReadOnlySetWrapper, SetBinding, SetExpression, SetProperty, SetPropertyBase, SimpleSetProperty

public interface ObservableSetValue<E>
extends ObservableObjectValue<ObservableSet<E>>, ObservableSet<E>
An observable reference to an ObservableSet.
Since:
JavaFX 2.1
See Also:
ObservableSet, ObservableObjectValue, ObservableValue