Uses of Class
javafx.beans.property.StringPropertyBase
-
Packages that use StringPropertyBase 软件包 描述 javafx.beans.property 程序包javafx.beans.property
定义只读属性和可写属性,加上一些实现。javafx.css 提供API,通过CSS使属性变得风格,并支持伪类状态。 -
-
Uses of StringPropertyBase in javafx.beans.property
Subclasses of StringPropertyBase in javafx.beans.property Modifier and Type Class 描述 class
ReadOnlyStringWrapper
该类提供了一个方便的类来定义只读属性。class
SimpleStringProperty
-
Uses of StringPropertyBase in javafx.css
Subclasses of StringPropertyBase in javafx.css Modifier and Type Class 描述 class
SimpleStyleableStringProperty
该课程扩展了SimpleStringProperty
并提供了一个StyleableProperty
的完整实现。class
StyleableStringProperty
这个类扩展了StringPropertyBase
并提供了一个StyleableProperty
的部分实现。
-