Class 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.