public static final class ObservableCollections.ObservableListHelper<E>
extends java.lang.Object
ObservableListHelper is created by observableListHelper,
and useful when changes to individual elements of the list can be
tracked.| Modifier and Type | Method | Description |
|---|---|---|
void |
fireElementChanged(int index) |
Sends notification that the element at the specified index
has changed.
|
ObservableList<E> |
getObservableList() |
Returns the
ObservableList. |
public ObservableList<E> getObservableList()
ObservableList.public void fireElementChanged(int index)
index - the index of the element that has changedjava.lang.ArrayIndexOutOfBoundsException - if index is outside the
range of the List (< 0 || >= size)