Uses of Class
org.eclipse.gef.common.collections.SetMultimapChangeListener.Change
Packages that use SetMultimapChangeListener.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 SetMultimapChangeListener.Change in org.eclipse.gef.common.beans.binding
Methods in org.eclipse.gef.common.beans.binding with parameters of type SetMultimapChangeListener.ChangeModifier and TypeMethodDescriptionprotected void
SetMultimapBinding.fireValueChangedEvent
(SetMultimapChangeListener.Change<? extends K, ? extends V> change) Fires notifications to all attachedInvalidationListeners
,ChangeListeners
, andSetMultimapChangeListeners
.void
SetMultimapExpressionHelper.fireValueChangedEvent
(SetMultimapChangeListener.Change<? extends K, ? extends V> change) Fires notifications to all attachedInvalidationListeners
andSetMultimapChangeListeners
. -
Uses of SetMultimapChangeListener.Change in org.eclipse.gef.common.beans.property
Methods in org.eclipse.gef.common.beans.property with parameters of type SetMultimapChangeListener.ChangeModifier and TypeMethodDescriptionprotected void
ReadOnlySetMultimapPropertyBase.fireValueChangedEvent
(SetMultimapChangeListener.Change<? extends K, ? extends V> change) Fires notifications to all attachedInvalidationListeners
,ChangeListeners
, andSetMultimapChangeListeners
.protected void
ReadOnlySetMultimapWrapper.fireValueChangedEvent
(SetMultimapChangeListener.Change<? extends K, ? extends V> change) protected void
SetMultimapPropertyBase.fireValueChangedEvent
(SetMultimapChangeListener.Change<? extends K, ? extends V> change) Fires notifications to all attachedInvalidationListeners
,ChangeListeners
, andSetMultimapChangeListeners
. -
Uses of SetMultimapChangeListener.Change in org.eclipse.gef.common.collections
Subclasses of SetMultimapChangeListener.Change in org.eclipse.gef.common.collectionsModifier and TypeClassDescriptionstatic class
A simple implementation of anSetMultimapChangeListener.Change
.Methods in org.eclipse.gef.common.collections with parameters of type SetMultimapChangeListener.ChangeModifier and TypeMethodDescriptionvoid
SetMultimapListenerHelper.fireValueChangedEvent
(SetMultimapChangeListener.Change<? extends K, ? extends V> change) Notifies all attachedInvalidationListener
s andSetMultimapChangeListener
s about the change.protected void
SetMultimapListenerHelper.notifySetMultimapChangeListeners
(SetMultimapChangeListener.Change<? extends K, ? extends V> change) Notifies the attachedSetMultimapChangeListener
s about the related change.void
SetMultimapChangeListener.onChanged
(SetMultimapChangeListener.Change<? extends K, ? extends V> change) Called after a change has been made to anObservableSetMultimap
.Constructors in org.eclipse.gef.common.collections with parameters of type SetMultimapChangeListener.ChangeModifierConstructorDescriptionAtomicChange
(ObservableSetMultimap<K, V> source, SetMultimapChangeListener.Change<? extends K, ? extends V> change) Creates a newMultisetListenerHelper.AtomicChange
for the passed in source, based on the data provided in the passed-in change.