Module javafx.base

Class SimpleListProperty<E>

java.lang.Object
Type Parameters:
E - the type of the List elements
All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>, SequencedCollection<E>, Observable, Property<ObservableList<E>>, ReadOnlyProperty<ObservableList<E>>, ObservableListValue<E>, ObservableObjectValue<ObservableList<E>>, ObservableValue<ObservableList<E>>, WritableListValue<E>, WritableObjectValue<ObservableList<E>>, WritableValue<ObservableList<E>>, ObservableList<E>
Direct Known Subclasses:
ReadOnlyListWrapper

public class SimpleListProperty<E> extends ListPropertyBase<E>
This class provides a full implementation of a Property wrapping an ObservableList.
Since:
JavaFX 2.1
See Also: