Package javafx.collections
package javafx.collections
-
ClassDescriptionUtility 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 a 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.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.