Module javafx.base

Class ReadOnlyListPropertyBase<E>

java.lang.Object
javafx.beans.binding.ListExpression<E>
javafx.beans.property.ReadOnlyListProperty<E>
javafx.beans.property.ReadOnlyListPropertyBase<E>
Type Parameters:
E - the list element type
All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>, SequencedCollection<E>, Observable, ReadOnlyProperty<ObservableList<E>>, ObservableListValue<E>, ObservableObjectValue<ObservableList<E>>, ObservableValue<ObservableList<E>>, ObservableList<E>

public abstract class ReadOnlyListPropertyBase<E> extends ReadOnlyListProperty<E>
Base class for all readonly properties wrapping an ObservableList. This class provides a default implementation to attach listener.
Since:
JavaFX 2.1
See Also: