Java FX - Class Diagram - Classes that implement ObservableStringValue




NamePackageDescriptionDetail

JavaBeanStringPropertyjavafx.beans.property.adapterA JavaBeanStringProperty provides an adapter between a regular Java Bean property of type String and a JavaFX Detail
ReadOnlyJavaBeanStringPropertyjavafx.beans.property.adapterA ReadOnlyJavaBeanStringProperty provides an adapter between a regular read only Java Bean property of type String and a JavaFX Detail
ReadOnlyStringPropertyjavafx.beans.propertySuper class for all readonly properties wrapping an String.Detail
ReadOnlyStringPropertyBasejavafx.beans.propertyBase class for all readonly properties wrapping a String.Detail
ReadOnlyStringWrapperjavafx.beans.propertyThis class provides a convenient class to define read-only properties.Detail
SimpleStringPropertyjavafx.beans.propertyThis class provides a full implementation of a Property wrapping aSince:JavaFX 2.Detail
SimpleStyleableStringPropertyjavafx.cssThis class extends SimpleStringProperty and provides a full implementation of a StyleableProperty.Detail
StringBindingjavafx.beans.bindingBase class that provides most of the functionality needed to implement a Binding of a String.Detail
StringExpressionjavafx.beans.bindingA StringExpression is a ObservableStringValue plus additional convenienceDetail
StringPropertyjavafx.beans.propertyThis class provides a full implementation of a Property wrapping a The value of a StringProperty can be get and set with ObservableObjectValue.Detail
StringPropertyBasejavafx.beans.propertyThe class StringPropertyBase is the base class for a property wrapping a String value.Detail
StyleableStringPropertyjavafx.cssThis class extends StringPropertyBase and provides a partial implementation of a StyleableProperty.Detail