Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.beans.property |
The package
javafx.beans.property defines read-only
properties and writable properties, plus a number of implementations. |
javafx.beans.property.adapter | |
javafx.concurrent |
Provides the set of classes for javafx.task.
|
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.image |
Provides the set of classes for loading and displaying images.
|
javafx.scene.layout |
Provides classes to support user interface layout.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ReadOnlyStringWrapper
This class provides a convenient class to define read-only properties.
|
class |
SimpleStringProperty
This class provides a full implementation of a
Property wrapping a
String value. |
class |
StringPropertyBase
The class
StringPropertyBase is the base class for a property
wrapping a String value. |
Modifier and Type | Class and Description |
---|---|
class |
JavaBeanStringProperty
A
JavaBeanStringProperty provides an adapter between a regular
Java Bean property of type String and a JavaFX
StringProperty . |
Modifier and Type | Field and Description |
---|---|
private StringProperty |
Task.message |
private StringProperty |
Service.message |
private StringProperty |
Task.title |
private StringProperty |
Service.title |
Modifier and Type | Field and Description |
---|---|
private StringProperty |
Node.id
The id of this
Node . |
private StringProperty |
Node.style
A string representation of the CSS style associated with this
specific
Node . |
Modifier and Type | Method and Description |
---|---|
StringProperty |
Node.idProperty()
The id of this
Node . |
StringProperty |
Node.styleProperty()
A string representation of the CSS style associated with this
specific
Node . |
Modifier and Type | Field and Description |
---|---|
private StringProperty |
Axis.TickMark.label
The display text for tick mark
|
private StringProperty |
XYChart.Series.name
The user displayable name for this series
|
private StringProperty |
PieChart.Data.name
The name of the pie slice
|
private StringProperty |
Chart.title
The chart title
|
Modifier and Type | Method and Description |
---|---|
StringProperty |
XYChart.Series.nameProperty()
The user displayable name for this series
|
StringProperty |
PieChart.Data.nameProperty()
The name of the pie slice
|
StringProperty |
Chart.titleProperty()
The chart title
|
Modifier and Type | Field and Description |
---|---|
private StringProperty |
Labeled.ellipsisString |
private StringProperty |
TableColumn.id |
private StringProperty |
Tab.id
*
Properties *
*
|
private StringProperty |
PopupControl.id
The id of this
PopupControl . |
private StringProperty |
MenuItem.id
The id of this MenuItem.
|
private StringProperty |
Tooltip.CSSBridge.imageUrl |
private StringProperty |
Labeled.imageUrl |
private StringProperty |
TextInputControl.promptText
The prompt text to display in the
TextInputControl , or
null if no prompt text is displayed. |
private StringProperty |
ComboBoxBase.promptText
The
ComboBox prompt text to display, or null if no
prompt text is displayed. |
private StringProperty |
PopupControl.CSSBridge.skinClassName
Keeps a reference to the name of the class currently acting as the skin.
|
private StringProperty |
Control.skinClassName |
private StringProperty |
TableColumn.style |
private StringProperty |
Tab.style |
private StringProperty |
PopupControl.style
A string representation of the CSS style associated with this
specific PopupControl.
|
private StringProperty |
MenuItem.style
A string representation of the CSS style associated with this specific MenuItem.
|
private StringProperty |
Tooltip.text
The text to display in the tooltip.
|
private StringProperty |
TableColumn.text
This is the text to show in the header for this column.
|
private StringProperty |
Tab.text |
private StringProperty |
MenuItem.text
The text to display in the
MenuItem . |
private StringProperty |
Labeled.text |
Modifier and Type | Method and Description |
---|---|
StringProperty |
Labeled.ellipsisStringProperty()
Specifies the string to display for the ellipsis when text is truncated.
|
StringProperty |
TableColumn.idProperty()
The id of this TableColumn.
|
StringProperty |
Tab.idProperty()
The id of this tab.
|
StringProperty |
PopupControl.idProperty()
The id of this
PopupControl . |
StringProperty |
MenuItem.idProperty()
The id of this MenuItem.
|
private StringProperty |
Tooltip.CSSBridge.imageUrlProperty()
The imageUrl property is set from CSS and then the graphic property is
set from the invalidated method.
|
private StringProperty |
Labeled.imageUrlProperty()
The imageUrl property is set from CSS and then the graphic property is
set from the invalidated method.
|
StringProperty |
TextInputControl.promptTextProperty()
The prompt text to display in the
TextInputControl , or
null if no prompt text is displayed. |
StringProperty |
ComboBoxBase.promptTextProperty()
The
ComboBox prompt text to display, or null if no
prompt text is displayed. |
private StringProperty |
PopupControl.CSSBridge.skinClassNameProperty()
Keeps a reference to the name of the class currently acting as the skin.
|
protected StringProperty |
Control.skinClassNameProperty() |
StringProperty |
TableColumn.styleProperty()
The CSS style string associated to this TableColumn.
|
StringProperty |
Tab.styleProperty()
The CSS style string associated to this tab.
|
StringProperty |
PopupControl.styleProperty()
A string representation of the CSS style associated with this
specific PopupControl.
|
StringProperty |
MenuItem.styleProperty()
A string representation of the CSS style associated with this specific MenuItem.
|
StringProperty |
Tooltip.textProperty()
The text to display in the tooltip.
|
StringProperty |
TextInputControl.textProperty()
The textual content of this TextInputControl.
|
StringProperty |
TableColumn.textProperty()
This is the text to show in the header for this column.
|
StringProperty |
Tab.textProperty()
The text shown in the tab.
|
StringProperty |
MenuItem.textProperty()
The text to display in the
MenuItem . |
StringProperty |
Labeled.textProperty()
The text to display in the label.
|
Modifier and Type | Field and Description |
---|---|
private StringProperty |
ImageView.imageUrl |
Modifier and Type | Method and Description |
---|---|
private StringProperty |
ImageView.imageUrlProperty()
The imageUrl property is set from CSS and then the image property is
set from the invalidated method.
|
Modifier and Type | Field and Description |
---|---|
private StringProperty |
Region.shapeContent |
Modifier and Type | Method and Description |
---|---|
private StringProperty |
Region.shapeContentProperty() |
Modifier and Type | Field and Description |
---|---|
private StringProperty |
SVGPath.content
Defines the SVG Path encoded string as specified at:
|
Modifier and Type | Method and Description |
---|---|
StringProperty |
SVGPath.contentProperty()
Defines the SVG Path encoded string as specified at:
|
Modifier and Type | Field and Description |
---|---|
private StringProperty |
Text.text
Defines text string that is to be displayed.
|
Modifier and Type | Method and Description |
---|---|
StringProperty |
Text.textProperty()
Defines text string that is to be displayed.
|
Modifier and Type | Field and Description |
---|---|
private StringProperty |
WebEngine.userStyleSheetLocation
Location of the user stylesheet as a string URL.
|
Modifier and Type | Method and Description |
---|---|
StringProperty |
WebEngine.userStyleSheetLocationProperty()
Location of the user stylesheet as a string URL.
|
Modifier and Type | Field and Description |
---|---|
private StringProperty |
Stage.title
Defines the title of the
Stage . |
private StringProperty |
FileChooser.title
The title of the displayed file dialog.
|
private StringProperty |
DirectoryChooser.title
The title of the displayed dialog.
|
Modifier and Type | Method and Description |
---|---|
StringProperty |
Stage.titleProperty()
Defines the title of the
Stage . |
StringProperty |
FileChooser.titleProperty()
The title of the displayed file dialog.
|
StringProperty |
DirectoryChooser.titleProperty()
The title of the displayed dialog.
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to