Uses of Class
org.eclipse.gef.common.beans.binding.SetMultimapExpression
Packages that use SetMultimapExpression
Package
Description
This package augments the JavaFX binding API by adding support related to
SetMultimap
and
Multiset
.This package augments the property API of JavaFX by adding support related to
SetMultimap
and
Multiset
.-
Uses of SetMultimapExpression in org.eclipse.gef.common.beans.binding
Subclasses of SetMultimapExpression in org.eclipse.gef.common.beans.bindingModifier and TypeClassDescriptionclass
SetMultimapBinding<K,
V> An abstract base class that provides functionality needed to realize aBinding
on anObservableSetMultimap
.Methods in org.eclipse.gef.common.beans.binding that return SetMultimapExpressionModifier and TypeMethodDescriptionstatic <K,
V> SetMultimapExpression<K, V> SetMultimapExpression.setMultimapExpression
(ObservableSetMultimapValue<K, V> setMultimapValue) Returns aSetMultimapExpression
that wraps anObservableSetMultimapValue
. -
Uses of SetMultimapExpression in org.eclipse.gef.common.beans.property
Subclasses of SetMultimapExpression in org.eclipse.gef.common.beans.propertyModifier and TypeClassDescriptionclass
Abstract base class defining contract for a read-onlyProperty
wrapping anObservableSetMultimap
.class
Abstract base class for implementing a read-onlyProperty
wrapping anObservableSetMultimap
.class
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
Abstract base class for implementing aProperty
wrapping anObservableSetMultimap
.class
A concrete implementation of aProperty
wrapping anObservableSetMultimap
.