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 |
---|---|
void |
MultisetExpressionHelper.fireValueChangedEvent(MultisetChangeListener.Change<? extends E> change)
Fires notifications to all attached
InvalidationListeners , and
MultisetChangeListeners . |
protected void |
MultisetBinding.fireValueChangedEvent(MultisetChangeListener.Change<? extends E> change)
Fires notifications to all attached
InvalidationListeners ,
ChangeListeners , and
MultisetChangeListeners . |
Modifier and Type | Method and Description |
---|---|
protected void |
MultisetPropertyBase.fireValueChangedEvent(MultisetChangeListener.Change<? extends E> change)
Fires notifications to all attached
InvalidationListeners ,
ChangeListeners , and
MultisetChangeListeners . |
protected void |
ReadOnlyMultisetWrapper.fireValueChangedEvent(MultisetChangeListener.Change<? extends E> change) |
protected void |
ReadOnlyMultisetPropertyBase.fireValueChangedEvent(MultisetChangeListener.Change<? extends E> change)
Fires notifications to all attached
InvalidationListeners ,
ChangeListeners , and
MultisetChangeListeners . |
Modifier and Type | Class and Description |
---|---|
static class |
MultisetListenerHelper.AtomicChange<E>
A simple implementation of an
MultisetChangeListener.Change . |
Modifier and Type | Method and Description |
---|---|
void |
MultisetListenerHelper.fireValueChangedEvent(MultisetChangeListener.Change<? extends E> change)
Notifies all attached
InvalidationListener s and
MultisetChangeListener s about the change. |
protected void |
MultisetListenerHelper.notifyMultisetChangeListeners(MultisetChangeListener.Change<? extends E> change)
Notifies the attached
MultisetChangeListener s about the related
change. |
void |
MultisetChangeListener.onChanged(MultisetChangeListener.Change<? extends E> change)
Called after an atomic change has been made to an
ObservableMultiset . |
Constructor and Description |
---|
AtomicChange(ObservableMultiset<E> source,
MultisetChangeListener.Change<? extends E> 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.