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. |
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.