Package | Description |
---|---|
org.eclipse.gef4.common.beans.binding |
This package augments the JavaFX binding API by adding support related to
SetMultimap and
Multiset . |
org.eclipse.gef4.common.beans.property |
This package augments the property API of JavaFX by adding support related to
SetMultimap and
Multiset . |
org.eclipse.gef4.common.collections |
This package augments the JavaFX collections API with support for
SetMultimap and
Multiset . |
Modifier and Type | Method and Description |
---|---|
protected void |
SetMultimapBinding.fireValueChangedEvent(SetMultimapChangeListener.Change<? extends K,? extends V> change)
Fires notifications to all attached
InvalidationListeners ,
ChangeListeners , and
SetMultimapChangeListeners . |
void |
SetMultimapExpressionHelper.fireValueChangedEvent(SetMultimapChangeListener.Change<? extends K,? extends V> change)
Fires notifications to all attached
InvalidationListeners and
SetMultimapChangeListeners . |
Modifier and Type | Method and Description |
---|---|
protected void |
SetMultimapPropertyBase.fireValueChangedEvent(SetMultimapChangeListener.Change<? extends K,? extends V> change)
Fires notifications to all attached
InvalidationListeners ,
ChangeListeners , and
SetMultimapChangeListeners . |
protected void |
ReadOnlySetMultimapWrapper.fireValueChangedEvent(SetMultimapChangeListener.Change<? extends K,? extends V> change) |
protected void |
ReadOnlySetMultimapPropertyBase.fireValueChangedEvent(SetMultimapChangeListener.Change<? extends K,? extends V> change)
Fires notifications to all attached
InvalidationListeners ,
ChangeListeners , and
SetMultimapChangeListeners . |
Modifier and Type | Class and Description |
---|---|
static class |
SetMultimapListenerHelper.AtomicChange<K,V>
A simple implementation of an
SetMultimapChangeListener.Change . |
Modifier and Type | Method and Description |
---|---|
void |
SetMultimapListenerHelper.fireValueChangedEvent(SetMultimapChangeListener.Change<? extends K,? extends V> change)
Notifies all attached
InvalidationListener s and
SetMultimapChangeListener s about the change. |
protected void |
SetMultimapListenerHelper.notifySetMultimapChangeListeners(SetMultimapChangeListener.Change<? extends K,? extends V> change)
Notifies the attached
SetMultimapChangeListener s about the
related change. |
void |
SetMultimapChangeListener.onChanged(SetMultimapChangeListener.Change<? extends K,? extends V> change)
Called after a change has been made to an
ObservableSetMultimap . |
Constructor and Description |
---|
AtomicChange(ObservableSetMultimap<K,V> source,
SetMultimapChangeListener.Change<? extends K,? extends V> change)
Creates a new
MultisetListenerHelper.AtomicChange for the
passed in source, based on the data provided in the passed-in change. |
Copyright (c) 2014 itemis AG and others. All rights reserved.