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 Constructor Description AbstractObservableMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addListener(javafx.collections.MapChangeListener<? super K,? super V> pListener)
protected void
fireMapChange(javafx.collections.MapChangeListener.Change<K,V> pChange)
void
removeListener(javafx.collections.MapChangeListener<? super K,? super V> pListener)
-
Methods inherited from class com.iamsoft.util.ui.javafx.AbstractObservable
addListener, fireEvent, removeListener
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods 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, values
-
-