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 TypeClassDescriptionclassBase class that provides most of the functionality needed to implement aBindingof aString.classAStringExpressionis aObservableStringValueplus additional convenience methods to generate bindings in a fluent style.Methods in javafx.beans.binding with parameters of type ObservableStringValueModifier and TypeMethodDescriptionstatic BooleanBindingBindings.isEmpty(ObservableStringValue op) static BooleanBindingBindings.isNotEmpty(ObservableStringValue op) -
Uses of ObservableStringValue in javafx.beans.property
Classes in javafx.beans.property that implement ObservableStringValueModifier and TypeClassDescriptionclassSuper class for all readonly properties wrapping anString.classThis class provides a full implementation of aPropertywrapping aStringvalue.classThis class provides a full implementation of aPropertywrapping aStringvalue.classThe classStringPropertyBaseis the base class for a property wrapping aStringvalue.