public static <K> StringBinding stringValueAt (ObservableMap<K, String> op, K key)

Creates a new javafx.beans.binding.StringBinding that contains the mapping of a specific key in an javafx.collections.ObservableMap. The StringBinding will hold null, if the key cannot be found in the ObservableMap.

Parameters:
op    the ObservableMap
key    the key in the Map
<K>    type of the key elements of the Map

Returns:  the new StringBinding

Exceptions:
NullPointerException    if the ObservableMap is null

Since:  JavaFX 2.1