Module javafx.base

Interface WritableListValue<E>

Type Parameters:
E - the type of the List elements
All Superinterfaces:
Collection<E>, Iterable<E>, List<E>, Observable, ObservableList<E>, WritableObjectValue<ObservableList<E>>, WritableValue<ObservableList<E>>
All Known Implementing Classes:
ListProperty, ListPropertyBase, ReadOnlyListWrapper, SimpleListProperty

public interface WritableListValue<E> extends WritableObjectValue<ObservableList<E>>, ObservableList<E>
A writable reference to an ObservableList.
Since:
JavaFX 2.1
See Also: