Package | Description |
---|---|
javafx.beans |
The package
javafx.beans contains the interfaces that
define the most generic form of observability. |
javafx.beans.value |
The package
javafx.beans.value contains the two
fundamental interfaces ObservableValue and WritableValue and all of its sub-interfaces. |
javafx.collections |
Contains the essential JavaFX collections and collection utilities
|
Modifier and Type | Class and Description |
---|---|
class |
WeakInvalidationListener
A
WeakInvalidationListener can be used, if an Observable
should only maintain a weak reference to the listener. |
Modifier and Type | Class and Description |
---|---|
class |
WeakChangeListener<T>
A
WeakChangeListener can be used, if an ObservableValue
should only maintain a weak reference to the listener. |
Modifier and Type | Class and Description |
---|---|
class |
WeakListChangeListener<E>
A
WeakListChangeListener can be used, if an ObservableList
should only maintain a weak reference to the listener. |
class |
WeakMapChangeListener<K,V>
A
WeakMapChangeListener can be used, if an ObservableMap
should only maintain a weak reference to the listener. |
class |
WeakSetChangeListener<E>
A
WeakSetChangeListener can be used, if an ObservableSet
should only maintain a weak reference to the listener. |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2019, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.