Uses of Interface
org.eclipse.gef.common.beans.value.ObservableSetMultimapValue
-
Packages that use ObservableSetMultimapValue Package Description org.eclipse.gef.common.beans.binding This package augments the JavaFX binding API by adding support related toSetMultimap
andMultiset
.org.eclipse.gef.common.beans.property This package augments the property API of JavaFX by adding support related toSetMultimap
andMultiset
. -
-
Uses of ObservableSetMultimapValue in org.eclipse.gef.common.beans.binding
Classes in org.eclipse.gef.common.beans.binding that implement ObservableSetMultimapValue Modifier and Type Class Description class
SetMultimapBinding<K,V>
An abstract base class that provides functionality needed to realize aBinding
on anObservableSetMultimap
.class
SetMultimapExpression<K,V>
ASetMultimapExpression
is aObservableSetMultimapValue
plus additional convenience methods to generate bindings.Methods in org.eclipse.gef.common.beans.binding with parameters of type ObservableSetMultimapValue Modifier and Type Method Description static <K,V>
SetMultimapExpression<K,V>SetMultimapExpression. setMultimapExpression(ObservableSetMultimapValue<K,V> setMultimapValue)
Returns aSetMultimapExpression
that wraps anObservableSetMultimapValue
.Constructors in org.eclipse.gef.common.beans.binding with parameters of type ObservableSetMultimapValue Constructor Description SetMultimapExpressionHelper(ObservableSetMultimapValue<K,V> observableValue)
Constructs a newSetMultimapExpressionHelper
for the given sourceObservableSetMultimapValue
. -
Uses of ObservableSetMultimapValue in org.eclipse.gef.common.beans.property
Classes in org.eclipse.gef.common.beans.property that implement ObservableSetMultimapValue Modifier and Type Class Description class
ReadOnlySetMultimapProperty<K,V>
Abstract base class defining contract for a read-onlyProperty
wrapping anObservableSetMultimap
.class
ReadOnlySetMultimapPropertyBase<K,V>
Abstract base class for implementing a read-onlyProperty
wrapping anObservableSetMultimap
.class
ReadOnlySetMultimapWrapper<K,V>
AReadOnlySetMultimapWrapper
is a writableProperty
wrapping anObservableSetMultimap
, which provides an additional read-onlyProperty
(based on a concrete, non-exposed implementation ofReadOnlySetMultimapProperty
), whose value is synchronized with the value of thisReadOnlyMapWrapper
.class
SetMultimapProperty<K,V>
Abstract base class defining contract for aProperty
wrapping aObservableSetMultimap
.class
SetMultimapPropertyBase<K,V>
Abstract base class for implementing aProperty
wrapping anObservableSetMultimap
.class
SimpleSetMultimapProperty<K,V>
A concrete implementation of aProperty
wrapping anObservableSetMultimap
.
-