public final class ReadOnlyJavaBeanStringProperty
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

A ReadOnlyJavaBeanStringProperty provides an adapter between a regular read only Java Bean property of type String and a JavaFX ReadOnlyStringProperty. It cannot be created directly, but a ReadOnlyJavaBeanStringPropertyBuilder has to be used.

As a minimum, the Java Bean must implement a getter for the property. If the getter of an instance of this class is called, the property of the Java Bean is returned. If the Java Bean property is bound (i.e. it supports PropertyChangeListeners), this ReadOnlyJavaBeanStringProperty will be aware of changes in the Java Bean. Otherwise it can be notified about changes by calling fireValueChangedEvent().

extends ReadOnlyStringPropertyBase implements ReadOnlyJavaBeanProperty<String>

See also:
javafx.beans.property.ReadOnlyStringProperty, ReadOnlyJavaBeanStringPropertyBuilder

Since:  JavaFX 2.1