Uses of Class
javafx.beans.property.StringPropertyBase
| Package | Description | 
|---|---|
| javafx.beans.property | 
 The package  
javafx.beans.property defines 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.property
Subclasses 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.css
Subclasses 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.