public abstract interface WritableListValue<E>
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

A writable reference to an javafx.collections.ObservableList.

extends WritableObjectValue<ObservableList<E>>, ObservableList<E>

Parameters:
<E>    the type of the List elements

See also:
javafx.collections.ObservableList, javafx.beans.value.WritableObjectValue, javafx.beans.value.WritableListValue

Since:  JavaFX 2.1