Class ObservableValueSnapshotList<T>

  • Type Parameters:
    T - Type of item stored in list.
    All Implemented Interfaces:
    Iterable<T>, Collection<T>, List<T>, javafx.beans.Observable, javafx.collections.ObservableList<T>

    public class ObservableValueSnapshotList<T>
    extends javafx.collections.ObservableListBase<T>
    Records history of an ObservableValue.
    • Constructor Detail

      • ObservableValueSnapshotList

        public ObservableValueSnapshotList​(javafx.beans.value.ObservableValue<T> pObservableValue)