Package | Description |
---|---|
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.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
Modifier and Type | Class and Description |
---|---|
private class |
ListBinding.EmptyProperty |
private class |
MapBinding.EmptyProperty |
private class |
SetBinding.EmptyProperty |
Modifier and Type | Class and Description |
---|---|
private class |
ListPropertyBase.EmptyProperty |
private class |
MapPropertyBase.EmptyProperty |
private class |
ReadOnlyBooleanWrapper.ReadOnlyPropertyImpl |
private class |
SetPropertyBase.EmptyProperty |
Modifier and Type | Class and Description |
---|---|
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 | Class and Description |
---|---|
(package private) class |
Node.FocusedProperty
Special boolean property which allows for atomic focus change.
|