Uses of Class
org.eclipse.gef.common.beans.binding.MultisetExpression
-
Packages that use MultisetExpression Package Description org.eclipse.gef.common.beans.binding This package augments the JavaFX binding API by adding support related toSetMultimap
andMultiset
.org.eclipse.gef.common.beans.property This package augments the property API of JavaFX by adding support related toSetMultimap
andMultiset
. -
-
Uses of MultisetExpression in org.eclipse.gef.common.beans.binding
Subclasses of MultisetExpression in org.eclipse.gef.common.beans.binding Modifier and Type Class Description class
MultisetBinding<E>
An abstract base class that provides functionality needed to realize aBinding
on anObservableMultiset
.Methods in org.eclipse.gef.common.beans.binding that return MultisetExpression Modifier and Type Method Description static <E> MultisetExpression<E>
MultisetExpression. multisetExpression(ObservableMultisetValue<E> multisetValue)
Returns aMultisetExpression
that wraps anObservableMultisetValue
. -
Uses of MultisetExpression in org.eclipse.gef.common.beans.property
Subclasses of MultisetExpression in org.eclipse.gef.common.beans.property Modifier and Type Class Description class
MultisetProperty<E>
Abstract base class defining contract for aProperty
wrapping aObservableMultiset
.class
MultisetPropertyBase<E>
Abstract base class for implementing aProperty
wrapping anObservableMultiset
.class
ReadOnlyMultisetProperty<E>
Abstract base class defining contract for a read-onlyProperty
wrapping anObservableMultiset
.class
ReadOnlyMultisetPropertyBase<E>
Abstract base class for implementing a read-onlyProperty
wrapping anObservableMultiset
.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
.
-