Class ProxyObservableList.Propertied<T>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
javafx.collections.ObservableListBase<T>
Type Parameters:
T - Type of item in list.
All Implemented Interfaces:
Exposable, Iterable<T>, Collection<T>, List<T>, javafx.beans.Observable, javafx.collections.ObservableList<T>
Enclosing class:
ProxyObservableList<T>

public static class ProxyObservableList.Propertied<T> extends ProxyObservableList.Exposed<T>
Use covariant returns to assume ObjectProperty delegate instead of ObservableValue.
  • Property Details

  • Constructor Details

    • Propertied

      public Propertied()
    • Propertied

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

      public Propertied(javafx.beans.property.ObjectProperty<javafx.collections.ObservableList<T>> pDelegateProperty)
  • Method Details

    • delegateProperty

      public javafx.beans.property.ObjectProperty<javafx.collections.ObservableList<T>> delegateProperty()
      Overrides:
      delegateProperty in class ProxyObservableList.Exposed<T>
      See Also:
    • setDelegate

      protected void setDelegate(javafx.collections.ObservableList<T> pDelegate)
      Sets the value of the property delegate.
      Property description: