Uses of Class
javafx.beans.property.StringProperty
-
Packages that use StringProperty Package Description javafx.beans.property The packagejavafx.beans.propertydefines 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 correspondingJavaFX Property.javafx.css Provides API for making properties styleable via CSS and for supporting pseudo-class state.javafx.print Provides the public classes for the JavaFX Printing API.javafx.scene Provides the core set of base classes for the JavaFX Scene Graph API.javafx.scene.chart The JavaFX User Interface provides a set of chart components that are a very convenient way for data visualization.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.shape Provides the set of 2D classes for defining and performing operations on objects related to two-dimensional geometry.javafx.scene.text Provides the set of classes for fonts and renderable Text Node.javafx.scene.web This package provides means for loading and displaying Web content.javafx.stage Provides the top-level container classes for JavaFX content. -
-
Uses of StringProperty in javafx.beans.property
Subclasses of StringProperty in javafx.beans.property Modifier and Type Class Description classReadOnlyStringWrapperThis class provides a convenient class to define read-only properties.classSimpleStringPropertyThis class provides a full implementation of aPropertywrapping aStringvalue.classStringPropertyBaseThe classStringPropertyBaseis the base class for a property wrapping aStringvalue. -
Uses of StringProperty in javafx.beans.property.adapter
Subclasses of StringProperty in javafx.beans.property.adapter Modifier and Type Class Description classJavaBeanStringPropertyAJavaBeanStringPropertyprovides an adapter between a regular Java Bean property of typeStringand a JavaFXStringProperty. -
Uses of StringProperty in javafx.css
Subclasses of StringProperty 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 StringProperty in javafx.print
Methods in javafx.print that return StringProperty Modifier and Type Method Description StringPropertyJobSettings. jobNameProperty()StringPropertyrepresenting the name of a job. -
Uses of StringProperty in javafx.scene
Methods in javafx.scene that return StringProperty Modifier and Type Method Description StringPropertyNode. idProperty()The id of thisNode.StringPropertyNode. 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 StringProperty Modifier and Type Method Description StringPropertyPieChart.Data. nameProperty()The name of the pie sliceStringPropertyXYChart.Series. nameProperty()The user displayable name for this seriesStringPropertyChart. titleProperty()The chart title -
Uses of StringProperty in javafx.scene.control
Methods in javafx.scene.control that return StringProperty Modifier and Type Method Description StringPropertyButtonBar. buttonOrderProperty()The order for the typical buttons in a standard button bar.StringPropertyDialog. contentTextProperty()A property representing the content text for the dialog pane.StringPropertyDialogPane. contentTextProperty()A property representing the content text for the dialog pane.StringPropertyLabeled. ellipsisStringProperty()Specifies the string to display for the ellipsis when text is truncated.StringPropertyDialog. headerTextProperty()A property representing the header text for the dialog pane.StringPropertyDialogPane. headerTextProperty()A property representing the header text for the dialog pane.StringPropertyMenuItem. idProperty()The id of this MenuItem.StringPropertyPopupControl. idProperty()The id of thisPopupControl.StringPropertyTab. idProperty()The id of this tab.StringPropertyTableColumnBase. idProperty()The id of this TableColumnBase.StringPropertyComboBoxBase. promptTextProperty()TheComboBoxprompt text to display, ornullif no prompt text is displayed.StringPropertySpinner. promptTextProperty()The prompt text to display in theSpinner, ornullif no prompt text is displayed.StringPropertyTextInputControl. promptTextProperty()The prompt text to display in theTextInputControl.StringPropertyMenuItem. styleProperty()A string representation of the CSS style associated with this specific MenuItem.StringPropertyPopupControl. styleProperty()StringPropertyTab. styleProperty()The CSS style string associated to this tab.StringPropertyTableColumnBase. styleProperty()A string representation of the CSS style associated with this TableColumnBase instance.StringPropertyLabeled. textProperty()The text to display in the label.StringPropertyMenuItem. textProperty()The text to display in theMenuItem.StringPropertyTab. textProperty()The text shown in the tab.StringPropertyTableColumnBase. textProperty()This is the text to show in the header for this column.StringPropertyTextInputControl. textProperty()The textual content of this TextInputControl.StringPropertyTooltip. textProperty()The text to display in the tooltip.StringPropertyDialog. titleProperty()Return the titleProperty of the dialog. -
Uses of StringProperty in javafx.scene.shape
Methods in javafx.scene.shape that return StringProperty Modifier and Type Method Description StringPropertySVGPath. 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 StringProperty Modifier and Type Method Description StringPropertyText. textProperty()Defines text string that is to be displayed. -
Uses of StringProperty in javafx.scene.web
Methods in javafx.scene.web that return StringProperty Modifier and Type Method Description StringPropertyWebEngine. userAgentProperty()Specifies user agent ID string.StringPropertyWebEngine. userStyleSheetLocationProperty()Location of the user stylesheet as a string URL. -
Uses of StringProperty in javafx.stage
Methods in javafx.stage that return StringProperty Modifier and Type Method Description StringPropertyDirectoryChooser. titleProperty()The title of the displayed dialog.StringPropertyFileChooser. titleProperty()The title of the displayed file dialog.StringPropertyStage. titleProperty()Defines the title of theStage.
-