Package org.eclipse.gef.common.collections
package org.eclipse.gef.common.collections
This package augments the JavaFX collections API with support for
SetMultimap
and
Multiset
.-
ClassDescriptionThe
CollectionUtils
contains a method to compute the old value of anObservableList
for a givenListChangeListener.Change
event.A utility class to support change notifications for anObservableList
, replacing the JavaFX-internalListChangeListener
helper class.A simple implementation of anListChangeListener.Change
.An abstract elementary change of anObservableList
The kind of change that is performed to theObservableList
.MapListenerHelperEx<K,V> A utility class to support change notifications for anObservableMap
, replacing the JavaFX-internalMapChangeListener
helper class.A simple implementation of anMapChangeListener.Change
.AMultisetChangeListener
is the notification target for changes related to anObservableMultiset
.Represents an atomic change done to anObservableMultiset
, i.e. a change resulting from a single method invocation on anObservableMultiset
.A utility class to support change notifications for anObservableMultiset
.A simple implementation of anMultisetChangeListener.Change
.An elementary change related to a single element of aMultiset
.AnObservableMultiset
is a specificMultiset
that allows observers to track changes by registeringMultisetChangeListeners
.AnObservableSetMultimap
is a specificSetMultimap
that allows observers to track changes by registeringSetMultimapChangeListeners
.A utility class to support change notifications for anObservableSet
, replacing the JavaFX-internalSetChangeListener
helper class.A simple implementation of anSetChangeListener.Change
.ASetMultimapChangeListener
is the notification target for changes related to anObservableSetMultimap
.Represents an elementary change done to anObservableSetMultimap
, related to a single key but to potentially multiple values.A utility class to support change notifications for anObservableSetMultimap
.A simple implementation of anSetMultimapChangeListener.Change
.An elementary change related to a single key of aObservableSetMultimap
. .