Java FX - Class Diagram - Classes that extend ReadOnlyStringProperty




NamePackageDescriptionDetail

JavaBeanStringPropertybeans.property.adapterA JavaBeanStringProperty provides an adapter between a regular Java Bean property of type String and a JavaFX Detail
ReadOnlyJavaBeanStringPropertybeans.property.adapterA ReadOnlyJavaBeanStringProperty provides an adapter between a regular read only Java Bean property of type String and a JavaFX Detail
ReadOnlyStringPropertybeans.propertySuper class for all readonly properties wrapping an String.Detail
ReadOnlyStringPropertyBasebeans.propertyBase class for all readonly properties wrapping a String.Detail
ReadOnlyStringWrapperbeans.propertyThis class provides a convenient class to define read-only properties.Detail
SimpleStringPropertybeans.propertyThis class provides a full implementation of a Property wrapping aSince:JavaFX 2.Detail
SimpleStyleableStringPropertycssThis class extends SimpleStringProperty and provides a full implementation of a StyleableProperty.Detail
StringPropertybeans.propertyThis class provides a full implementation of a Property wrapping a The value of a StringProperty can be get and set with ObservableObjectValue.Detail
StringPropertyBasebeans.propertyThe class StringPropertyBase is the base class for a property wrapping a String value.Detail
StyleableStringPropertycssThis class extends StringPropertyBase and provides a partial implementation of a StyleableProperty.Detail