Module com.iamsoft.util.ui
Class AbstractObservableMap<K,V>
java.lang.Object
com.iamsoft.util.ui.javafx.AbstractObservable
com.iamsoft.util.ui.javafx.collections.AbstractObservableMap<K,V>
- Type Parameters:
K- Key type.V- Value type.
- All Implemented Interfaces:
Map<K,,V> javafx.beans.Observable,javafx.collections.ObservableMap<K,V>
- Direct Known Subclasses:
DefaultObservableMap,TransformingObservableMap
public abstract class AbstractObservableMap<K,V>
extends AbstractObservable
implements javafx.collections.ObservableMap<K,V>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.iamsoft.util.ui.javafx.AbstractObservable
AbstractObservable.Exposed -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(javafx.collections.MapChangeListener<? super K, ? super V> pListener) protected voidfireMapChange(javafx.collections.MapChangeListener.Change<K, V> pChange) voidremoveListener(javafx.collections.MapChangeListener<? super K, ? super V> pListener) Methods inherited from class com.iamsoft.util.ui.javafx.AbstractObservable
addListener, fireEvent, removeListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from interface javafx.beans.Observable
addListener, removeListener