Uses of Class
javafx.beans.property.ReadOnlyStringProperty
Package
Description
The package
javafx.beans.property
defines read-only
properties and writable properties, plus a number of implementations.Provides various classes that act as adapters between a regular Java Bean
property and a corresponding
JavaFX
Property
.Provides the set of classes for javafx.concurrent.
Provides API for making properties styleable via CSS and for supporting
pseudo-class state.
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.
This package provides means for loading and displaying Web content.
-
Uses of ReadOnlyStringProperty in javafx.beans.property
Modifier and TypeClassDescriptionclass
Base class for all readonly properties wrapping aString
.class
This class provides a convenient class to define read-only properties.class
This class provides a full implementation of aProperty
wrapping aString
value.class
This class provides a full implementation of aProperty
wrapping aString
value.class
The classStringPropertyBase
is the base class for a property wrapping aString
value.Modifier and TypeMethodDescriptionReadOnlyStringWrapper.getReadOnlyProperty()
Returns the readonly property, that is synchronized with thisReadOnlyStringWrapper
. -
Uses of ReadOnlyStringProperty in javafx.beans.property.adapter
Modifier and TypeClassDescriptionfinal class
AJavaBeanStringProperty
provides an adapter between a regular Java Bean property of typeString
and a JavaFXStringProperty
.final class
AReadOnlyJavaBeanStringProperty
provides an adapter between a regular read only Java Bean property of typeString
and a JavaFXReadOnlyStringProperty
. -
Uses of ReadOnlyStringProperty in javafx.concurrent
Modifier and TypeMethodDescriptionfinal ReadOnlyStringProperty
Service.messageProperty()
final ReadOnlyStringProperty
Task.messageProperty()
Worker.messageProperty()
Gets the ReadOnlyStringProperty representing the message.final ReadOnlyStringProperty
Service.titleProperty()
final ReadOnlyStringProperty
Task.titleProperty()
Worker.titleProperty()
Gets the ReadOnlyStringProperty representing the title. -
Uses of ReadOnlyStringProperty in javafx.css
Modifier and TypeClassDescriptionclass
This class extendsSimpleStringProperty
and provides a full implementation of aStyleableProperty
.class
This class extendsStringPropertyBase
and provides a partial implementation of aStyleableProperty
. -
Uses of ReadOnlyStringProperty in javafx.scene.control
Modifier and TypeMethodDescriptionfinal ReadOnlyStringProperty
TextInputControl.selectedTextProperty()
Defines the characters in the TextInputControl which are selected -
Uses of ReadOnlyStringProperty in javafx.scene.web
Modifier and TypeMethodDescriptionfinal ReadOnlyStringProperty
WebEngine.locationProperty()
URL of the current Web page.final ReadOnlyStringProperty
WebEngine.titleProperty()
Title of the current Web page.