Class ProxyObservableList.Exposed<T>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
javafx.collections.ObservableListBase<T>
com.iamsoft.util.ui.javafx.collections.ProxyObservableList<T>
com.iamsoft.util.ui.javafx.collections.ProxyObservableList.Exposed<T>
Type Parameters:
T - Data type.
All Implemented Interfaces:
Exposable, Iterable<T>, Collection<T>, List<T>, javafx.beans.Observable, javafx.collections.ObservableList<T>
Direct Known Subclasses:
ProxyObservableList.Propertied
Enclosing class:
ProxyObservableList<T>

public static class ProxyObservableList.Exposed<T> extends ProxyObservableList<T> implements Exposable
  • Property Details

  • Constructor Details

    • Exposed

      public Exposed()
    • Exposed

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

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