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
points behind the ObservableList
.
op | the ObservableList | |
index | the position in the List | |
<E> | the type of the List elements |
ObjectBinding
NullPointerException | if the ObservableList is null | |
IllegalArgumentException | if (@code index < 0) |
Diagram: Bindings