Uses of Class
javafx.beans.property.StringPropertyBase
-
Packages that use StringPropertyBase Package Description javafx.beans.property The packagejavafx.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 class
ReadOnlyStringWrapper
This class provides a convenient class to define read-only properties.class
SimpleStringProperty
This class provides a full implementation of aProperty
wrapping aString
value. -
Uses of StringPropertyBase in javafx.css
Subclasses of StringPropertyBase in javafx.css Modifier and Type Class Description class
SimpleStyleableStringProperty
This class extendsSimpleStringProperty
and provides a full implementation of aStyleableProperty
.class
StyleableStringProperty
This class extendsStringPropertyBase
and provides a partial implementation of aStyleableProperty
.
-