- Type Parameters:
- T- The type of the wrapped property
- All Superinterfaces:
- Observable,- ObservableValue<T>,- Property<T>,- ReadOnlyJavaBeanProperty<T>,- ReadOnlyProperty<T>,- WritableValue<T>
- All Known Implementing Classes:
- JavaBeanBooleanProperty,- JavaBeanDoubleProperty,- JavaBeanFloatProperty,- JavaBeanIntegerProperty,- JavaBeanLongProperty,- JavaBeanObjectProperty,- JavaBeanStringProperty
public interface JavaBeanProperty<T>
extends ReadOnlyJavaBeanProperty<T>, Property<T>
JavaBeanProperty is the super interface of all adapters between
 writable Java Bean properties and JavaFX properties.
- Since:
- JavaFX 2.1