Uses of Class
javafx.beans.property.ReadOnlyStringProperty
-
Packages that use ReadOnlyStringProperty 软件包 描述 javafx.beans.property 程序包javafx.beans.property
定义只读属性和可写属性,以及一些实现。javafx.beans.property.adapter 提供各种类,作为常规Java Bean属性和对应的JavaFX Property
之间的适配器。javafx.concurrent 提供javafx.task的一组类。javafx.css 提供API,通过CSS使属性变得风格,并支持伪类状态。javafx.scene.control JavaFX用户界面控件(UI控件或仅控件)是JavaFX场景中的专用节点,特别适用于许多不同应用程序环境中的重用。javafx.scene.web 该软件包提供了加载和显示Web内容的方法。 -
-
Uses of ReadOnlyStringProperty in javafx.beans.property
Subclasses of ReadOnlyStringProperty in javafx.beans.property Modifier and Type Class 描述 class
ReadOnlyStringPropertyBase
所有只读属性的基类包装一个String
。class
ReadOnlyStringWrapper
该类提供了一个方便的类来定义只读属性。class
SimpleStringProperty
class
StringProperty
这个类提供了一个270667215663590包装一个String
值的完整实现。class
StringPropertyBase
StringPropertyBase
类是包含String
值的属性的基类。Methods in javafx.beans.property that return ReadOnlyStringProperty Modifier and Type 方法 描述 ReadOnlyStringProperty
ReadOnlyStringWrapper. getReadOnlyProperty()
返回readonly属性,该属性与此ReadOnlyStringWrapper
同步。 -
Uses of ReadOnlyStringProperty in javafx.beans.property.adapter
Subclasses of ReadOnlyStringProperty in javafx.beans.property.adapter Modifier and Type Class 描述 class
JavaBeanStringProperty
一个JavaBeanStringProperty
提供类型的普通的Java Bean属性之间的适配器String
和一个JavaFXStringProperty
。class
ReadOnlyJavaBeanStringProperty
一个ReadOnlyJavaBeanStringProperty
提供了一个常规的只读型的Java Bean的属性之间的适配器String
和一个JavaFXReadOnlyStringProperty
。 -
Uses of ReadOnlyStringProperty in javafx.concurrent
Methods in javafx.concurrent that return ReadOnlyStringProperty Modifier and Type 方法 描述 ReadOnlyStringProperty
Service. messageProperty()
ReadOnlyStringProperty
Task. messageProperty()
ReadOnlyStringProperty
Worker. messageProperty()
获取表示消息的ReadOnlyStringProperty。ReadOnlyStringProperty
Service. titleProperty()
ReadOnlyStringProperty
Task. titleProperty()
ReadOnlyStringProperty
Worker. titleProperty()
获取表示标题的ReadOnlyStringProperty。 -
Uses of ReadOnlyStringProperty in javafx.css
Subclasses of ReadOnlyStringProperty in javafx.css Modifier and Type Class 描述 class
SimpleStyleableStringProperty
这个类扩展了SimpleStringProperty
并提供了一个StyleableProperty
的完整实现。class
StyleableStringProperty
这个类扩展了StringPropertyBase
并提供了一个StyleableProperty
的部分实现。 -
Uses of ReadOnlyStringProperty in javafx.scene.control
Methods in javafx.scene.control that return ReadOnlyStringProperty Modifier and Type 方法 描述 ReadOnlyStringProperty
TextInputControl. selectedTextProperty()
定义所选文本输入控件中的字符 -
Uses of ReadOnlyStringProperty in javafx.scene.web
Methods in javafx.scene.web that return ReadOnlyStringProperty Modifier and Type 方法 描述 ReadOnlyStringProperty
WebEngine. locationProperty()
当前网页的URL。ReadOnlyStringProperty
WebEngine. titleProperty()
当前网页的标题。
-