Uses of Class
javafx.beans.property.ReadOnlyBooleanProperty
| Package | Description | 
|---|---|
| javafx.application | Provides the application life-cycle classes. | 
| javafx.beans.binding | Provides classes that create and operate on a  Bindingthat calculates a value that depends on one or more sources. | 
| javafx.beans.property | The package  javafx.beans.propertydefines read-only
                properties and writable properties, plus a number of implementations. | 
| javafx.beans.property.adapter | Provides various classes that act as adapters between a regular Java Bean
property and a corresponding  JavaFX
Property. | 
| javafx.concurrent | Provides the set of classes for javafx.task. | 
| javafx.css | Provides API for making properties styleable via CSS and for supporting
pseudo-class state. | 
| javafx.scene | Provides the core set of base
classes for the JavaFX Scene Graph API. | 
| javafx.scene.control | The JavaFX User Interface Controls (UI Controls or just Controls) are
    specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
    many different application contexts. | 
| javafx.scene.image | Provides the set of classes for loading and displaying images. | 
| javafx.scene.transform | Provides the set of convenient classes to perform rotating, scaling,
shearing, and translation transformations for  Affineobjects. | 
| javafx.stage | Provides the top-level container classes for JavaFX content. | 
- 
Uses of ReadOnlyBooleanProperty in javafx.applicationMethods in javafx.application that return ReadOnlyBooleanProperty Modifier and Type Method Description static ReadOnlyBooleanPropertyPlatform. accessibilityActiveProperty()Indicates whether or not accessibility is active.
- 
Uses of ReadOnlyBooleanProperty in javafx.beans.bindingMethods in javafx.beans.binding that return ReadOnlyBooleanProperty Modifier and Type Method Description abstract ReadOnlyBooleanPropertyListExpression. emptyProperty()A boolean property that istrue, if the list is empty.abstract ReadOnlyBooleanPropertyMapExpression. emptyProperty()A boolean property that istrue, if the map is empty.abstract ReadOnlyBooleanPropertySetExpression. emptyProperty()A boolean property that istrue, if the set is empty.
- 
Uses of ReadOnlyBooleanProperty in javafx.beans.propertySubclasses of ReadOnlyBooleanProperty in javafx.beans.property Modifier and Type Class Description classBooleanPropertyThis class provides a full implementation of aPropertywrapping abooleanvalue.classBooleanPropertyBaseThe classBooleanPropertyBaseis the base class for a property wrapping abooleanvalue.classReadOnlyBooleanPropertyBaseBase class for all readonly properties wrapping aboolean.classReadOnlyBooleanWrapperThis class provides a convenient class to define read-only properties.classSimpleBooleanPropertyThis class provides a full implementation of aPropertywrapping abooleanvalue.Methods in javafx.beans.property that return ReadOnlyBooleanProperty Modifier and Type Method Description ReadOnlyBooleanPropertyReadOnlyBooleanWrapper. getReadOnlyProperty()Returns the readonly property, that is synchronized with thisReadOnlyBooleanWrapper.static ReadOnlyBooleanPropertyReadOnlyBooleanProperty. readOnlyBooleanProperty(ReadOnlyProperty<Boolean> property)Returns aReadOnlyBooleanPropertythat wraps aReadOnlyProperty.
- 
Uses of ReadOnlyBooleanProperty in javafx.beans.property.adapterSubclasses of ReadOnlyBooleanProperty in javafx.beans.property.adapter Modifier and Type Class Description classJavaBeanBooleanPropertyAJavaBeanBooleanPropertyprovides an adapter between a regular Java Bean property of typebooleanorBooleanand a JavaFXBooleanProperty.classReadOnlyJavaBeanBooleanPropertyAReadOnlyJavaBeanBooleanPropertyprovides an adapter between a regular read only Java Bean property of typebooleanorBooleanand a JavaFXReadOnlyBooleanProperty.
- 
Uses of ReadOnlyBooleanProperty in javafx.concurrentMethods in javafx.concurrent that return ReadOnlyBooleanProperty Modifier and Type Method Description ReadOnlyBooleanPropertyWorker. runningProperty()Gets the ReadOnlyBooleanProperty representing whether the Worker is running.
- 
Uses of ReadOnlyBooleanProperty in javafx.cssSubclasses of ReadOnlyBooleanProperty in javafx.css Modifier and Type Class Description classSimpleStyleableBooleanPropertyThis class extendsSimpleBooleanPropertyand provides a full implementation of aStyleableProperty.classStyleableBooleanPropertyThis class extendsBooleanPropertyBaseand provides a partial implementation of aStyleableProperty.
- 
Uses of ReadOnlyBooleanProperty in javafx.sceneMethods in javafx.scene that return ReadOnlyBooleanProperty Modifier and Type Method Description ReadOnlyBooleanPropertyNode. disabledProperty()Indicates whether or not thisNodeis disabled.ReadOnlyBooleanPropertyNode. focusedProperty()Indicates whether thisNodecurrently has the input focus.ReadOnlyBooleanPropertyNode. hoverProperty()Whether or not thisNodeis being hovered over.ReadOnlyBooleanPropertyParent. needsLayoutProperty()Indicates that this Node and its subnodes requires a layout pass on the next pulse.ReadOnlyBooleanPropertyNode. pressedProperty()Whether or not theNodeis pressed.
- 
Uses of ReadOnlyBooleanProperty in javafx.scene.controlMethods in javafx.scene.control that return ReadOnlyBooleanProperty Modifier and Type Method Description ReadOnlyBooleanPropertyTooltip. activatedProperty()Typically, the tooltip is "activated" when the mouse moves over a Control.ReadOnlyBooleanPropertyButtonBase. armedProperty()Indicates that the button has been "armed" such that a mouse release will cause the button's action to be invoked.ReadOnlyBooleanPropertyTab. disabledProperty()Indicates whether or not thisTabis disabled.ReadOnlyBooleanPropertyCell. editingProperty()Property representing whether this cell is currently in its editing state.ReadOnlyBooleanPropertyCell. emptyProperty()A property used to represent whether the cell has any contents.ReadOnlyBooleanPropertyProgressIndicator. indeterminateProperty()A flag indicating whether it is possible to determine the progress of the ProgressIndicator.ReadOnlyBooleanPropertyTreeItem. leafProperty()Represents the TreeItem leaf property, which is true if the TreeItem has no children.ReadOnlyBooleanPropertyTextInputControl. redoableProperty()The property describes if it's currently possible to redo the latest change of the content that was undone.ReadOnlyBooleanPropertyCell. selectedProperty()Indicates whether or not this cell has been selected.ReadOnlyBooleanPropertyTab. selectedProperty()The currently selected tab.ReadOnlyBooleanPropertyChoiceBox. showingProperty()Indicates whether the drop down is displaying the list of choices to the user.ReadOnlyBooleanPropertyComboBoxBase. 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).ReadOnlyBooleanPropertyDialog. showingProperty()Represents whether the dialog is currently showing.ReadOnlyBooleanPropertyMenu. showingProperty()Indicates whether theContextMenuis currently visible.ReadOnlyBooleanPropertyMenuButton. showingProperty()Indicates whether theContextMenuis currently visible.ReadOnlyBooleanPropertyTextInputControl. undoableProperty()The property describes if it's currently possible to undo the latest change of the content that was done.
- 
Uses of ReadOnlyBooleanProperty in javafx.scene.imageMethods in javafx.scene.image that return ReadOnlyBooleanProperty Modifier and Type Method Description ReadOnlyBooleanPropertyImage. errorProperty()Indicates whether an error was detected while loading an image.
- 
Uses of ReadOnlyBooleanProperty in javafx.scene.transformMethods in javafx.scene.transform that return ReadOnlyBooleanProperty Modifier and Type Method Description ReadOnlyBooleanPropertyTransform. identityProperty()Determines if this is currently an identity transform.ReadOnlyBooleanPropertyTransform. type2DProperty()Determines if this is currently a 2D transform.
- 
Uses of ReadOnlyBooleanProperty in javafx.stageMethods in javafx.stage that return ReadOnlyBooleanProperty Modifier and Type Method Description ReadOnlyBooleanPropertyStage. alwaysOnTopProperty()Defines whether thisStageis kept on top of other windows.ReadOnlyBooleanPropertyWindow. focusedProperty()Whether or not thisWindowhas the keyboard or input focus.ReadOnlyBooleanPropertyStage. fullScreenProperty()Specifies whether thisStageshould be a full-screen, undecorated window.ReadOnlyBooleanPropertyStage. iconifiedProperty()Defines whether theStageis iconified or not.ReadOnlyBooleanPropertyStage. maximizedProperty()Defines whether theStageis maximized or not.ReadOnlyBooleanPropertyWindow. showingProperty()Whether or not thisWindowis showing (that is, open on the user's system).