Uses of Class
javafx.beans.property.ReadOnlyObjectProperty
Packages that use ReadOnlyObjectProperty
Package
Description
-
Uses of ReadOnlyObjectProperty in dev.webfx.kit.launcher
Methods in dev.webfx.kit.launcher that return ReadOnlyObjectPropertyModifier and TypeMethodDescriptionstatic ReadOnlyObjectProperty<Insets>WebFxKitLauncher.safeAreaInsetsProperty() -
Uses of ReadOnlyObjectProperty in dev.webfx.kit.launcher.spi
Methods in dev.webfx.kit.launcher.spi that return ReadOnlyObjectProperty -
Uses of ReadOnlyObjectProperty in dev.webfx.kit.launcher.spi.impl.gwtj2cl
Methods in dev.webfx.kit.launcher.spi.impl.gwtj2cl that return ReadOnlyObjectProperty -
Uses of ReadOnlyObjectProperty in dev.webfx.kit.launcher.spi.impl.openjfx
Methods in dev.webfx.kit.launcher.spi.impl.openjfx that return ReadOnlyObjectProperty -
Uses of ReadOnlyObjectProperty in dev.webfx.kit.mapper.peers.javafxweb.engine
Methods in dev.webfx.kit.mapper.peers.javafxweb.engine that return ReadOnlyObjectProperty -
Uses of ReadOnlyObjectProperty in javafx.animation
Methods in javafx.animation that return ReadOnlyObjectPropertyModifier 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 defaultrateof 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
Subclasses of ReadOnlyObjectProperty in javafx.beans.propertyModifier and TypeClassDescriptionclassThis class provides a full implementation of aPropertywrapping an arbitraryObject.classThe classObjectPropertyBaseis the base class for a property wrapping an arbitraryObject.classBase class for all readonly properties wrapping an arbitraryObject.classThis class provides a convenient class to define read-only properties.classThis class provides a full implementation of aPropertywrapping an arbitraryObject.Methods in javafx.beans.property that return ReadOnlyObjectPropertyModifier and TypeMethodDescriptionReadOnlyObjectWrapper.getReadOnlyProperty()Returns the readonly property, that is synchronized with thisReadOnlyObjectWrapper. -
Uses of ReadOnlyObjectProperty in javafx.concurrent
Methods in javafx.concurrent that return ReadOnlyObjectPropertyModifier and TypeMethodDescriptionWorker.stateProperty()Gets the ReadOnlyObjectProperty representing the current state. -
Uses of ReadOnlyObjectProperty in javafx.css
Subclasses of ReadOnlyObjectProperty in javafx.cssModifier and TypeClassDescriptionclassThis class extendsObjectPropertyBaseand provides a partial implementation of aStyleableProperty. -
Uses of ReadOnlyObjectProperty in javafx.scene.control
Methods in javafx.scene.control that return ReadOnlyObjectPropertyModifier and TypeMethodDescriptionfinal ReadOnlyObjectProperty<Menu>MenuItem.parentMenuProperty()This is theMenuin which thisMenuItemexists.MenuItem.parentPopupProperty()This is theContextMenuin which thisMenuItemexists.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
Methods in javafx.scene.media that return ReadOnlyObjectPropertyModifier and TypeMethodDescriptionMediaPlayer.currentTimeProperty()Media.durationProperty()MediaPlayer.statusProperty()