Index
All Classes and Interfaces|All Packages|Constant Field Values
O
- observableArrayList() - Static method in class org.eclipse.gef.common.collections.CollectionUtils
-
Returns a (modifiable) new
ObservableList
wrapping anArrayList
. - observableArrayList(E...) - Static method in class org.eclipse.gef.common.collections.CollectionUtils
-
Creates a new
ObservableList
that contains the given elements. - observableArrayList(Collection<? extends E>) - Static method in class org.eclipse.gef.common.collections.CollectionUtils
-
Create a new
ObservableList
that is backed by anArrayList
that contains the contents of the givenCollection
. - observableHashMultimap() - Static method in class org.eclipse.gef.common.collections.CollectionUtils
-
Returns a (modifiable) new
ObservableSetMultimap
wrapping aHashMultimap
. - observableHashMultiset() - Static method in class org.eclipse.gef.common.collections.CollectionUtils
-
Returns a (modifiable) new
ObservableMultiset
wrapping aHashMultiset
. - observableList(List<E>) - Static method in class org.eclipse.gef.common.collections.CollectionUtils
-
Returns a (modifiable) new
ObservableList
wrapping the givenList
. - observableMultiset(Multiset<E>) - Static method in class org.eclipse.gef.common.collections.CollectionUtils
-
Returns a (modifiable) new
ObservableMultiset
wrapping the givenList
. - ObservableMultiset<E> - Interface in org.eclipse.gef.common.collections
-
An
ObservableMultiset
is a specificMultiset
that allows observers to track changes by registeringMultisetChangeListeners
. - ObservableMultisetValue<E> - Interface in org.eclipse.gef.common.beans.value
-
An observable reference to an
ObservableMultiset
. - observableSetMultimap(SetMultimap<K, V>) - Static method in class org.eclipse.gef.common.collections.CollectionUtils
-
Returns a (modifiable) new
ObservableSetMultimap
wrapping the givenSetMultimap
. - ObservableSetMultimap<K,
V> - Interface in org.eclipse.gef.common.collections -
An
ObservableSetMultimap
is a specificSetMultimap
that allows observers to track changes by registeringSetMultimapChangeListeners
. - ObservableSetMultimapValue<K,
V> - Interface in org.eclipse.gef.common.beans.value -
An observable reference to an
ObservableSetMultimap
. - onChanged(MultisetChangeListener.Change<? extends E>) - Method in interface org.eclipse.gef.common.collections.MultisetChangeListener
-
Called after an atomic change has been made to an
ObservableMultiset
. - onChanged(SetMultimapChangeListener.Change<? extends K, ? extends V>) - Method in interface org.eclipse.gef.common.collections.SetMultimapChangeListener
-
Called after a change has been made to an
ObservableSetMultimap
. - org.eclipse.gef.common.activate - package org.eclipse.gef.common.activate
-
This package provides an abstraction for
IActivatable
objects. - org.eclipse.gef.common.adapt - package org.eclipse.gef.common.adapt
-
This package provides abstractions and implementations related to an enhanced adaptable-pattern.
- org.eclipse.gef.common.adapt.inject - package org.eclipse.gef.common.adapt.inject
-
This package provides support for Google Guice-based injection of adapters.
- org.eclipse.gef.common.beans.binding - package org.eclipse.gef.common.beans.binding
-
This package augments the JavaFX binding API by adding support related to
SetMultimap
andMultiset
. - org.eclipse.gef.common.beans.property - package org.eclipse.gef.common.beans.property
-
This package augments the property API of JavaFX by adding support related to
SetMultimap
andMultiset
. - org.eclipse.gef.common.beans.value - package org.eclipse.gef.common.beans.value
-
This package augments the value API of JavaFX by contributing support for
SetMultimap
andMultiset
. - org.eclipse.gef.common.collections - package org.eclipse.gef.common.collections
-
This package augments the JavaFX collections API with support for
SetMultimap
andMultiset
. - org.eclipse.gef.common.dispose - package org.eclipse.gef.common.dispose
-
This package provides an abstraction for
IDisposable
objects. - org.eclipse.gef.common.reflect - package org.eclipse.gef.common.reflect
-
This package provides utilities related to Java Reflection.
All Classes and Interfaces|All Packages|Constant Field Values