Uses of Class
javafx.beans.property.ReadOnlyStringProperty
| Package | Description |
|---|---|
| javafx.beans.property |
The package
javafx.beans.property defines read-only
properties and writable properties, plus a number of implementations. |
| javafx.beans.property.adapter |
Provides various classes that act as adapters between a regular Java Bean
property and a corresponding
JavaFX
Property. |
| javafx.concurrent |
Provides the set of classes for javafx.task.
|
| javafx.css |
Provides API for making properties styleable via CSS and for supporting
pseudo-class state.
|
| javafx.scene.control |
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
|
| javafx.scene.web |
This package provides means for loading and displaying Web content.
|
-
Uses of ReadOnlyStringProperty in javafx.beans.property
Subclasses of ReadOnlyStringProperty in javafx.beans.property Modifier and Type Class Description classReadOnlyStringPropertyBaseBase class for all readonly properties wrapping aString.classReadOnlyStringWrapperThis class provides a convenient class to define read-only properties.classSimpleStringPropertyThis class provides a full implementation of aPropertywrapping aStringvalue.classStringPropertyThis class provides a full implementation of aPropertywrapping aStringvalue.classStringPropertyBaseThe classStringPropertyBaseis the base class for a property wrapping aStringvalue.Methods in javafx.beans.property that return ReadOnlyStringProperty Modifier and Type Method Description ReadOnlyStringPropertyReadOnlyStringWrapper. getReadOnlyProperty()Returns the readonly property, that is synchronized with thisReadOnlyStringWrapper. -
Uses of ReadOnlyStringProperty in javafx.beans.property.adapter
Subclasses of ReadOnlyStringProperty in javafx.beans.property.adapter Modifier and Type Class Description classJavaBeanStringPropertyAJavaBeanStringPropertyprovides an adapter between a regular Java Bean property of typeStringand a JavaFXStringProperty.classReadOnlyJavaBeanStringPropertyAReadOnlyJavaBeanStringPropertyprovides an adapter between a regular read only Java Bean property of typeStringand a JavaFXReadOnlyStringProperty. -
Uses of ReadOnlyStringProperty in javafx.concurrent
Methods in javafx.concurrent that return ReadOnlyStringProperty Modifier and Type Method Description ReadOnlyStringPropertyWorker. messageProperty()Gets the ReadOnlyStringProperty representing the message.ReadOnlyStringPropertyWorker. titleProperty()Gets the ReadOnlyStringProperty representing the title. -
Uses of ReadOnlyStringProperty in javafx.css
Subclasses of ReadOnlyStringProperty 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. -
Uses of ReadOnlyStringProperty in javafx.scene.control
Methods in javafx.scene.control that return ReadOnlyStringProperty Modifier and Type Method Description ReadOnlyStringPropertyTextInputControl. selectedTextProperty()Defines the characters in the TextInputControl which are selected -
Uses of ReadOnlyStringProperty in javafx.scene.web
Methods in javafx.scene.web that return ReadOnlyStringProperty Modifier and Type Method Description ReadOnlyStringPropertyWebEngine. locationProperty()URL of the current Web page.ReadOnlyStringPropertyWebEngine. titleProperty()Title of the current Web page.