Index
All Classes and Interfaces|All Packages|Constant Field Values
G
- get() - Method in class org.eclipse.gef.common.beans.binding.MultisetBinding
- get() - Method in class org.eclipse.gef.common.beans.binding.SetMultimapBinding
- get() - Method in class org.eclipse.gef.common.beans.property.MultisetPropertyBase
- get() - Method in class org.eclipse.gef.common.beans.property.SetMultimapPropertyBase
- get(TypeToken<T>) - Static method in class org.eclipse.gef.common.adapt.AdapterKey
-
Creates a new
AdapterKey
for the given type key and theAdapterKey.DEFAULT_ROLE
role, which can be used to retrieve an adapter from an IAdaptable. - get(TypeToken<T>, String) - Static method in class org.eclipse.gef.common.adapt.AdapterKey
-
Creates a new
AdapterKey
for the given key and role, which can be used to retrieve an adapter from an IAdaptable. - get(Class<T>) - Static method in class org.eclipse.gef.common.adapt.AdapterKey
-
Creates a new
AdapterKey
for the given raw type key and theAdapterKey.DEFAULT_ROLE
role, which can be used to retrieve an adapter from an IAdaptable. - get(Class<T>, String) - Static method in class org.eclipse.gef.common.adapt.AdapterKey
-
Creates a new
AdapterKey
for the given key and role. - get(K) - Method in class org.eclipse.gef.common.beans.binding.SetMultimapExpression
- getAdaptable() - Method in interface org.eclipse.gef.common.adapt.IAdaptable.Bound
-
Returns the
IAdaptable
thisIAdaptable.Bound
is currently bound to, ornull
if thisIAdaptable.Bound
is currently not bound to anIAdaptable
. - getAdaptable() - Method in class org.eclipse.gef.common.adapt.IAdaptable.Bound.Impl
-
Gets the value of the property adaptable.
- getAdapter(TypeToken<T>) - Method in class org.eclipse.gef.common.adapt.AdaptableSupport
-
Returns an adapter for the given
TypeToken
key if one can unambiguously be retrieved. - getAdapter(TypeToken<T>) - Method in class org.eclipse.gef.common.adapt.AdapterStore
- getAdapter(TypeToken<T>) - Method in interface org.eclipse.gef.common.adapt.IAdaptable
-
Returns an adapter for the given
TypeToken
key if one can unambiguously be retrieved. - getAdapter(Class<T>) - Method in class org.eclipse.gef.common.adapt.AdaptableSupport
-
Returns an adapter for the given
Class
key if one can unambiguously be retrieved. - getAdapter(Class<T>) - Method in class org.eclipse.gef.common.adapt.AdapterStore
- getAdapter(Class<T>) - Method in interface org.eclipse.gef.common.adapt.IAdaptable
-
Returns an adapter for the given
Class
key if one can unambiguously be retrieved. - getAdapter(AdapterKey<T>) - Method in class org.eclipse.gef.common.adapt.AdaptableSupport
-
Returns an adapter for the given
AdapterKey
if one can unambiguously be retrieved, i.e. if there is only a single adapter registered under a key that 'matches' the givenAdapterKey
. - getAdapter(AdapterKey<T>) - Method in class org.eclipse.gef.common.adapt.AdapterStore
- getAdapter(AdapterKey<T>) - Method in interface org.eclipse.gef.common.adapt.IAdaptable
-
Returns an adapter for the given
AdapterKey
if one can unambiguously be retrieved, i.e. if there is only a single adapter that 'matches' the givenAdapterKey
. - getAdapterKey(T) - Method in class org.eclipse.gef.common.adapt.AdaptableSupport
-
Returns the key under which the given adapter is bound.
- getAdapterKey(T) - Method in class org.eclipse.gef.common.adapt.AdapterStore
- getAdapterKey(T) - Method in interface org.eclipse.gef.common.adapt.IAdaptable
-
Returns the key under which the given adapter is bound.
- getAdapterMapBinder(Binder, Class<? extends IAdaptable>) - Static method in class org.eclipse.gef.common.adapt.inject.AdapterMaps
-
Returns a
MapBinder
, which can be used to define adapter bindings for anIAdaptable
s of the given type. - getAdapterMapBinder(Binder, Class<? extends IAdaptable>, AdapterKey<?>...) - Static method in class org.eclipse.gef.common.adapt.inject.AdapterMaps
-
Returns a
MapBinder
, which can be used to define adapter bindings for anIAdaptable
s of the given type, restricting it further to thoseIAdaptable
s that are themselvesadapted
to anotherIAdaptable
with the specified role. - getAdapters() - Method in class org.eclipse.gef.common.adapt.AdaptableSupport
-
Retrieves all registered adapters, mapped to the respective
AdapterKey
s they are registered. - getAdapters() - Method in class org.eclipse.gef.common.adapt.AdapterStore
-
Gets the value of the property adapters.
- getAdapters() - Method in interface org.eclipse.gef.common.adapt.IAdaptable
-
Returns an unmodifiable
ObservableMap
that contains the registered adapters by their keys. - getAdapters(TypeToken<? super T>) - Method in class org.eclipse.gef.common.adapt.AdaptableSupport
-
Returns all adapters 'matching' the given
TypeToken
key, i.e. all adapters whoseAdapterKey
'sTypeToken
keyAdapterKey.getKey()
) refers to the same or a sub-type or of the givenTypeToken
key. - getAdapters(TypeToken<? super T>) - Method in class org.eclipse.gef.common.adapt.AdapterStore
- getAdapters(TypeToken<? super T>) - Method in interface org.eclipse.gef.common.adapt.IAdaptable
-
Returns all adapters 'matching' the given
TypeToken
key, i.e. all adapters whoseAdapterKey
'sTypeToken
keyAdapterKey.getKey()
) refers to the same or a sub-type or of the givenTypeToken
key. - getAdapters(Class<? super T>) - Method in class org.eclipse.gef.common.adapt.AdaptableSupport
-
Returns all adapters 'matching' the given
Class
key, i.e. all adapters whoseAdapterKey
'sTypeToken
keyAdapterKey.getKey()
) refers to the same or a sub-type of the givenClass
key. - getAdapters(Class<? super T>) - Method in class org.eclipse.gef.common.adapt.AdapterStore
- getAdapters(Class<? super T>) - Method in interface org.eclipse.gef.common.adapt.IAdaptable
-
Returns all adapters 'matching' the given
Class
key, i.e. all adapters whoseAdapterKey
'sTypeToken
keyAdapterKey.getKey()
) refers to the same or a sub-type of the givenClass
key. - getAddCount() - Method in class org.eclipse.gef.common.collections.MultisetChangeListener.Change
-
Returns how often an element has been added in the current elementary sub-change, if one has been added.
- getAddCount() - Method in class org.eclipse.gef.common.collections.MultisetListenerHelper.AtomicChange
- getAddCount() - Method in class org.eclipse.gef.common.collections.MultisetListenerHelper.ElementarySubChange
-
Returns the number of occurrences that have been added for the respective element as part of this elementary sub-change.
- getAdded() - Method in class org.eclipse.gef.common.collections.ListListenerHelperEx.ElementarySubChange
-
Returns the elements that were added by this change.
- getAddedSize() - Method in class org.eclipse.gef.common.collections.ListListenerHelperEx.AtomicChange
- getAddedSubList() - Method in class org.eclipse.gef.common.collections.ListListenerHelperEx.AtomicChange
- getBean() - Method in class org.eclipse.gef.common.beans.property.SimpleMultisetProperty
- getBean() - Method in class org.eclipse.gef.common.beans.property.SimpleSetMultimapProperty
- getDependencies() - Method in class org.eclipse.gef.common.beans.binding.MultisetBinding
- getDependencies() - Method in class org.eclipse.gef.common.beans.binding.SetMultimapBinding
- getElement() - Method in class org.eclipse.gef.common.collections.MultisetChangeListener.Change
-
Retrieves the element that was altered in the current elementary sub-change.
- getElement() - Method in class org.eclipse.gef.common.collections.MultisetListenerHelper.AtomicChange
- getElement() - Method in class org.eclipse.gef.common.collections.MultisetListenerHelper.ElementarySubChange
-
Returns the element that has been altered by this elementary sub-change.
- getElementAdded() - Method in class org.eclipse.gef.common.collections.SetListenerHelperEx.AtomicChange
- getElementaryChanges(ListChangeListener.Change<? extends E>) - Static method in class org.eclipse.gef.common.collections.ListListenerHelperEx
-
Infers the elementary changes constituting the change of the
ObservableList
. - getElementRemoved() - Method in class org.eclipse.gef.common.collections.SetListenerHelperEx.AtomicChange
- getFrom() - Method in class org.eclipse.gef.common.collections.ListListenerHelperEx.AtomicChange
- getFrom() - Method in class org.eclipse.gef.common.collections.ListListenerHelperEx.ElementarySubChange
-
Returns the index at which elements were added/removed/re-ordered.
- getKey() - Method in class org.eclipse.gef.common.adapt.AdapterKey
-
Returns the key used by this
AdapterKey
. - getKey() - Method in class org.eclipse.gef.common.collections.MapListenerHelperEx.AtomicChange
- getKey() - Method in class org.eclipse.gef.common.collections.SetMultimapChangeListener.Change
-
The key associated with the current elementary sub-change.
- getKey() - Method in class org.eclipse.gef.common.collections.SetMultimapListenerHelper.AtomicChange
- getKey() - Method in class org.eclipse.gef.common.collections.SetMultimapListenerHelper.ElementarySubChange
-
Returns the key that was modified in this elementary sub-change, i.e.
- getKind() - Method in class org.eclipse.gef.common.collections.ListListenerHelperEx.ElementarySubChange
-
Returns the kind of change.
- getMultiset() - Method in class org.eclipse.gef.common.collections.MultisetChangeListener.Change
-
The source
ObservableMultiset
this atomic change is associated with. - getName() - Method in class org.eclipse.gef.common.beans.property.SimpleMultisetProperty
- getName() - Method in class org.eclipse.gef.common.beans.property.SimpleSetMultimapProperty
- getPermutation() - Method in class org.eclipse.gef.common.collections.ListListenerHelperEx.AtomicChange
- getPermutation() - Method in class org.eclipse.gef.common.collections.ListListenerHelperEx.ElementarySubChange
-
Returns a mapping of previous indexes to current ones
- getPermutation(int) - Method in class org.eclipse.gef.common.collections.ListListenerHelperEx.AtomicChange
- getPermutation(ListChangeListener.Change<? extends E>) - Static method in class org.eclipse.gef.common.collections.CollectionUtils
-
Computes the permutation for the given
ListChangeListener.Change
. - getPreviousContents() - Method in class org.eclipse.gef.common.collections.ListListenerHelperEx.AtomicChange
-
Returns the previous contents of the observable list before the change was applied.
- getPreviousContents() - Method in class org.eclipse.gef.common.collections.MultisetChangeListener.Change
-
Returns an unmodifiable
Multiset
that contains the previous contents of the sourceObservableMultiset
before the atomic change was applied. - getPreviousContents() - Method in class org.eclipse.gef.common.collections.MultisetListenerHelper.AtomicChange
- getPreviousContents() - Method in class org.eclipse.gef.common.collections.SetMultimapChangeListener.Change
-
Returns an unmodifiable
SetMultimap
that contains the previous contents of the sourceObservableSetMultimap
before the atomic change was applied. - getPreviousContents() - Method in class org.eclipse.gef.common.collections.SetMultimapListenerHelper.AtomicChange
- getPreviousContents(ListChangeListener.Change<E>) - Static method in class org.eclipse.gef.common.collections.CollectionUtils
-
Computes the previous contents of the source
ObservableList
before the givenListChangeListener.Change
was applied. - getPrivateFieldValue(Object, String) - Static method in class org.eclipse.gef.common.reflect.ReflectionUtils
-
Returns the value of the specified private field for the given owner.
- getReadOnlyProperty() - Method in class org.eclipse.gef.common.beans.property.ReadOnlyListWrapperEx
- getReadOnlyProperty() - Method in class org.eclipse.gef.common.beans.property.ReadOnlyMapWrapperEx
-
Returns the readonly property, that is synchronized with this
ReadOnlyMapWrapper
. - getReadOnlyProperty() - Method in class org.eclipse.gef.common.beans.property.ReadOnlyMultisetWrapper
-
Returns the read-only
Property
, whose value is synchronized with thisReadOnlyMultisetWrapper
. - getReadOnlyProperty() - Method in class org.eclipse.gef.common.beans.property.ReadOnlySetMultimapWrapper
-
Returns the read-only
Property
, whose value is synchronized with thisReadOnlySetMultimapWrapper
. - getReadOnlyProperty() - Method in class org.eclipse.gef.common.beans.property.ReadOnlySetWrapperEx
- getRemoveCount() - Method in class org.eclipse.gef.common.collections.MultisetChangeListener.Change
-
Returns how often an element has been removed in the current elementary sub-change, if one has been removed.
- getRemoveCount() - Method in class org.eclipse.gef.common.collections.MultisetListenerHelper.AtomicChange
- getRemoveCount() - Method in class org.eclipse.gef.common.collections.MultisetListenerHelper.ElementarySubChange
-
Returns the number of occurrences that have been removed for the respective element as part of this elementary sub-change.
- getRemoved() - Method in class org.eclipse.gef.common.collections.ListListenerHelperEx.AtomicChange
- getRemoved() - Method in class org.eclipse.gef.common.collections.ListListenerHelperEx.ElementarySubChange
-
Returns the elements that were removed by this change.
- getRemovedSize() - Method in class org.eclipse.gef.common.collections.ListListenerHelperEx.AtomicChange
- getRole() - Method in class org.eclipse.gef.common.adapt.AdapterKey
-
Returns the role used by this
AdapterKey
. - getSetMultimap() - Method in class org.eclipse.gef.common.collections.SetMultimapChangeListener.Change
-
The source
ObservableSetMultimap
this (atomic) change is associated with. - getSource() - Method in class org.eclipse.gef.common.collections.ListListenerHelperEx
-
Returns the source
ObservableList
thisListListenerHelperEx
is bound to, which is used in change notifications. - getSource() - Method in class org.eclipse.gef.common.collections.MapListenerHelperEx
-
Returns the source
ObservableMap
thisMapListenerHelperEx
is bound to, which is used in change notifications. - getSource() - Method in class org.eclipse.gef.common.collections.MultisetListenerHelper
-
Returns the source
ObservableMultiset
thisMultisetListenerHelper
is bound to, which is used in change notifications. - getSource() - Method in class org.eclipse.gef.common.collections.SetListenerHelperEx
-
Returns the source
ObservableSet
thisSetListenerHelperEx
is bound to, which is used in change notifications. - getSource() - Method in class org.eclipse.gef.common.collections.SetMultimapListenerHelper
-
Returns the source
ObservableSetMultimap
thisSetMultimapListenerHelper
is bound to, which is used in change notifications. - getTo() - Method in class org.eclipse.gef.common.collections.ListListenerHelperEx.AtomicChange
- getTo() - Method in class org.eclipse.gef.common.collections.ListListenerHelperEx.ElementarySubChange
-
Returns the index up to which (excluding) elements were added/removed/re-ordered.
- getValue() - Method in class org.eclipse.gef.common.beans.binding.MultisetExpression
- getValue() - Method in class org.eclipse.gef.common.beans.binding.SetMultimapExpression
- getValueAdded() - Method in class org.eclipse.gef.common.collections.MapListenerHelperEx.AtomicChange
- getValueRemoved() - Method in class org.eclipse.gef.common.collections.MapListenerHelperEx.AtomicChange
- getValuesAdded() - Method in class org.eclipse.gef.common.collections.SetMultimapChangeListener.Change
-
Retrieves the values that were added for the given key in the current elementary sub-change.
- getValuesAdded() - Method in class org.eclipse.gef.common.collections.SetMultimapListenerHelper.AtomicChange
- getValuesAdded() - Method in class org.eclipse.gef.common.collections.SetMultimapListenerHelper.ElementarySubChange
-
Returns the values added by this elementary sub-change.
- getValuesRemoved() - Method in class org.eclipse.gef.common.collections.SetMultimapChangeListener.Change
-
Retrieves the values that were removed for the given key in the current elementary sub-change.
- getValuesRemoved() - Method in class org.eclipse.gef.common.collections.SetMultimapListenerHelper.AtomicChange
- getValuesRemoved() - Method in class org.eclipse.gef.common.collections.SetMultimapListenerHelper.ElementarySubChange
-
Returns the values removed by this elementary sub-change.
All Classes and Interfaces|All Packages|Constant Field Values