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

JavaBeanProperty is the super interface of all adapters between writable Java Bean properties and JavaFX properties.

extends ReadOnlyJavaBeanProperty<T>, Property<T>

Parameters:
<T>    The type of the wrapped property

Since:  JavaFX 2.1