Uses of Class
javafx.beans.property.StringProperty
Packages that use 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
Subclasses of StringProperty in javafx.beans.propertyModifier 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
Subclasses of StringProperty in javafx.beans.property.adapterModifier and TypeClassDescriptionclass
AJavaBeanStringProperty
provides an adapter between a regular Java Bean property of typeString
and a JavaFXStringProperty
. -
Uses of StringProperty in javafx.css
Subclasses of StringProperty in javafx.cssModifier 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
Methods in javafx.print that return StringPropertyModifier and TypeMethodDescriptionJobSettings.jobNameProperty()
StringProperty
representing the name of a job.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
Methods in javafx.scene that return StringPropertyModifier and TypeMethodDescriptionNode.idProperty()
The id of thisNode
.Node.styleProperty()
A string representation of the CSS style associated with this specificNode
. -
Uses of StringProperty in javafx.scene.chart
Methods in javafx.scene.chart that return StringPropertyModifier and TypeMethodDescriptionPieChart.Data.nameProperty()
The name of the pie sliceXYChart.Series.nameProperty()
The user displayable name for this seriesChart.titleProperty()
The chart title -
Uses of StringProperty in javafx.scene.control
Methods in javafx.scene.control that return StringPropertyModifier and TypeMethodDescriptionButtonBar.buttonOrderProperty()
The order for the typical buttons in a standard button bar.Dialog.contentTextProperty()
A property representing the content text for the dialog pane.DialogPane.contentTextProperty()
A property representing the content text for the dialog pane.Labeled.ellipsisStringProperty()
Specifies the string to display for the ellipsis when text is truncated.Dialog.headerTextProperty()
A property representing the header text for the dialog pane.DialogPane.headerTextProperty()
A property representing the header text for the dialog pane.MenuItem.idProperty()
The id of this MenuItem.PopupControl.idProperty()
The id of thisPopupControl
.Tab.idProperty()
The id of this tab.TableColumnBase.idProperty()
The id of this TableColumnBase.ComboBoxBase.promptTextProperty()
TheComboBox
prompt text to display, ornull
if no prompt text is displayed.Spinner.promptTextProperty()
The prompt text to display in theSpinner
, ornull
if no prompt text is displayed.TextInputControl.promptTextProperty()
The prompt text to display in theTextInputControl
.MenuItem.styleProperty()
A string representation of the CSS style associated with this specific MenuItem.PopupControl.styleProperty()
Tab.styleProperty()
The CSS style string associated to this tab.TableColumnBase.styleProperty()
A string representation of the CSS style associated with this TableColumnBase instance.Labeled.textProperty()
The text to display in the label.MenuItem.textProperty()
The text to display in theMenuItem
.Tab.textProperty()
The text shown in the tab.TableColumnBase.textProperty()
This is the text to show in the header for this column.TextInputControl.textProperty()
The textual content of this TextInputControl.Tooltip.textProperty()
The text to display in the tooltip.Dialog.titleProperty()
Return the titleProperty of the dialog. -
Uses of StringProperty in javafx.scene.shape
Methods in javafx.scene.shape that return StringPropertyModifier and TypeMethodDescriptionSVGPath.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
Methods in javafx.scene.text that return StringPropertyModifier and TypeMethodDescriptionText.textProperty()
Defines text string that is to be displayed. -
Uses of StringProperty in javafx.scene.web
Methods in javafx.scene.web that return StringPropertyModifier and TypeMethodDescriptionWebEngine.userAgentProperty()
Specifies user agent ID string.WebEngine.userStyleSheetLocationProperty()
Location of the user stylesheet as a string URL. -
Uses of StringProperty in javafx.stage
Methods in javafx.stage that return StringPropertyModifier and TypeMethodDescriptionDirectoryChooser.titleProperty()
The title of the displayed dialog.FileChooser.titleProperty()
The title of the displayed file dialog.Stage.titleProperty()
Defines the title of theStage
.