Class ObservableValueSnapshotList<T>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
javafx.collections.ObservableListBase<T>
com.iamsoft.util.ui.javafx.collections.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 Details

    • ObservableValueSnapshotList

      public ObservableValueSnapshotList(javafx.beans.value.ObservableValue<T> pObservableValue)
  • Method Details