Class TransposedObservableList<T>

  • Type Parameters:
    T - Item type.
    All Implemented Interfaces:
    Iterable<javafx.collections.ObservableList<T>>, Collection<javafx.collections.ObservableList<T>>, List<javafx.collections.ObservableList<T>>, javafx.beans.Observable, javafx.collections.ObservableList<javafx.collections.ObservableList<T>>

    public class TransposedObservableList<T>
    extends ProxyObservableList<javafx.collections.ObservableList<T>>
    Rotates delegate list and fills in gaps with null.
    • Constructor Detail

      • TransposedObservableList

        public TransposedObservableList​(javafx.collections.ObservableList<javafx.collections.ObservableList<T>> pColLists)