Uses of Class
javafx.collections.MapChangeListener.Change
Packages that use MapChangeListener.Change
Package
Description
The package
javafx.beans.property
defines read-only
properties and writable properties, plus a number of implementations.Contains the essential JavaFX collections and collection utilities
-
Uses of MapChangeListener.Change in javafx.beans.property
Methods in javafx.beans.property with parameters of type MapChangeListener.ChangeModifier and TypeMethodDescriptionprotected void
MapPropertyBase.fireValueChangedEvent
(MapChangeListener.Change<? extends K, ? extends V> change) protected void
ReadOnlyMapPropertyBase.fireValueChangedEvent
(MapChangeListener.Change<? extends K, ? extends V> change) This method needs to be called if the content of the referencedObservableList
changes. -
Uses of MapChangeListener.Change in javafx.collections
Methods in javafx.collections with parameters of type MapChangeListener.ChangeModifier and TypeMethodDescriptionvoid
MapChangeListener.onChanged
(MapChangeListener.Change<? extends K, ? extends V> change) Called after a change has been made to an ObservableMap.void
WeakMapChangeListener.onChanged
(MapChangeListener.Change<? extends K, ? extends V> change) Called after a change has been made to an ObservableMap.