Uses of Class
org.eclipse.gef.common.beans.property.ReadOnlyMultisetProperty
Packages that use ReadOnlyMultisetProperty
Package
Description
This package augments the property API of JavaFX by adding support related to
SetMultimap
and
Multiset
.-
Uses of ReadOnlyMultisetProperty in org.eclipse.gef.common.beans.property
Subclasses of ReadOnlyMultisetProperty in org.eclipse.gef.common.beans.propertyModifier and TypeClassDescriptionclass
Abstract base class defining contract for aProperty
wrapping aObservableMultiset
.class
Abstract base class for implementing aProperty
wrapping anObservableMultiset
.class
Abstract base class for implementing a read-onlyProperty
wrapping anObservableMultiset
.class
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
A concrete implementation of aProperty
wrapping anObservableMultiset
.Methods in org.eclipse.gef.common.beans.property that return ReadOnlyMultisetPropertyModifier and TypeMethodDescriptionReadOnlyMultisetWrapper.getReadOnlyProperty()
Returns the read-onlyProperty
, whose value is synchronized with thisReadOnlyMultisetWrapper
.