Uses of Class
org.eclipse.gef.common.beans.property.SetMultimapPropertyBase
-
Packages that use SetMultimapPropertyBase Package Description org.eclipse.gef.common.beans.property This package augments the property API of JavaFX by adding support related toSetMultimap
andMultiset
. -
-
Uses of SetMultimapPropertyBase in org.eclipse.gef.common.beans.property
Subclasses of SetMultimapPropertyBase in org.eclipse.gef.common.beans.property Modifier and Type Class Description 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
SimpleSetMultimapProperty<K,V>
A concrete implementation of aProperty
wrapping anObservableSetMultimap
.
-