public abstract class TransformationMap<K,V,F> extends ObservableMapBase<K,V> implements javafx.collections.ObservableMap<K,V>
Modifier | Constructor and Description |
---|---|
protected |
TransformationMap(javafx.collections.ObservableMap<K,? extends F> source) |
Modifier and Type | Method and Description |
---|---|
javafx.collections.MapChangeListener<K,F> |
getListener() |
javafx.collections.ObservableMap<K,? extends F> |
getSource() |
boolean |
isInTransformationChain(javafx.collections.ObservableMap<?,?> map) |
protected abstract void |
sourceChanged(javafx.collections.MapChangeListener.Change<? extends K,? extends F> c) |
addListener, addListener, fireChange, hasListeners, removeListener, removeListener
clear, clone, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
finalize, getClass, notify, notifyAll, wait, wait, wait