Uses of Class
org.eclipse.gef.common.beans.property.SimpleSetMultimapProperty
Packages that use SimpleSetMultimapProperty
Package
Description
This package augments the property API of JavaFX by adding support related to
SetMultimap
and
Multiset
.-
Uses of SimpleSetMultimapProperty in org.eclipse.gef.common.beans.property
Subclasses of SimpleSetMultimapProperty in org.eclipse.gef.common.beans.propertyModifier 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
.