Uses of Package
org.eclipse.gef.common.collections
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 value API of JavaFX by contributing support for
SetMultimap
and
Multiset
.This package augments the JavaFX collections API with support for
SetMultimap
and
Multiset
.-
ClassDescriptionA utility class to support change notifications for an
ObservableList
, replacing the JavaFX-internalListChangeListener
helper class.A utility class to support change notifications for anObservableMap
, replacing the JavaFX-internalMapChangeListener
helper class.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
.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.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
. -
ClassDescriptionA
MultisetChangeListener
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
.AnObservableMultiset
is a specificMultiset
that allows observers to track changes by registeringMultisetChangeListeners
.AnObservableSetMultimap
is a specificSetMultimap
that allows observers to track changes by registeringSetMultimapChangeListeners
.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. -
ClassDescriptionAn
ObservableMultiset
is a specificMultiset
that allows observers to track changes by registeringMultisetChangeListeners
.AnObservableSetMultimap
is a specificSetMultimap
that allows observers to track changes by registeringSetMultimapChangeListeners
. -
ClassDescriptionAn abstract elementary change of an
ObservableList
The kind of change that is performed to theObservableList
.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
.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
.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.An elementary change related to a single key of aObservableSetMultimap
. .