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

Generic interface that defines the methods common to all (writable) properties independent of their type.

extends ReadOnlyProperty<T>, WritableValue<T>

Parameters:
<T>     the type of the wrapped value

Since:  JavaFX 2.0