Uses of Class
javafx.beans.property.StringProperty
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 API for making properties styleable via CSS and for supporting
pseudo-class state.
Provides the public classes for the JavaFX Printing API.
Provides the core set of base
classes for the JavaFX Scene Graph API.
The JavaFX User Interface provides a set of chart components that
are a very convenient way for data visualization.
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.
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
Provides the set of classes for fonts and renderable Text Node.
This package provides means for loading and displaying Web content.
Provides the top-level container classes for JavaFX content.
-
Uses of StringProperty in javafx.beans.property
Modifier and TypeClassDescriptionclass
This class provides a convenient class to define read-only properties.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 StringProperty in javafx.beans.property.adapter
Modifier and TypeClassDescriptionfinal class
AJavaBeanStringProperty
provides an adapter between a regular Java Bean property of typeString
and a JavaFXStringProperty
. -
Uses of StringProperty 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 StringProperty in javafx.print
Modifier and TypeMethodDescriptionfinal StringProperty
JobSettings.jobNameProperty()
StringProperty
representing the name of a job.final StringProperty
JobSettings.outputFileProperty()
AStringProperty
representing the name of a filesystem file, to which the platform printer driver should spool the rendered print data. -
Uses of StringProperty in javafx.scene
Modifier and TypeMethodDescriptionfinal StringProperty
Node.idProperty()
The id of thisNode
.final StringProperty
Node.styleProperty()
A string representation of the CSS style associated with this specificNode
. -
Uses of StringProperty in javafx.scene.chart
Modifier and TypeMethodDescriptionfinal StringProperty
PieChart.Data.nameProperty()
The name of the pie slicefinal StringProperty
XYChart.Series.nameProperty()
The user displayable name for this seriesfinal StringProperty
Chart.titleProperty()
The chart title -
Uses of StringProperty in javafx.scene.control
Modifier and TypeMethodDescriptionfinal StringProperty
ButtonBar.buttonOrderProperty()
The order for the typical buttons in a standard button bar.final StringProperty
Dialog.contentTextProperty()
A property representing the content text for the dialog pane.final StringProperty
DialogPane.contentTextProperty()
A property representing the content text for the dialog pane.final StringProperty
Labeled.ellipsisStringProperty()
Specifies the string to display for the ellipsis when text is truncated.final StringProperty
Dialog.headerTextProperty()
A property representing the header text for the dialog pane.final StringProperty
DialogPane.headerTextProperty()
A property representing the header text for the dialog pane.final StringProperty
MenuItem.idProperty()
The id of this MenuItem.final StringProperty
PopupControl.idProperty()
The id of thisPopupControl
.final StringProperty
Tab.idProperty()
The id of this tab.final StringProperty
TableColumnBase.idProperty()
The id of this TableColumnBase.final StringProperty
ComboBoxBase.promptTextProperty()
TheComboBox
prompt text to display, ornull
if no prompt text is displayed.final StringProperty
Spinner.promptTextProperty()
The prompt text to display in theSpinner
, ornull
if no prompt text is displayed.final StringProperty
TextInputControl.promptTextProperty()
The prompt text to display in theTextInputControl
.final StringProperty
MenuItem.styleProperty()
A string representation of the CSS style associated with this specific MenuItem.final StringProperty
PopupControl.styleProperty()
A string representation of the CSS style associated with this specificPopupControl
.final StringProperty
Tab.styleProperty()
The CSS style string associated to this tab.final StringProperty
TableColumnBase.styleProperty()
A string representation of the CSS style associated with this TableColumnBase instance.final StringProperty
Labeled.textProperty()
The text to display in the label.final StringProperty
MenuItem.textProperty()
The text to display in theMenuItem
.final StringProperty
Tab.textProperty()
The text shown in the tab.final StringProperty
TableColumnBase.textProperty()
This is the text to show in the header for this column.final StringProperty
TextInputControl.textProperty()
The textual content of this TextInputControl.final StringProperty
Tooltip.textProperty()
The text to display in the tooltip.final StringProperty
Dialog.titleProperty()
Return the titleProperty of the dialog. -
Uses of StringProperty in javafx.scene.shape
Modifier and TypeMethodDescriptionfinal StringProperty
SVGPath.contentProperty()
Defines the SVG Path encoded string as specified at: http://www.w3.org/TR/SVG/paths.html. -
Uses of StringProperty in javafx.scene.text
Modifier and TypeMethodDescriptionfinal StringProperty
Text.textProperty()
Defines text string that is to be displayed. -
Uses of StringProperty in javafx.scene.web
Modifier and TypeMethodDescriptionfinal StringProperty
WebEngine.userAgentProperty()
Specifies user agent ID string.final StringProperty
WebEngine.userStyleSheetLocationProperty()
Location of the user stylesheet as a string URL. -
Uses of StringProperty in javafx.stage
Modifier and TypeMethodDescriptionfinal StringProperty
DirectoryChooser.titleProperty()
The title of the displayed dialog.final StringProperty
FileChooser.titleProperty()
The title of the displayed file dialog.final StringProperty
Stage.titleProperty()
Defines the title of theStage
.