Uses of Class
javafx.beans.binding.StringExpression
Package
Description
Provides classes that create and operate on a
Binding
that calculates a value that depends on one or more sources.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 API for making properties styleable via CSS and for supporting
pseudo-class state.
The JavaFX User Interface provides a set of chart components that
are a very convenient way for data visualization.
-
Uses of StringExpression in javafx.beans.binding
Modifier and TypeClassDescriptionclass
Base class that provides most of the functionality needed to implement aBinding
of aString
.Modifier and TypeMethodDescriptionstatic StringExpression
Returns aStringExpression
that holds the value of the concatenation of multipleObjects
.Returns aStringExpression
that holds the value of thisStringExpression
concatenated with anotherObject
.static StringExpression
Bindings.convert
(ObservableValue<?> observableValue) Returns aStringExpression
that wraps aObservableValue
.static StringExpression
Creates aStringExpression
that holds the value of multipleObjects
formatted according to a formatString
.static StringExpression
Creates aStringExpression
that holds the value of multipleObjects
formatted according to a formatString
and a specifiedLocale
static StringExpression
StringExpression.stringExpression
(ObservableValue<?> value) Returns aStringExpression
that wraps aObservableValue
. -
Uses of StringExpression in javafx.beans.property
Modifier and TypeClassDescriptionclass
Superclass for all readonly properties wrapping anString
.class
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. -
Uses of StringExpression 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 StringExpression 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 StringExpression in javafx.scene.chart
Modifier and TypeMethodDescriptionfinal StringExpression
Axis.TickMark.labelProperty()
The display text for tick mark