Uses of Class
javafx.beans.property.ReadOnlyObjectProperty
Package
Description
Provides the set of classes for ease of use transition based animations.
Provides the application life-cycle classes.
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 the set of classes for javafx.concurrent.
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.
The javafx.scene.control.skin package is where the skin classes, typically
one for each UI control, are located
Provides the set of classes for loading and displaying images.
Provides classes to support user interface layout.
Provides the set of classes for integrating audio and video into Java FX
Applications.
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 ReadOnlyObjectProperty in javafx.animation
Modifier and TypeMethodDescriptionfinal ReadOnlyObjectProperty
<Duration> Animation.currentTimeProperty()
Defines theAnimation
's play head position.final ReadOnlyObjectProperty
<Duration> Animation.cycleDurationProperty()
Read-only variable to indicate the duration of one cycle of thisAnimation
: the time it takes to play from time 0 to the end of the Animation (at the defaultrate
of 1.0).Animation.statusProperty()
The status of theAnimation
.final ReadOnlyObjectProperty
<Duration> Animation.totalDurationProperty()
Read-only variable to indicate the total duration of thisAnimation
, including repeats. -
Uses of ReadOnlyObjectProperty in javafx.application
Modifier and TypeMethodDescriptionPlatform.Preferences.accentColorProperty()
The accent color, which can be used to highlight the active or important part of a control and make it stand out from the rest of the user interface.Platform.Preferences.backgroundColorProperty()
The color used for background regions.Platform.Preferences.colorSchemeProperty()
The platform color scheme, which specifies whether applications should prefer light text on dark backgrounds, or dark text on light backgrounds.Platform.Preferences.foregroundColorProperty()
The color used for foreground elements like text. -
Uses of ReadOnlyObjectProperty in javafx.beans.property
Modifier and TypeClassDescriptionclass
This class provides a full implementation of aProperty
wrapping an arbitraryObject
.class
The classObjectPropertyBase
is the base class for a property wrapping an arbitraryObject
.class
Base class for all readonly properties wrapping an arbitraryObject
.class
This class provides a convenient class to define read-only properties.class
This class provides a full implementation of aProperty
wrapping an arbitraryObject
.Modifier and TypeMethodDescriptionReadOnlyBooleanProperty.asObject()
Creates aReadOnlyObjectProperty
that holds the value of thisReadOnlyBooleanProperty
.ReadOnlyDoubleProperty.asObject()
Creates aReadOnlyObjectProperty
that holds the value of thisReadOnlyDoubleProperty
.ReadOnlyFloatProperty.asObject()
Creates aReadOnlyObjectProperty
that holds the value of thisReadOnlyFloatProperty
.ReadOnlyIntegerProperty.asObject()
Creates aReadOnlyObjectProperty
that holds the value of thisReadOnlyIntegerProperty
.ReadOnlyLongProperty.asObject()
Creates aReadOnlyObjectProperty
that holds the value of thisReadOnlyLongProperty
.ReadOnlyObjectWrapper.getReadOnlyProperty()
Returns the readonly property, that is synchronized with thisReadOnlyObjectWrapper
. -
Uses of ReadOnlyObjectProperty in javafx.beans.property.adapter
Modifier and TypeClassDescriptionfinal class
AJavaBeanObjectProperty
provides an adapter between a regular Java Bean property of typeT
and a JavaFXObjectProperty<T>
.final class
AReadOnlyJavaBeanObjectProperty
provides an adapter between a regular read only Java Bean property ofT
and a JavaFXReadOnlyObjectProperty
. -
Uses of ReadOnlyObjectProperty in javafx.concurrent
Modifier and TypeMethodDescriptionfinal ReadOnlyObjectProperty
<Duration> ScheduledService.cumulativePeriodProperty()
The current cumulative period in use between iterations.final ReadOnlyObjectProperty
<Throwable> Service.exceptionProperty()
final ReadOnlyObjectProperty
<Throwable> Task.exceptionProperty()
Worker.exceptionProperty()
Gets the ReadOnlyObjectProperty representing any exception which occurred.final ReadOnlyObjectProperty
<V> ScheduledService.lastValueProperty()
The last successfully computed value.Service.stateProperty()
Task.stateProperty()
Worker.stateProperty()
Gets the ReadOnlyObjectProperty representing the current state.final ReadOnlyObjectProperty
<V> Service.valueProperty()
final ReadOnlyObjectProperty
<V> Task.valueProperty()
Worker.valueProperty()
Gets the ReadOnlyObjectProperty representing the value. -
Uses of ReadOnlyObjectProperty in javafx.css
Modifier and TypeClassDescriptionclass
This class extendsSimpleObjectProperty
and provides a full implementation of aStyleableProperty
.class
This class extendsObjectPropertyBase
and provides a partial implementation of aStyleableProperty
. -
Uses of ReadOnlyObjectProperty in javafx.print
Modifier and TypeMethodDescriptionstatic ReadOnlyObjectProperty
<Printer> Printer.defaultPrinterProperty()
A read only object property representing the current default printer.PrinterJob.jobStatusProperty()
A read only object property representing the currentJobStatus
-
Uses of ReadOnlyObjectProperty in javafx.scene
Modifier and TypeMethodDescriptionfinal ReadOnlyObjectProperty
<Bounds> Node.boundsInLocalProperty()
The rectangular bounds of thisNode
in the node's untransformed local coordinate space.final ReadOnlyObjectProperty
<Bounds> Node.boundsInParentProperty()
The rectangular bounds of thisNode
in the parent coordinate system.The effective orientation of a node resolves the inheritance of node orientation, returning either left-to-right or right-to-left.Scene.effectiveNodeOrientationProperty()
The effective node orientation of a scene resolves the inheritance of node orientation, returning either left-to-right or right-to-left.final ReadOnlyObjectProperty
<Node> Scene.focusOwnerProperty()
The scene's current focus owner node.final ReadOnlyObjectProperty
<Image> ImageCursor.imageProperty()
The image to display when the cursor is active.final ReadOnlyObjectProperty
<Bounds> Node.layoutBoundsProperty()
The rectangular bounds that should be used for layout calculations for this node.final ReadOnlyObjectProperty
<Transform> An affine transform that holds the computed local-to-parent transform.final ReadOnlyObjectProperty
<Transform> An affine transform that holds the computed local-to-scene transform.final ReadOnlyObjectProperty
<Parent> Node.parentProperty()
The parent of thisNode
.final ReadOnlyObjectProperty
<Scene> Node.sceneProperty()
TheScene
that thisNode
is part of.final ReadOnlyObjectProperty
<Window> Scene.windowProperty()
TheWindow
for thisScene
-
Uses of ReadOnlyObjectProperty in javafx.scene.chart
Modifier and TypeMethodDescriptionfinal ReadOnlyObjectProperty
<PieChart> PieChart.Data.chartProperty()
The chart which this data belongs to.final ReadOnlyObjectProperty
<XYChart<X, Y>> XYChart.Series.chartProperty()
Reference to the chart this series belongs toPieChart.Data.nodeProperty()
Readonly access to the node that represents the pie slice. -
Uses of ReadOnlyObjectProperty in javafx.scene.control
Modifier and TypeMethodDescriptionfinal ReadOnlyObjectProperty
<Comparator<S>> TableView.comparatorProperty()
The comparator property is a read-only property that is representative of the current state of thesort order
list.final ReadOnlyObjectProperty
<Comparator<TreeItem<S>>> TreeTableView.comparatorProperty()
The comparator property is a read-only property that is representative of the current state of thesort order
list.final ReadOnlyObjectProperty
<TablePosition<S, ?>> TableView.editingCellProperty()
Represents the current cell being edited, or null if there is no cell being edited.final ReadOnlyObjectProperty
<TreeTablePosition<S, ?>> TreeTableView.editingCellProperty()
Represents the current cell being edited, or null if there is no cell being edited.final ReadOnlyObjectProperty
<TreeItem<T>> TreeView.editingItemProperty()
A property used to represent the TreeItem currently being edited in the TreeView, if editing is taking place, or null if no item is being edited.final ReadOnlyObjectProperty
<TextField> ComboBox.editorProperty()
The editor for the ComboBox.final ReadOnlyObjectProperty
<TextField> DatePicker.editorProperty()
The editor for the DatePicker.final ReadOnlyObjectProperty
<TextField> Spinner.editorProperty()
The editor used by the Spinner control.TableView.TableViewFocusModel.focusedCellProperty()
The position of the current item in the TableView which has the focus.final ReadOnlyObjectProperty
<TreeTablePosition<S, ?>> TreeTableView.TreeTableViewFocusModel.focusedCellProperty()
The position of the current item in the TableView which has the focus.final ReadOnlyObjectProperty
<T> FocusModel.focusedItemProperty()
The current item in the FocusModel which has the focus.final ReadOnlyObjectProperty
<Insets> Labeled.labelPaddingProperty()
The padding around the Labeled's text and graphic content.final ReadOnlyObjectProperty
<ListView<T>> ListCell.listViewProperty()
The ListView associated with this Cell.final ReadOnlyObjectProperty
<TableColumnBase<S, ?>> TableColumnBase.parentColumnProperty()
This read-only property will always refer to the parent of this column, in the situation where nested columns are being used.final ReadOnlyObjectProperty
<Menu> MenuItem.parentMenuProperty()
This is theMenu
in which thisMenuItem
exists.MenuItem.parentPopupProperty()
This is theContextMenu
in which thisMenuItem
exists.final ReadOnlyObjectProperty
<TreeItem<T>> TreeItem.parentProperty()
A property that represents the parent of this TreeItem.final ReadOnlyObjectProperty
<T> ChoiceDialog.selectedItemProperty()
Returns the property representing the currently selected item in the dialog.final ReadOnlyObjectProperty
<T> SelectionModel.selectedItemProperty()
Refers to the selected item property, which is used to indicate the currently selected item in the selection model.final ReadOnlyObjectProperty
<Toggle> ToggleGroup.selectedToggleProperty()
The selected toggle.final ReadOnlyObjectProperty
<IndexRange> TextInputControl.selectionProperty()
The current selection.final ReadOnlyObjectProperty
<TableColumn<S, T>> TableCell.tableColumnProperty()
The TableColumn instance that backs this TableCell.final ReadOnlyObjectProperty
<TreeTableColumn<S, T>> TreeTableCell.tableColumnProperty()
TheTreeTableColumn
instance that backs thisTreeTableCell
.final ReadOnlyObjectProperty
<TableRow<S>> TableCell.tableRowProperty()
The TableRow that this TableCell currently finds itself placed within.final ReadOnlyObjectProperty
<TreeTableRow<S>> TreeTableCell.tableRowProperty()
TheTreeTableRow
that thisTreeTableCell
currently finds itself placed within.final ReadOnlyObjectProperty
<TableView<S>> TableCell.tableViewProperty()
The TableView associated with this TableCell.final ReadOnlyObjectProperty
<TableView<S>> TableColumn.tableViewProperty()
The TableView that this TableColumn belongs to.final ReadOnlyObjectProperty
<TableView<T>> TableRow.tableViewProperty()
The TableView associated with this Cell.final ReadOnlyObjectProperty
<TabPane> Tab.tabPaneProperty()
The TabPane that contains this tab.final ReadOnlyObjectProperty
<TreeItem<T>> TreeCell.treeItemProperty()
Each TreeCell represents at most a singleTreeItem
, which is represented by this property.final ReadOnlyObjectProperty
<TreeItem<T>> TreeTableRow.treeItemProperty()
Each TreeTableCell represents at most a singleTreeItem
, which is represented by this property.final ReadOnlyObjectProperty
<TreeTableView<S>> TreeTableCell.treeTableViewProperty()
TheTreeTableView
associated with thisTreeTableCell
.final ReadOnlyObjectProperty
<TreeTableView<S>> TreeTableColumn.treeTableViewProperty()
The TreeTableView that this TreeTableColumn belongs to.final ReadOnlyObjectProperty
<TreeTableView<T>> TreeTableRow.treeTableViewProperty()
A TreeTableCell is explicitly linked to a singleTreeTableView
instance, which is represented by this property.final ReadOnlyObjectProperty
<TreeView<T>> TreeCell.treeViewProperty()
A TreeCell is explicitly linked to a singleTreeView
instance, which is represented by this property.final ReadOnlyObjectProperty
<T> Spinner.valueProperty()
The value property on Spinner is a read-only property, as it is bound to the SpinnerValueFactoryvalue property
. -
Uses of ReadOnlyObjectProperty in javafx.scene.control.skin
Modifier and TypeMethodDescriptionTableCellSkin.tableColumnProperty()
The TableColumnBase instance that is responsible for this Cell.abstract ReadOnlyObjectProperty
<? extends TableColumnBase<S, T>> TableCellSkinBase.tableColumnProperty()
The TableColumnBase instance that is responsible for this Cell.final ReadOnlyObjectProperty
<TableColumnBase<?, ?>> TableColumnHeader.tableColumnProperty()
A property that refers to theTableColumnBase
instance that this header is visually represents.TreeTableCellSkin.tableColumnProperty()
The TableColumnBase instance that is responsible for this Cell. -
Uses of ReadOnlyObjectProperty in javafx.scene.image
Modifier and TypeMethodDescriptionfinal ReadOnlyObjectProperty
<Exception> Image.exceptionProperty()
The exception which caused image loading to fail. -
Uses of ReadOnlyObjectProperty in javafx.scene.layout
Modifier and TypeMethodDescriptionfinal ReadOnlyObjectProperty
<Insets> Region.insetsProperty()
The insets of the Region define the distance from the edge of the region (its layout bounds, or (0, 0, width, height)) to the edge of the content area. -
Uses of ReadOnlyObjectProperty in javafx.scene.media
Modifier and TypeMethodDescriptionMediaPlayer.bufferProgressTimeProperty()
The current buffer position indicating how much media can be played without stalling theMediaPlayer
.MediaPlayer.currentTimeProperty()
The current media playback time.MediaPlayer.cycleDurationProperty()
Media.durationProperty()
The duration in seconds of the source media.Media.errorProperty()
A property set to a MediaException value when an error occurs.MediaPlayer.errorProperty()
Observable property set to aMediaException
if an error occurs.MediaPlayer.statusProperty()
The current state of the MediaPlayer.MediaPlayer.totalDurationProperty()
The total amount of play time if allowed to play until finished. -
Uses of ReadOnlyObjectProperty in javafx.scene.text
Modifier and TypeMethodDescriptionfinal ReadOnlyObjectProperty
<PathElement[]> Text.caretShapeProperty()
The shape of caret, in local coordinates.final ReadOnlyObjectProperty
<PathElement[]> Text.selectionShapeProperty()
The shape of the selection in local coordinates. -
Uses of ReadOnlyObjectProperty in javafx.scene.web
Modifier and TypeMethodDescriptionfinal ReadOnlyObjectProperty
<Document> WebEngine.documentProperty()
Document object for the current Web page.WebHistory.Entry.lastVisitedDateProperty()
Defines theDate
the page was last visited.WebHistory.Entry.titleProperty()
Defines the title of the page. -
Uses of ReadOnlyObjectProperty in javafx.stage
Modifier and TypeMethodDescriptionfinal ReadOnlyObjectProperty
<Node> PopupWindow.ownerNodeProperty()
The node which is the owner of this popup.final ReadOnlyObjectProperty
<Window> PopupWindow.ownerWindowProperty()
The window which is the parent of this popup.final ReadOnlyObjectProperty
<Scene> Window.sceneProperty()
TheScene
to be rendered on thisWindow
.