Uses of Interface
javafx.beans.property.ReadOnlyProperty
Package
Description
-
Uses of ReadOnlyProperty in dev.webfx.kit.util.properties.conversion
-
Uses of ReadOnlyProperty in javafx.beans.property
Modifier and TypeInterfaceDescriptioninterface
Property<T>
Generic interface that defines the methods common to all (writable) properties independent of their type.Modifier and TypeClassDescriptionclass
This class provides a full implementation of aProperty
wrapping aboolean
value.class
The classBooleanPropertyBase
is the base class for a property wrapping aboolean
value.class
This class defines aProperty
wrapping adouble
value.class
The classDoublePropertyBase
is the base class for a property wrapping adouble
value.class
This class defines aProperty
wrapping anint
value.class
The classIntegerPropertyBase
is the base class for a property wrapping aint
value.class
ListProperty<E>
This class provides a full implementation of aProperty
wrapping aObservableList
.class
The classListPropertyBase
is the base class for a property wrapping anObservableList
.class
This class defines aProperty
wrapping along
value.class
The classLongPropertyBase
is the base class for a property wrapping along
value.class
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
Super class for all readonly properties wrapping aboolean
.class
Base class for all readonly properties wrapping aboolean
.class
Super class for all readonly properties wrapping adouble
.class
Super class for all readonly properties wrapping anint
.class
Base class for all readonly properties wrapping anint
.class
Super class for all readonly properties wrapping anObservableList
.class
Superclass for all readonly properties wrapping along
.class
Super class for all readonly properties 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
Super class for all readonly properties wrapping anString
.class
This class provides a full implementation of aProperty
wrapping aboolean
value.class
This class provides a full implementation of aProperty
wrapping adouble
value.class
This class provides a full implementation of aProperty
wrapping aint
value.class
This class provides a full implementation of aProperty
wrapping anObservableList
.class
This class provides a full implementation of aProperty
wrapping along
value.class
This class provides a full implementation of aProperty
wrapping an arbitraryObject
.class
This class provides a full implementation of aProperty
wrapping aString
value.class
This class provides a full implementation of aProperty
wrapping aString
value.class
The classStringPropertyBase
is the base class for a property wrapping aString
value. -
Uses of ReadOnlyProperty in javafx.css
Modifier and TypeClassDescriptionclass
This class extendsBooleanPropertyBase
and provides a partial implementation of aStyleableProperty
.class
This class extendsIntegerPropertyBase
and provides a partial implementation of aStyleableProperty
.class
This class extendsObjectPropertyBase
and provides a partial implementation of aStyleableProperty
. -
Uses of ReadOnlyProperty in javafx.scene
Modifier and TypeMethodDescriptionfinal ReadOnlyProperty<Boolean>
Node.hoverProperty()
Whether or not thisNode
is being hovered over.Node.layoutBoundsProperty()
The rectangular bounds that should be used for layout calculations for this node.final ReadOnlyProperty<Boolean>
Node.pressedProperty()
Whether or not theNode
is pressed.final ReadOnlyProperty<Window>
Scene.windowProperty()
TheWindow
for thisScene
-
Uses of ReadOnlyProperty in javafx.scene.control
Modifier 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
Modifier and TypeMethodDescriptionfinal ReadOnlyProperty<Boolean>
Window.focusedProperty()
Whether or not thisWindow
has 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 thisStage
is showing (that is, open on the user's system).