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

Superclass for all readonly properties wrapping an arbitrary Object. For specialized implementations for ObservableList, ObservableSet and ObservableMap that also report changes inside the collections, see ReadOnlyListProperty, ReadOnlySetProperty and ReadOnlyMapProperty, respectively.

extends ObjectExpression<T> implements ReadOnlyProperty<T>

Parameters:
<T>     the type of the wrapped Object

See also:
javafx.beans.value.ObservableObjectValue, javafx.beans.binding.ObjectExpression, ReadOnlyProperty

Since:  JavaFX 2.0