Uses of Class
javafx.beans.property.StringPropertyBase
| Package | Description | 
|---|---|
| javafx.beans.property | The package  javafx.beans.propertydefines read-only
                properties and writable properties, plus a number of implementations. | 
| javafx.css | Provides API for making properties styleable via CSS and for supporting
pseudo-class state. | 
- 
Uses of StringPropertyBase in javafx.beans.propertySubclasses of StringPropertyBase in javafx.beans.property Modifier and Type Class Description classReadOnlyStringWrapperThis class provides a convenient class to define read-only properties.classSimpleStringPropertyThis class provides a full implementation of aPropertywrapping aStringvalue.
- 
Uses of StringPropertyBase in javafx.cssSubclasses of StringPropertyBase in javafx.css Modifier and Type Class Description classSimpleStyleableStringPropertyThis class extendsSimpleStringPropertyand provides a full implementation of aStyleableProperty.classStyleableStringPropertyThis class extendsStringPropertyBaseand provides a partial implementation of aStyleableProperty.