Uses of Class
org.eclipse.gef.common.beans.property.MultisetPropertyBase
-
Packages that use MultisetPropertyBase Package Description org.eclipse.gef.common.beans.property This package augments the property API of JavaFX by adding support related toSetMultimap
andMultiset
. -
-
Uses of MultisetPropertyBase in org.eclipse.gef.common.beans.property
Subclasses of MultisetPropertyBase in org.eclipse.gef.common.beans.property Modifier and Type Class Description class
ReadOnlyMultisetWrapper<E>
AReadOnlyMultisetWrapper
is a writableProperty
wrapping anObservableMultiset
, which provides an additional read-onlyProperty
(based on a concrete, non-exposed implementation ofReadOnlyMultisetProperty
), whose value is synchronized with the value of thisReadOnlyMapWrapper
.class
SimpleMultisetProperty<E>
A concrete implementation of aProperty
wrapping anObservableMultiset
.
-