Package org.eclipse.gef.common.beans.value
This package augments the value API of JavaFX by contributing support for
SetMultimap
and
Multiset
.-
Interface Summary Interface Description ObservableMultisetValue<E> An observable reference to anObservableMultiset
.ObservableSetMultimapValue<K,V> An observable reference to anObservableSetMultimap
.WritableMultisetValue<E> A writable reference to anObservableMultiset
.WritableSetMultimapValue<K,V> A writable reference to anObservableSetMultimap
.