Uses of Interface
javafx.beans.property.ReadOnlyProperty
Packages that use ReadOnlyProperty
Package
Description
-
Uses of ReadOnlyProperty in dev.webfx.kit.util.properties.conversion
Classes in dev.webfx.kit.util.properties.conversion that implement ReadOnlyProperty -
Uses of ReadOnlyProperty in javafx.beans.property
Subinterfaces of ReadOnlyProperty in javafx.beans.propertyModifier and TypeInterfaceDescriptioninterfaceProperty<T>Generic interface that defines the methods common to all (writable) properties independent of their type.Classes in javafx.beans.property that implement ReadOnlyPropertyModifier and TypeClassDescriptionclassThis class provides a full implementation of aPropertywrapping abooleanvalue.classThe classBooleanPropertyBaseis the base class for a property wrapping abooleanvalue.classThis class defines aPropertywrapping adoublevalue.classThe classDoublePropertyBaseis the base class for a property wrapping adoublevalue.classThis class defines aPropertywrapping anintvalue.classThe classIntegerPropertyBaseis the base class for a property wrapping aintvalue.classListProperty<E>This class provides a full implementation of aPropertywrapping aObservableList.classThe classListPropertyBaseis the base class for a property wrapping anObservableList.classThis class defines aPropertywrapping alongvalue.classThe classLongPropertyBaseis the base class for a property wrapping alongvalue.classThis class provides a full implementation of aPropertywrapping an arbitraryObject.classThe classObjectPropertyBaseis the base class for a property wrapping an arbitraryObject.classSuper class for all readonly properties wrapping aboolean.classBase class for all readonly properties wrapping aboolean.classSuper class for all readonly properties wrapping adouble.classSuper class for all readonly properties wrapping anint.classBase class for all readonly properties wrapping anint.classSuper class for all readonly properties wrapping anObservableList.classSuperclass for all readonly properties wrapping along.classSuper class for all readonly properties wrapping an arbitraryObject.classBase class for all readonly properties wrapping an arbitraryObject.classThis class provides a convenient class to define read-only properties.classSuper class for all readonly properties wrapping anString.classThis class provides a full implementation of aPropertywrapping abooleanvalue.classThis class provides a full implementation of aPropertywrapping adoublevalue.classThis class provides a full implementation of aPropertywrapping aintvalue.classThis class provides a full implementation of aPropertywrapping anObservableList.classThis class provides a full implementation of aPropertywrapping alongvalue.classThis class provides a full implementation of aPropertywrapping an arbitraryObject.classThis class provides a full implementation of aPropertywrapping aStringvalue.classThis class provides a full implementation of aPropertywrapping aStringvalue.classThe classStringPropertyBaseis the base class for a property wrapping aStringvalue. -
Uses of ReadOnlyProperty in javafx.css
Classes in javafx.css that implement ReadOnlyPropertyModifier and TypeClassDescriptionclassThis class extendsBooleanPropertyBaseand provides a partial implementation of aStyleableProperty.classThis class extendsIntegerPropertyBaseand provides a partial implementation of aStyleableProperty.classThis class extendsObjectPropertyBaseand provides a partial implementation of aStyleableProperty. -
Uses of ReadOnlyProperty in javafx.scene
Methods in javafx.scene that return ReadOnlyPropertyModifier and TypeMethodDescriptionNode.layoutBoundsProperty()The rectangular bounds that should be used for layout calculations for this node.final ReadOnlyProperty<Window>Scene.windowProperty()TheWindowfor thisScene -
Uses of ReadOnlyProperty in javafx.scene.control
Methods in javafx.scene.control that return ReadOnlyPropertyModifier and TypeMethodDescriptionfinal ReadOnlyProperty<Boolean>ButtonBase.armedProperty()Indicates that the button has been "armed" such that a mouse release will cause the button's action to be invoked.final ReadOnlyProperty<Boolean>Cell.editingProperty()Property representing whether this cell is currently in its editing state.final ReadOnlyProperty<Boolean>Cell.emptyProperty()A property used to represent whether the cell has any contents.final ReadOnlyProperty<Integer>SelectionModel.selectedIndexProperty()Refers to the selected index property, which is used to indicate the currently selected index value in the selection model.final ReadOnlyProperty<Boolean>Cell.selectedProperty()Indicates whether or not this cell has been selected.ComboBoxBase.showingProperty()Represents the current state of the ComboBox popup, and whether it is currently visible on screen (although it may be hidden behind other windows).final ReadOnlyProperty<Boolean>Dialog.showingProperty()Represents whether the dialog is currently showing. -
Uses of ReadOnlyProperty in javafx.stage
Methods in javafx.stage that return ReadOnlyPropertyModifier and TypeMethodDescriptionfinal ReadOnlyProperty<Boolean>Window.focusedProperty()Whether or not thisWindowhas the keyboard or input focus.final ReadOnlyProperty<Node>PopupWindow.ownerNodeProperty()The node which is the owner of this popup.final ReadOnlyProperty<Window>PopupWindow.ownerWindowProperty()The window which is the parent of this popup.final ReadOnlyProperty<Boolean>Window.showingProperty()Whether or not thisStageis showing (that is, open on the user's system).