Class SnapshotObservableList<T>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
javafx.collections.ObservableListBase<T>
com.iamsoft.util.ui.javafx.collections.SnapshotObservableList<T>
Type Parameters:
T - the list element type.
All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>, javafx.beans.Observable, javafx.collections.ObservableList<T>
Direct Known Subclasses:
SnapshotObservableList.Exposed

public class SnapshotObservableList<T> extends javafx.collections.ObservableListBase<T>
Takes snapshots of list and composes events by comparing snapshots.