Interface | Description |
---|---|
AtomicProperty<T> |
A type of property that makes all reads and writes atomic.
|
ImmediateChangeListener<T> |
A change listener that is invoked immediately when an atomic property changes.
|
Class | Description |
---|---|
AsyncProperty<T> |
A thread-safe implementation of a property.
|
AtomicBooleanProperty |
An implementation of
BooleanProperty that makes all reads and writes atomic. |
AtomicIntegerProperty |
An implementation of
IntegerProperty that makes all reads and writes atomic. |
AtomicPropertyListenerDelegate<T> |
A helper class that implements many of the listener and binding related methods for atomic properties.
|
SimpleStyleableObjectPropertyWrapper<T> |
Wraps a normal JavaFX property in a styleable wrapper property.
|
Annotation Type | Description |
---|---|
SaveProperties |
Do not use this annotation directly - use
SavePropertyFrom instead. |
SavePropertyFrom |
Flags a property of a field to be saved as part of that object.
|
SaveThisProperty |
Marks a JavaFX property field in a component to be saved.
|