Class ObservableCollections.ObservableListHelper<E>
java.lang.Object
org.jdesktop.observablecollections.ObservableCollections.ObservableListHelper<E>
- Enclosing class:
ObservableCollections
ObservableListHelper is created by observableListHelper,
and useful when changes to individual elements of the list can be
tracked.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidfireElementChanged(int index) Sends notification that the element at the specified index has changed.Returns theObservableList.
-
Method Details
-
getObservableList
Returns theObservableList.- Returns:
- the observable list
-
fireElementChanged
public void fireElementChanged(int index) Sends notification that the element at the specified index has changed.- Parameters:
index- the index of the element that has changed- Throws:
ArrayIndexOutOfBoundsException- if index is outside the range of theList(< 0 || >= size)
-