Package org.eclipse.gef.common.beans.binding
This package augments the JavaFX binding API by adding support related to
SetMultimap
and
Multiset
.-
Class Summary Class Description BindingUtils ListExpressionHelperEx<E> A utility class to support notifications for anListExpression
.MapExpressionHelperEx<K,V> A utility class to support notifications for anMapExpression
.MultisetBinding<E> An abstract base class that provides functionality needed to realize aBinding
on anObservableMultiset
.MultisetExpression<E> ASetMultimapExpression
is aObservableMultisetValue
plus additional convenience methods to generate bindings.MultisetExpressionHelper<E> A utility class to support change notifications for anObservableMultiset
.SetExpressionHelperEx<E> A utility class to support notifications for anSetExpression
.SetMultimapBinding<K,V> An abstract base class that provides functionality needed to realize aBinding
on anObservableSetMultimap
.SetMultimapExpression<K,V> ASetMultimapExpression
is aObservableSetMultimapValue
plus additional convenience methods to generate bindings.SetMultimapExpressionHelper<K,V> A utility class to support change notifications for anObservableSetMultimap
.