public abstract class StringProperty
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

This class provides a full implementation of a Property wrapping a String value. The value of a StringProperty can be get and set with get(), getValue(), set(Object), and setValue(String). A property can be bound and unbound unidirectional with bind(ObservableValue) and unbind(). Bidirectional bindings can be created and removed with bindBidirectional(Property) and unbindBidirectional(Property). The context of a StringProperty can be read with getBean() and getName().

extends ReadOnlyStringProperty implements Property<String>, WritableStringValue

See also:
javafx.beans.value.ObservableStringValue, javafx.beans.value.WritableStringValue, ReadOnlyStringProperty, Property

Since:  JavaFX 2.0