Uses of Class
javafx.beans.property.ReadOnlyObjectProperty
Package
Description
-
Uses of ReadOnlyObjectProperty in dev.webfx.kit.launcher
Modifier and TypeMethodDescriptionstatic ReadOnlyObjectProperty<Insets>
WebFxKitLauncher.safeAreaInsetsProperty()
-
Uses of ReadOnlyObjectProperty in dev.webfx.kit.launcher.spi
-
Uses of ReadOnlyObjectProperty in dev.webfx.kit.launcher.spi.impl.gwtj2cl
-
Uses of ReadOnlyObjectProperty in dev.webfx.kit.launcher.spi.impl.openjfx
-
Uses of ReadOnlyObjectProperty in dev.webfx.kit.mapper.peers.javafxweb.engine
-
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.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 TypeMethodDescriptionReadOnlyObjectWrapper.getReadOnlyProperty()
Returns the readonly property, that is synchronized with thisReadOnlyObjectWrapper
. -
Uses of ReadOnlyObjectProperty in javafx.concurrent
Modifier and TypeMethodDescriptionWorker.stateProperty()
Gets the ReadOnlyObjectProperty representing the current state. -
Uses of ReadOnlyObjectProperty in javafx.css
Modifier and TypeClassDescriptionclass
This class extendsObjectPropertyBase
and provides a partial implementation of aStyleableProperty
. -
Uses of ReadOnlyObjectProperty in javafx.scene.control
Modifier and TypeMethodDescriptionfinal ReadOnlyObjectProperty<Menu>
MenuItem.parentMenuProperty()
This is theMenu
in which thisMenuItem
exists.MenuItem.parentPopupProperty()
This is theContextMenu
in which thisMenuItem
exists.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<TabPane>
Tab.tabPaneProperty()
The TabPane that contains this tab. -
Uses of ReadOnlyObjectProperty in javafx.scene.media