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 ReadOnlyBooleanProperty
ListExpression.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 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
Base class for all readonly properties wrapping aboolean
.class
This class provides a full implementation of aProperty
wrapping aboolean
value.Methods in javafx.beans.property that return ReadOnlyBooleanProperty -
Uses of ReadOnlyBooleanProperty in javafx.css
Subclasses of ReadOnlyBooleanProperty in javafx.cssModifier and TypeClassDescriptionclass
This class extendsBooleanPropertyBase
and provides a partial implementation of aStyleableProperty
. -
Uses of ReadOnlyBooleanProperty in javafx.scene
Methods in javafx.scene that return ReadOnlyBooleanPropertyModifier and TypeMethodDescriptionfinal ReadOnlyBooleanProperty
Node.disabledProperty()
Indicates whether or not thisNode
is disabled.final ReadOnlyBooleanProperty
Node.focusedProperty()
Indicates whether thisNode
currently has the input focus.final ReadOnlyBooleanProperty
Node.hoverProperty()
Whether or not thisNode
is being hovered over.final ReadOnlyBooleanProperty
Node.pressedProperty()
Whether or not theNode
is pressed. -
Uses of ReadOnlyBooleanProperty in javafx.scene.control
Methods in javafx.scene.control that return ReadOnlyBooleanPropertyModifier and TypeMethodDescriptionfinal ReadOnlyBooleanProperty
Tab.disabledProperty()
Indicates whether or not thisTab
is disabled.final ReadOnlyBooleanProperty
ProgressIndicator.indeterminateProperty()
A flag indicating whether it is possible to determine the progress of the ProgressIndicator.final ReadOnlyBooleanProperty
Tab.selectedProperty()
The currently selected tab.final ReadOnlyBooleanProperty
Menu.showingProperty()
Indicates whether theContextMenu
is currently visible. -
Uses of ReadOnlyBooleanProperty in javafx.stage
Methods in javafx.stage that return ReadOnlyBooleanProperty