Uses of Class
org.eclipse.gef.common.beans.property.ReadOnlySetMultimapProperty
-
Packages that use ReadOnlySetMultimapProperty Package Description org.eclipse.gef.common.beans.property This package augments the property API of JavaFX by adding support related toSetMultimap
andMultiset
. -
-
Uses of ReadOnlySetMultimapProperty in org.eclipse.gef.common.beans.property
Subclasses of ReadOnlySetMultimapProperty in org.eclipse.gef.common.beans.property Modifier and Type Class Description 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
.Methods in org.eclipse.gef.common.beans.property that return ReadOnlySetMultimapProperty Modifier and Type Method Description ReadOnlySetMultimapProperty<K,V>
ReadOnlySetMultimapWrapper. getReadOnlyProperty()
Returns the read-onlyProperty
, whose value is synchronized with thisReadOnlySetMultimapWrapper
.
-