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

The class ObjectPropertyBase is the base class for a property wrapping an arbitrary Object. It provides all the functionality required for a property except for the getBean() and getName() methods, which must be implemented by extending classes.

extends ObjectProperty<T>

Parameters:
<T>     the type of the wrapped value

See also:
ObjectProperty

Since:  JavaFX 2.0