public static <E> ObjectBinding<E> valueAt (ObservableList<E> op, ObservableIntegerValue index)

Creates a new javafx.beans.binding.ObjectBinding that contains the element of an javafx.collections.ObservableList at the specified position. The ObjectBinding will contain null if the index is outside of the ObservableList.

Parameters:
op    the ObservableList
index    the position in the List
<E>    the type of the List elements

Returns:  the new ObjectBinding

Exceptions:
NullPointerException    if the ObservableList or index is null

Since:  JavaFX 2.1