Uses of Package
org.eclipse.gef.common.collections
-
Packages that use org.eclipse.gef.common.collections 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
.org.eclipse.gef.common.beans.value This package augments the value API of JavaFX by contributing support forSetMultimap
andMultiset
.org.eclipse.gef.common.collections This package augments the JavaFX collections API with support forSetMultimap
andMultiset
. -
Classes in org.eclipse.gef.common.collections used by org.eclipse.gef.common.beans.binding Class Description ListListenerHelperEx A utility class to support change notifications for anObservableList
, replacing the JavaFX-internalListChangeListener
helper class.MapListenerHelperEx A utility class to support change notifications for anObservableMap
, replacing the JavaFX-internalMapChangeListener
helper class.MultisetChangeListener AMultisetChangeListener
is the notification target for changes related to anObservableMultiset
.MultisetChangeListener.Change Represents an atomic change done to anObservableMultiset
, i.e. a change resulting from a single method invocation on anObservableMultiset
.MultisetListenerHelper A utility class to support change notifications for anObservableMultiset
.ObservableMultiset AnObservableMultiset
is a specificMultiset
that allows observers to track changes by registeringMultisetChangeListeners
.ObservableSetMultimap AnObservableSetMultimap
is a specificSetMultimap
that allows observers to track changes by registeringSetMultimapChangeListeners
.SetListenerHelperEx A utility class to support change notifications for anObservableSet
, replacing the JavaFX-internalSetChangeListener
helper class.SetMultimapChangeListener ASetMultimapChangeListener
is the notification target for changes related to anObservableSetMultimap
.SetMultimapChangeListener.Change Represents an elementary change done to anObservableSetMultimap
, related to a single key but to potentially multiple values.SetMultimapListenerHelper A utility class to support change notifications for anObservableSetMultimap
. -
Classes in org.eclipse.gef.common.collections used by org.eclipse.gef.common.beans.property Class Description MultisetChangeListener AMultisetChangeListener
is the notification target for changes related to anObservableMultiset
.MultisetChangeListener.Change Represents an atomic change done to anObservableMultiset
, i.e. a change resulting from a single method invocation on anObservableMultiset
.ObservableMultiset AnObservableMultiset
is a specificMultiset
that allows observers to track changes by registeringMultisetChangeListeners
.ObservableSetMultimap AnObservableSetMultimap
is a specificSetMultimap
that allows observers to track changes by registeringSetMultimapChangeListeners
.SetMultimapChangeListener ASetMultimapChangeListener
is the notification target for changes related to anObservableSetMultimap
.SetMultimapChangeListener.Change Represents an elementary change done to anObservableSetMultimap
, related to a single key but to potentially multiple values. -
Classes in org.eclipse.gef.common.collections used by org.eclipse.gef.common.beans.value Class Description ObservableMultiset AnObservableMultiset
is a specificMultiset
that allows observers to track changes by registeringMultisetChangeListeners
.ObservableSetMultimap AnObservableSetMultimap
is a specificSetMultimap
that allows observers to track changes by registeringSetMultimapChangeListeners
. -
Classes in org.eclipse.gef.common.collections used by org.eclipse.gef.common.collections Class Description ListListenerHelperEx.ElementarySubChange An abstract elementary change of anObservableList
ListListenerHelperEx.ElementarySubChange.Kind The kind of change that is performed to theObservableList
.MultisetChangeListener AMultisetChangeListener
is the notification target for changes related to anObservableMultiset
.MultisetChangeListener.Change Represents an atomic change done to anObservableMultiset
, i.e. a change resulting from a single method invocation on anObservableMultiset
.MultisetListenerHelper.ElementarySubChange An elementary change related to a single element of aMultiset
.ObservableMultiset AnObservableMultiset
is a specificMultiset
that allows observers to track changes by registeringMultisetChangeListeners
.ObservableSetMultimap AnObservableSetMultimap
is a specificSetMultimap
that allows observers to track changes by registeringSetMultimapChangeListeners
.SetMultimapChangeListener ASetMultimapChangeListener
is the notification target for changes related to anObservableSetMultimap
.SetMultimapChangeListener.Change Represents an elementary change done to anObservableSetMultimap
, related to a single key but to potentially multiple values.SetMultimapListenerHelper.ElementarySubChange An elementary change related to a single key of aObservableSetMultimap
. .