Module javafx.base
Package javafx.collections
package javafx.collections
Contains the essential JavaFX collections and collection utilities
-
ClassDescriptionArrayChangeListener<T extends ObservableArray<T>>Interface that receives notifications of changes to an ObservableArray.Utility class that consists of static methods that are 1:1 copies of java.util.Collections methods.Interface that receives notifications of changes to an ObservableList.Represents a report of changes done to an
ObservableList
.MapChangeListener<K,V> Interface that receives notifications of changes to an ObservableMap.An elementary change done to an ObservableMap.Abstract class that serves as a base class forObservableList
implementations that are modifiable.ObservableArray<T extends ObservableArray<T>>ObservableArray
is an array that allows listeners to track changes when they occur.ObservableArrayBase<T extends ObservableArray<T>>Abstract class that serves as a base class forObservableArray
implementations.ObservableFloatArray
is afloat[]
array that allows listeners to track changes when they occur.ObservableIntegerArray
is anint[]
array that allows listeners to track changes when they occur.A list that allows listeners to track changes when they occur.Abstract class that serves as a base class forObservableList
implementations.ObservableMap<K,V> A map that allows observers to track changes when they occur.A set that allows observers to track changes when they occur.Interface that receives notifications of changes to an ObservableSet.An elementary change done to an ObservableSet.AWeakListChangeListener
can be used, if anObservableList
should only maintain a weak reference to the listener.AWeakMapChangeListener
can be used, if anObservableMap
should only maintain a weak reference to the listener.AWeakSetChangeListener
can be used, if anObservableSet
should only maintain a weak reference to the listener.