| Package | Description | 
|---|---|
| javafx.application | 
 Provides the application life-cycle classes. 
 | 
| javafx.beans.binding | 
 Characteristics of Bindings 
 | 
| javafx.beans.property | 
 The package  
javafx.beans.property defines read-only
                properties and writable properties, plus a number of implementations. | 
| javafx.beans.property.adapter | |
| 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  
Affine objects. | 
| javafx.stage | 
 Provides the top-level container classes for JavaFX content. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ReadOnlyBooleanProperty | 
Platform.accessibilityActiveProperty()
Indicates whether or not accessibility is active. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ReadOnlyBooleanProperty | 
ListBinding.emptyProperty()  | 
abstract ReadOnlyBooleanProperty | 
ListExpression.emptyProperty()
A boolean property that is  
true, if the list is empty. | 
ReadOnlyBooleanProperty | 
MapBinding.emptyProperty()  | 
abstract ReadOnlyBooleanProperty | 
MapExpression.emptyProperty()
A boolean property that is  
true, if the map is empty. | 
ReadOnlyBooleanProperty | 
SetBinding.emptyProperty()  | 
abstract ReadOnlyBooleanProperty | 
SetExpression.emptyProperty()
A boolean property that is  
true, if the set is empty. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BooleanProperty
This class provides a full implementation of a  
Property wrapping a
 boolean value. | 
class  | 
BooleanPropertyBase
The class  
BooleanPropertyBase is the base class for a property
 wrapping a boolean value. | 
class  | 
ReadOnlyBooleanPropertyBase
Base class for all readonly properties wrapping a  
boolean. | 
class  | 
ReadOnlyBooleanWrapper
This class provides a convenient class to define read-only properties. 
 | 
class  | 
SimpleBooleanProperty
This class provides a full implementation of a  
Property wrapping a
 boolean value. | 
| Modifier and Type | Method and Description | 
|---|---|
ReadOnlyBooleanProperty | 
ListPropertyBase.emptyProperty()  | 
ReadOnlyBooleanProperty | 
MapPropertyBase.emptyProperty()  | 
ReadOnlyBooleanProperty | 
SetPropertyBase.emptyProperty()  | 
ReadOnlyBooleanProperty | 
ReadOnlyBooleanWrapper.getReadOnlyProperty()
Returns the readonly property, that is synchronized with this
  
ReadOnlyBooleanWrapper. | 
static ReadOnlyBooleanProperty | 
ReadOnlyBooleanProperty.readOnlyBooleanProperty(ReadOnlyProperty<Boolean> property)
Returns a  
ReadOnlyBooleanProperty that wraps a
 ReadOnlyProperty. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JavaBeanBooleanProperty
A  
JavaBeanBooleanProperty provides an adapter between a regular
 Java Bean property of type boolean or Boolean and a JavaFX 
 BooleanProperty. | 
class  | 
ReadOnlyJavaBeanBooleanProperty
A  
ReadOnlyJavaBeanBooleanProperty provides an adapter between a regular
 read only Java Bean property of type boolean or Boolean and a JavaFX 
 ReadOnlyBooleanProperty. | 
| Modifier and Type | Method and Description | 
|---|---|
ReadOnlyBooleanProperty | 
Service.runningProperty()  | 
ReadOnlyBooleanProperty | 
Task.runningProperty()  | 
ReadOnlyBooleanProperty | 
Worker.runningProperty()
Gets the ReadOnlyBooleanProperty representing whether the Worker is running. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleStyleableBooleanProperty
This class extends  
SimpleBooleanProperty and provides a full
 implementation of a StyleableProperty. | 
class  | 
StyleableBooleanProperty
This class extends  
BooleanPropertyBase and provides a partial
 implementation of a StyleableProperty. | 
| Modifier and Type | Method and Description | 
|---|---|
ReadOnlyBooleanProperty | 
Node.disabledProperty()
Indicates whether or not this  
Node is disabled. | 
ReadOnlyBooleanProperty | 
Node.focusedProperty()
Indicates whether this  
Node currently has the input focus. | 
ReadOnlyBooleanProperty | 
Node.hoverProperty()
Whether or not this  
Node is being hovered over. | 
ReadOnlyBooleanProperty | 
Parent.needsLayoutProperty()
Indicates that this Node and its subnodes requires a layout pass on
 the next pulse. 
 | 
ReadOnlyBooleanProperty | 
Node.pressedProperty()
Whether or not the  
Node is pressed. | 
| Modifier and Type | Method and Description | 
|---|---|
ReadOnlyBooleanProperty | 
Tooltip.activatedProperty()
Typically, the tooltip is "activated" when the mouse moves over a Control. 
 | 
ReadOnlyBooleanProperty | 
ButtonBase.armedProperty()
Indicates that the button has been "armed" such that a mouse release
 will cause the button's action to be invoked. 
 | 
ReadOnlyBooleanProperty | 
Tab.disabledProperty()
Indicates whether or not this  
Tab is disabled. | 
ReadOnlyBooleanProperty | 
Cell.editingProperty()
Property representing whether this cell is currently in its editing state. 
 | 
ReadOnlyBooleanProperty | 
Cell.emptyProperty()
A property used to represent whether the cell has any contents. 
 | 
ReadOnlyBooleanProperty | 
ProgressIndicator.indeterminateProperty()
A flag indicating whether it is possible to determine the progress
 of the ProgressIndicator. 
 | 
ReadOnlyBooleanProperty | 
TreeItem.leafProperty()
Represents the TreeItem leaf property, which is true if the TreeItem has no children. 
 | 
ReadOnlyBooleanProperty | 
TextInputControl.redoableProperty()
The property describes if it's currently possible to redo the latest change of the content that was undone. 
 | 
ReadOnlyBooleanProperty | 
Cell.selectedProperty()
Indicates whether or not this cell has been selected. 
 | 
ReadOnlyBooleanProperty | 
Tab.selectedProperty()
The currently selected tab. 
 | 
ReadOnlyBooleanProperty | 
ChoiceBox.showingProperty()
Indicates whether the drop down is displaying the list of choices to the
 user. 
 | 
ReadOnlyBooleanProperty | 
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). 
 | 
ReadOnlyBooleanProperty | 
Dialog.showingProperty()
Represents whether the dialog is currently showing. 
 | 
ReadOnlyBooleanProperty | 
Menu.showingProperty()
Indicates whether the  
ContextMenu is currently visible. | 
ReadOnlyBooleanProperty | 
MenuButton.showingProperty()
Indicates whether the  
ContextMenu is currently visible. | 
ReadOnlyBooleanProperty | 
TextInputControl.undoableProperty()
The property describes if it's currently possible to undo the latest change of the content that was done. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ReadOnlyBooleanProperty | 
Image.errorProperty()
Indicates whether an error was detected while loading an image. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ReadOnlyBooleanProperty | 
Transform.identityProperty()
Determines if this is currently an identity transform. 
 | 
ReadOnlyBooleanProperty | 
Transform.type2DProperty()
Determines if this is currently a 2D transform. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ReadOnlyBooleanProperty | 
Stage.alwaysOnTopProperty()
Defines whether this  
Stage is kept on top of other windows. | 
ReadOnlyBooleanProperty | 
Window.focusedProperty()
Whether or not this  
Window has the keyboard or input focus. | 
ReadOnlyBooleanProperty | 
Stage.fullScreenProperty()
Specifies whether this  
Stage should be a full-screen,
 undecorated window. | 
ReadOnlyBooleanProperty | 
Stage.iconifiedProperty()
Defines whether the  
Stage is iconified or not. | 
ReadOnlyBooleanProperty | 
Stage.maximizedProperty()
Defines whether the  
Stage is maximized or not. | 
ReadOnlyBooleanProperty | 
Window.showingProperty()
Whether or not this  
Stage is showing (that is, open on the
 user's system). | 
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.