Uses of Interface
org.eclipse.gef.common.beans.value.WritableSetMultimapValue
Packages that use WritableSetMultimapValue
Package
Description
This package augments the property API of JavaFX by adding support related to
SetMultimap
and
Multiset
.-
Uses of WritableSetMultimapValue in org.eclipse.gef.common.beans.property
Classes in org.eclipse.gef.common.beans.property that implement WritableSetMultimapValueModifier and TypeClassDescriptionclass
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
.