public static IntegerBinding integerValueAt (ObservableList<? extends Number> op, ObservableIntegerValue index)

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

Parameters:
op    the ObservableList
index    the position in the List

Returns:  the new IntegerBinding

Exceptions:
NullPointerException    if the ObservableList or index is null

Since:  JavaFX 2.1