public abstract interface ReadOnlyProperty<T>
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

Generic interface that defines the methods common to all readable properties independent of their type.

extends ObservableValue<T>

Parameters:
<T>     the type of the wrapped value

Since:  JavaFX 2.0