Class TransposedObservableList<T>

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

    • TransposedObservableList

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