Class UnpermutedObservableList<T>

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

    public class UnpermutedObservableList<T>
    extends javafx.collections.ObservableListBase<T>
    A proxy observable list that ignores item reordering.
    • Constructor Detail

      • UnpermutedObservableList

        public UnpermutedObservableList​(javafx.collections.ObservableList<T> pDelegate)