Uses of Interface
org.eclipse.gef.common.beans.value.ObservableMultisetValue
Packages that use ObservableMultisetValue
Package
Description
This package augments the JavaFX binding API by adding support related to
SetMultimap
and
Multiset
.This package augments the property API of JavaFX by adding support related to
SetMultimap
and
Multiset
.-
Uses of ObservableMultisetValue in org.eclipse.gef.common.beans.binding
Classes in org.eclipse.gef.common.beans.binding that implement ObservableMultisetValueModifier and TypeClassDescriptionclass
An abstract base class that provides functionality needed to realize aBinding
on anObservableMultiset
.class
ASetMultimapExpression
is aObservableMultisetValue
plus additional convenience methods to generate bindings.Methods in org.eclipse.gef.common.beans.binding with parameters of type ObservableMultisetValueModifier and TypeMethodDescriptionstatic <E> MultisetExpression<E>
MultisetExpression.multisetExpression
(ObservableMultisetValue<E> multisetValue) Returns aMultisetExpression
that wraps anObservableMultisetValue
.Constructors in org.eclipse.gef.common.beans.binding with parameters of type ObservableMultisetValueModifierConstructorDescriptionMultisetExpressionHelper
(ObservableMultisetValue<E> observableValue) Constructs a newMultisetExpressionHelper
for the given sourceObservableMultisetValue
. -
Uses of ObservableMultisetValue in org.eclipse.gef.common.beans.property
Classes in org.eclipse.gef.common.beans.property that implement ObservableMultisetValueModifier and TypeClassDescriptionclass
Abstract base class defining contract for aProperty
wrapping aObservableMultiset
.class
Abstract base class for implementing aProperty
wrapping anObservableMultiset
.class
Abstract base class defining contract for a read-onlyProperty
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
.