Class ProxyObservableList<T>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
javafx.collections.ObservableListBase<T>
com.iamsoft.util.ui.javafx.collections.ProxyObservableList<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>
Direct Known Subclasses:
ConflatingList, ExtractingObservableList, ProxyObservableList.Exposed, ReducedObservableList, TransposedObservableList

public class ProxyObservableList<T> extends javafx.collections.ObservableListBase<T>
  • Property Details

    • delegate

      protected javafx.beans.value.ObservableValue<javafx.collections.ObservableList<T>> delegateProperty
      See Also:
  • Constructor Details

    • ProxyObservableList

      public ProxyObservableList()
    • ProxyObservableList

      public ProxyObservableList(javafx.collections.ObservableList<T> pDelegate)
    • ProxyObservableList

      public ProxyObservableList(javafx.beans.value.ObservableValue<javafx.collections.ObservableList<T>> pDelegateProperty)
  • Method Details