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 voidMapPropertyBase.fireValueChangedEvent(MapChangeListener.Change<? extends K,? extends V> change)protected voidReadOnlyMapPropertyBase.fireValueChangedEvent(MapChangeListener.Change<? extends K,? extends V> change)This method needs to be called if the content of the referencedObservableListchanges. -
Uses of MapChangeListener.Change in javafx.collections
Methods in javafx.collections with parameters of type MapChangeListener.ChangeModifier and TypeMethodDescriptionvoidMapChangeListener.onChanged(MapChangeListener.Change<? extends K,? extends V> change)Called after a change has been made to an ObservableMap.voidWeakMapChangeListener.onChanged(MapChangeListener.Change<? extends K,? extends V> change)Called after a change has been made to an ObservableMap.