Uses of Interface
org.jdesktop.observablecollections.ObservableMap
Packages that use ObservableMap
Package
Description
Provides support for observing changes to collection classes.
-
Uses of ObservableMap in org.jdesktop.observablecollections
Methods in org.jdesktop.observablecollections that return ObservableMapModifier and TypeMethodDescriptionstatic <K,
V> ObservableMap <K, V> ObservableCollections.observableMap
(Map<K, V> map) Creates and returns anObservableMap
wrapping the suppliedMap
.Methods in org.jdesktop.observablecollections with parameters of type ObservableMapModifier and TypeMethodDescriptionvoid
ObservableMapListener.mapKeyAdded
(ObservableMap map, Object key) Notification that a key has been added.void
ObservableMapListener.mapKeyRemoved
(ObservableMap map, Object key, Object value) Notification that a key has been removedvoid
ObservableMapListener.mapKeyValueChanged
(ObservableMap map, Object key, Object lastValue) Notification that the value of an existing key has changed.