Uses of Class
org.eclipse.gef.common.collections.MultisetChangeListener.Change
Packages that use MultisetChangeListener.Change
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
.This package augments the JavaFX collections API with support for
SetMultimap
and
Multiset
.-
Uses of MultisetChangeListener.Change in org.eclipse.gef.common.beans.binding
Methods in org.eclipse.gef.common.beans.binding with parameters of type MultisetChangeListener.ChangeModifier and TypeMethodDescriptionprotected void
MultisetBinding.fireValueChangedEvent
(MultisetChangeListener.Change<? extends E> change) Fires notifications to all attachedInvalidationListeners
,ChangeListeners
, andMultisetChangeListeners
.void
MultisetExpressionHelper.fireValueChangedEvent
(MultisetChangeListener.Change<? extends E> change) Fires notifications to all attachedInvalidationListeners
, andMultisetChangeListeners
. -
Uses of MultisetChangeListener.Change in org.eclipse.gef.common.beans.property
Methods in org.eclipse.gef.common.beans.property with parameters of type MultisetChangeListener.ChangeModifier and TypeMethodDescriptionprotected void
MultisetPropertyBase.fireValueChangedEvent
(MultisetChangeListener.Change<? extends E> change) Fires notifications to all attachedInvalidationListeners
,ChangeListeners
, andMultisetChangeListeners
.protected void
ReadOnlyMultisetPropertyBase.fireValueChangedEvent
(MultisetChangeListener.Change<? extends E> change) Fires notifications to all attachedInvalidationListeners
,ChangeListeners
, andMultisetChangeListeners
.protected void
ReadOnlyMultisetWrapper.fireValueChangedEvent
(MultisetChangeListener.Change<? extends E> change) -
Uses of MultisetChangeListener.Change in org.eclipse.gef.common.collections
Subclasses of MultisetChangeListener.Change in org.eclipse.gef.common.collectionsModifier and TypeClassDescriptionstatic class
A simple implementation of anMultisetChangeListener.Change
.Methods in org.eclipse.gef.common.collections with parameters of type MultisetChangeListener.ChangeModifier and TypeMethodDescriptionvoid
MultisetListenerHelper.fireValueChangedEvent
(MultisetChangeListener.Change<? extends E> change) Notifies all attachedInvalidationListener
s andMultisetChangeListener
s about the change.protected void
MultisetListenerHelper.notifyMultisetChangeListeners
(MultisetChangeListener.Change<? extends E> change) Notifies the attachedMultisetChangeListener
s about the related change.void
MultisetChangeListener.onChanged
(MultisetChangeListener.Change<? extends E> change) Called after an atomic change has been made to anObservableMultiset
.Constructors in org.eclipse.gef.common.collections with parameters of type MultisetChangeListener.ChangeModifierConstructorDescriptionAtomicChange
(ObservableMultiset<E> source, MultisetChangeListener.Change<? extends E> change) Creates a newMultisetListenerHelper.AtomicChange
for the passed in source, based on the data provided in the passed-in change.