Uses of Class
javafx.beans.property.ReadOnlyBooleanProperty
Packages that use ReadOnlyBooleanProperty
Package
Description
-
Uses of ReadOnlyBooleanProperty in javafx.beans.binding
Methods in javafx.beans.binding that return ReadOnlyBooleanPropertyModifier and TypeMethodDescriptionabstract ReadOnlyBooleanPropertyListExpression.emptyProperty()A boolean property that istrue, if the list is empty. -
Uses of ReadOnlyBooleanProperty in javafx.beans.property
Subclasses of ReadOnlyBooleanProperty in javafx.beans.propertyModifier and TypeClassDescriptionclassThis class provides a full implementation of aPropertywrapping abooleanvalue.classThe classBooleanPropertyBaseis the base class for a property wrapping abooleanvalue.classBase class for all readonly properties wrapping aboolean.classThis class provides a full implementation of aPropertywrapping abooleanvalue.Methods in javafx.beans.property that return ReadOnlyBooleanProperty -
Uses of ReadOnlyBooleanProperty in javafx.css
Subclasses of ReadOnlyBooleanProperty in javafx.cssModifier and TypeClassDescriptionclassThis class extendsBooleanPropertyBaseand provides a partial implementation of aStyleableProperty. -
Uses of ReadOnlyBooleanProperty in javafx.scene
Methods in javafx.scene that return ReadOnlyBooleanPropertyModifier and TypeMethodDescriptionfinal ReadOnlyBooleanPropertyNode.disabledProperty()Indicates whether or not thisNodeis disabled.final ReadOnlyBooleanPropertyNode.focusedProperty()Indicates whether thisNodecurrently has the input focus.final ReadOnlyBooleanPropertyNode.hoverProperty()Whether or not thisNodeis being hovered over.final ReadOnlyBooleanPropertyNode.pressedProperty()Whether or not theNodeis pressed. -
Uses of ReadOnlyBooleanProperty in javafx.scene.control
Methods in javafx.scene.control that return ReadOnlyBooleanPropertyModifier and TypeMethodDescriptionfinal ReadOnlyBooleanPropertyTab.disabledProperty()Indicates whether or not thisTabis disabled.final ReadOnlyBooleanPropertyProgressIndicator.indeterminateProperty()A flag indicating whether it is possible to determine the progress of the ProgressIndicator.final ReadOnlyBooleanPropertyTab.selectedProperty()The currently selected tab.final ReadOnlyBooleanPropertyMenu.showingProperty()Indicates whether theContextMenuis currently visible. -
Uses of ReadOnlyBooleanProperty in javafx.stage
Methods in javafx.stage that return ReadOnlyBooleanProperty