Uses of Interface
javafx.beans.value.ObservableStringValue
Packages that use ObservableStringValue
-
Uses of ObservableStringValue in com.sun.javafx.binding
Classes in com.sun.javafx.binding that implement ObservableStringValue -
Uses of ObservableStringValue in javafx.beans.binding
Classes in javafx.beans.binding that implement ObservableStringValueModifier and TypeClassDescriptionclass
Base class that provides most of the functionality needed to implement aBinding
of aString
.class
AStringExpression
is aObservableStringValue
plus additional convenience methods to generate bindings in a fluent style.Methods in javafx.beans.binding with parameters of type ObservableStringValueModifier and TypeMethodDescriptionstatic BooleanBinding
Bindings.isEmpty
(ObservableStringValue op) static BooleanBinding
Bindings.isNotEmpty
(ObservableStringValue op) -
Uses of ObservableStringValue in javafx.beans.property
Classes in javafx.beans.property that implement ObservableStringValueModifier and TypeClassDescriptionclass
Super class for all readonly properties wrapping anString
.class
This class provides a full implementation of aProperty
wrapping aString
value.class
This class provides a full implementation of aProperty
wrapping aString
value.class
The classStringPropertyBase
is the base class for a property wrapping aString
value.