@Version(value="1.0.0")
Interface | Description |
---|---|
ObservableCollection<E,C> |
A collections which can be observed for changes.
|
ObservableList<E> | |
ObservableList.Change<E> |
A change event for
ObservableList . |
ObservableSet<E> |
A set which can be observed for changes, as per the contract of
ObservableCollection . |
ObservableSet.Change<E> |
A change event for
ObservableSet . |
ObservableSortedSet<E> |
A set which can be observed for changes, as per the contract of
ObservableCollection . |
Class | Description |
---|---|
ObservableListDecorator<E> | |
ObservableSetDecorator<E> | |
ObservableSortedSetDecorator<E> | |
ScopedObservableSet<E> | |
SynchronizedObservableList<E> | |
SynchronizedObservableSet<E> | |
SynchronizedObservableSortedSet<E> | |
UnmodifiableObservableList<E> | |
UnmodifiableObservableSet<E> | |
UnmodifiableObservableSortedSet<E> |