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
javafx.beans.value.ObservableStringValue, javafx.beans.value.WritableStringValue, ReadOnlyStringProperty, Property