- get(Class<T>, String) - Static method in class org.eclipse.gef4.common.adapt.AdapterKey
-
Creates a new
AdapterKey
for the given key and role.
- get(TypeToken<T>, String) - Static method in class org.eclipse.gef4.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.gef4.common.adapt.AdapterKey
-
- get(TypeToken<T>) - Static method in class org.eclipse.gef4.common.adapt.AdapterKey
-
- get() - Method in class org.eclipse.gef4.common.beans.binding.MultisetBinding
-
- get() - Method in class org.eclipse.gef4.common.beans.binding.SetMultimapBinding
-
- get(K) - Method in class org.eclipse.gef4.common.beans.binding.SetMultimapExpression
-
- get() - Method in class org.eclipse.gef4.common.beans.property.MultisetPropertyBase
-
- get() - Method in class org.eclipse.gef4.common.beans.property.SetMultimapPropertyBase
-
- getAdaptable() - Method in interface org.eclipse.gef4.common.adapt.IAdaptable.Bound
-
- getAdapter(AdapterKey<T>) - Method in class org.eclipse.gef4.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 given
AdapterKey
.
- getAdapter(Class<T>) - Method in class org.eclipse.gef4.common.adapt.AdaptableSupport
-
Returns an adapter for the given Class
key if one can
unambiguously be retrieved.
- getAdapter(TypeToken<T>) - Method in class org.eclipse.gef4.common.adapt.AdaptableSupport
-
Returns an adapter for the given TypeToken
key if one can
unambiguously be retrieved.
- getAdapter(AdapterKey<T>) - Method in class org.eclipse.gef4.common.adapt.AdapterStore
-
- getAdapter(Class<T>) - Method in class org.eclipse.gef4.common.adapt.AdapterStore
-
- getAdapter(TypeToken<T>) - Method in class org.eclipse.gef4.common.adapt.AdapterStore
-
- getAdapter(AdapterKey<T>) - Method in interface org.eclipse.gef4.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 given
AdapterKey
.
- getAdapter(Class<T>) - Method in interface org.eclipse.gef4.common.adapt.IAdaptable
-
Returns an adapter for the given Class
key if one can
unambiguously be retrieved.
- getAdapter(TypeToken<T>) - Method in interface org.eclipse.gef4.common.adapt.IAdaptable
-
Returns an adapter for the given TypeToken
key if one can
unambiguously be retrieved.
- getAdapterMapBinder(Binder, Class<? extends IAdaptable>) - Static method in class org.eclipse.gef4.common.adapt.inject.AdapterMaps
-
Returns a
MapBinder
, which is bound to an
AdapterMap
annotation of the given type, and can thus be used to specify adapter
that are to injected into
IAdaptable
s of the respective type.
- getAdapters() - Method in class org.eclipse.gef4.common.adapt.AdaptableSupport
-
Retrieves all registered adapters, mapped to the respective
AdapterKey
s they are registered.
- getAdapters(Class<? super T>) - Method in class org.eclipse.gef4.common.adapt.AdaptableSupport
-
Returns all adapters 'matching' the given
Class
key, i.e. all
adapters whose
AdapterKey
's
TypeToken
key
AdapterKey.getKey()
) refers to the same or a sub-type of the
given
Class
key (see
TypeToken.isAssignableFrom(Type)
).
- getAdapters(TypeToken<? super T>) - Method in class org.eclipse.gef4.common.adapt.AdaptableSupport
-
Returns all adapters 'matching' the given
TypeToken
key, i.e. all
adapters whose
AdapterKey
's
TypeToken
key
AdapterKey.getKey()
) refers to the same or a sub-type or of the
given
TypeToken
key (see
TypeToken.isAssignableFrom(TypeToken)
).
- getAdapters(Class<? super T>) - Method in class org.eclipse.gef4.common.adapt.AdapterStore
-
- getAdapters(TypeToken<? super T>) - Method in class org.eclipse.gef4.common.adapt.AdapterStore
-
- getAdapters() - Method in class org.eclipse.gef4.common.adapt.AdapterStore
-
Gets the value of the property adapters.
- getAdapters(Class<? super T>) - Method in interface org.eclipse.gef4.common.adapt.IAdaptable
-
Returns all adapters 'matching' the given
Class
key, i.e. all
adapters whose
AdapterKey
's
TypeToken
key
AdapterKey.getKey()
) refers to the same or a sub-type of the
given
Class
key (see
TypeToken.isAssignableFrom(Type)
).
- getAdapters() - Method in interface org.eclipse.gef4.common.adapt.IAdaptable
-
Returns an unmodifiable ObservableMap
that contains the
registered adapters by their keys.
- getAdapters(TypeToken<? super T>) - Method in interface org.eclipse.gef4.common.adapt.IAdaptable
-
Returns all adapters 'matching' the given
TypeToken
key, i.e. all
adapters whose
AdapterKey
's
TypeToken
key
AdapterKey.getKey()
) refers to the same or a sub-type or of the
given
TypeToken
key (see
TypeToken.isAssignableFrom(TypeToken)
).
- getAddCount() - Method in class org.eclipse.gef4.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.gef4.common.collections.MultisetListenerHelper.AtomicChange
-
- getAddCount() - Method in class org.eclipse.gef4.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.gef4.common.collections.ListListenerHelperEx.ElementarySubChange
-
Returns the elements that were added by this change.
- getAddedSize() - Method in class org.eclipse.gef4.common.collections.ListListenerHelperEx.AtomicChange
-
- getAddedSubList() - Method in class org.eclipse.gef4.common.collections.ListListenerHelperEx.AtomicChange
-
- getApplicableAdapterMapBindings(Class<?>) - Method in class org.eclipse.gef4.common.adapt.inject.AdapterInjector
-
Retrieves all adapter map bindings where the adaptable type of the map
binding is the same or a super type or super interface of the one
referred to in the given method annotation, and assignable from the given
adaptable type.
- getBean() - Method in class org.eclipse.gef4.common.beans.property.SimpleMultisetProperty
-
- getBean() - Method in class org.eclipse.gef4.common.beans.property.SimpleSetMultimapProperty
-
- getDependencies() - Method in class org.eclipse.gef4.common.beans.binding.MultisetBinding
-
- getDependencies() - Method in class org.eclipse.gef4.common.beans.binding.SetMultimapBinding
-
- getElement() - Method in class org.eclipse.gef4.common.collections.MultisetChangeListener.Change
-
Retrieves the element that was altered in the current elementary
sub-change.
- getElement() - Method in class org.eclipse.gef4.common.collections.MultisetListenerHelper.AtomicChange
-
- getElement() - Method in class org.eclipse.gef4.common.collections.MultisetListenerHelper.ElementarySubChange
-
Returns the element that has been altered by this elementary
sub-change.
- getElementAdded() - Method in class org.eclipse.gef4.common.collections.SetListenerHelperEx.AtomicChange
-
- getElementaryChanges(ListChangeListener.Change<? extends E>) - Static method in class org.eclipse.gef4.common.collections.ListListenerHelperEx
-
Infers the elementary changes constituting the change of the
ObservableList
.
- getElementRemoved() - Method in class org.eclipse.gef4.common.collections.SetListenerHelperEx.AtomicChange
-
- getFrom() - Method in class org.eclipse.gef4.common.collections.ListListenerHelperEx.AtomicChange
-
- getFrom() - Method in class org.eclipse.gef4.common.collections.ListListenerHelperEx.ElementarySubChange
-
Returns the index at which elements were added/removed/re-ordered.
- getKey() - Method in class org.eclipse.gef4.common.adapt.AdapterKey
-
- getKey() - Method in class org.eclipse.gef4.common.collections.MapListenerHelperEx.AtomicChange
-
- getKey() - Method in class org.eclipse.gef4.common.collections.SetMultimapChangeListener.Change
-
The key associated with the current elementary sub-change.
- getKey() - Method in class org.eclipse.gef4.common.collections.SetMultimapListenerHelper.AtomicChange
-
- getKey() - Method in class org.eclipse.gef4.common.collections.SetMultimapListenerHelper.ElementarySubChange
-
Returns the key that was modified in this elementary sub-change, i.e.
- getKind() - Method in class org.eclipse.gef4.common.collections.ListListenerHelperEx.ElementarySubChange
-
Returns the kind of change.
- getMultiset() - Method in class org.eclipse.gef4.common.collections.MultisetChangeListener.Change
-
- getName() - Method in class org.eclipse.gef4.common.beans.property.SimpleMultisetProperty
-
- getName() - Method in class org.eclipse.gef4.common.beans.property.SimpleSetMultimapProperty
-
- getPermutation(ListChangeListener.Change<? extends E>) - Static method in class org.eclipse.gef4.common.collections.CollectionUtils
-
Computes the permutation for the given ListChangeListener.Change
.
- getPermutation() - Method in class org.eclipse.gef4.common.collections.ListListenerHelperEx.AtomicChange
-
- getPermutation(int) - Method in class org.eclipse.gef4.common.collections.ListListenerHelperEx.AtomicChange
-
- getPermutation() - Method in class org.eclipse.gef4.common.collections.ListListenerHelperEx.ElementarySubChange
-
Returns a mapping of previous indexes to current ones
- getPreviousContents(ListChangeListener.Change<E>) - Static method in class org.eclipse.gef4.common.collections.CollectionUtils
-
Computes the previous contents of the source ObservableList
before the given ListChangeListener.Change
was
applied.
- getPreviousContents() - Method in class org.eclipse.gef4.common.collections.ListListenerHelperEx.AtomicChange
-
Returns the previous contents of the observable list before the
change was applied.
- getPreviousContents() - Method in class org.eclipse.gef4.common.collections.MultisetChangeListener.Change
-
Returns an unmodifiable
Multiset
that contains the previous
contents of the source
ObservableMultiset
before the atomic
change was applied.
- getPreviousContents() - Method in class org.eclipse.gef4.common.collections.MultisetListenerHelper.AtomicChange
-
- getPreviousContents() - Method in class org.eclipse.gef4.common.collections.SetMultimapChangeListener.Change
-
Returns an unmodifiable
SetMultimap
that contains the
previous contents of the source
ObservableSetMultimap
before
the atomic change was applied.
- getPreviousContents() - Method in class org.eclipse.gef4.common.collections.SetMultimapListenerHelper.AtomicChange
-
- getPrivateField(Object, String) - Static method in class org.eclipse.gef4.common.reflect.ReflectionUtils
-
Tries to find the field specified by fieldName in the class
hierarchy of the given owner.
- getPrivateFieldValue(Object, String) - Static method in class org.eclipse.gef4.common.reflect.ReflectionUtils
-
Returns the value of the specified private field for the given
owner.
- getReadOnlyProperty() - Method in class org.eclipse.gef4.common.beans.property.ReadOnlyListWrapperEx
-
- getReadOnlyProperty() - Method in class org.eclipse.gef4.common.beans.property.ReadOnlyMapWrapperEx
-
Returns the readonly property, that is synchronized with this
ReadOnlyMapWrapper
.
- getReadOnlyProperty() - Method in class org.eclipse.gef4.common.beans.property.ReadOnlyMultisetWrapper
-
- getReadOnlyProperty() - Method in class org.eclipse.gef4.common.beans.property.ReadOnlySetMultimapWrapper
-
- getRemoveCount() - Method in class org.eclipse.gef4.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.gef4.common.collections.MultisetListenerHelper.AtomicChange
-
- getRemoveCount() - Method in class org.eclipse.gef4.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.gef4.common.collections.ListListenerHelperEx.AtomicChange
-
- getRemoved() - Method in class org.eclipse.gef4.common.collections.ListListenerHelperEx.ElementarySubChange
-
Returns the elements that were removed by this change.
- getRemovedSize() - Method in class org.eclipse.gef4.common.collections.ListListenerHelperEx.AtomicChange
-
- getRole() - Method in class org.eclipse.gef4.common.adapt.AdapterKey
-
- getSetMultimap() - Method in class org.eclipse.gef4.common.collections.SetMultimapChangeListener.Change
-
- getSource() - Method in class org.eclipse.gef4.common.collections.ListListenerHelperEx
-
Returns the source
ObservableList
this
ListListenerHelperEx
is bound to, which is used in change
notifications.
- getSource() - Method in class org.eclipse.gef4.common.collections.MapListenerHelperEx
-
Returns the source
ObservableMap
this
MapListenerHelperEx
is bound to, which is used in change notifications.
- getSource() - Method in class org.eclipse.gef4.common.collections.MultisetListenerHelper
-
- getSource() - Method in class org.eclipse.gef4.common.collections.SetListenerHelperEx
-
Returns the source
ObservableSet
this
SetListenerHelperEx
is bound to, which is used in change notifications.
- getSource() - Method in class org.eclipse.gef4.common.collections.SetMultimapListenerHelper
-
- getTo() - Method in class org.eclipse.gef4.common.collections.ListListenerHelperEx.AtomicChange
-
- getTo() - Method in class org.eclipse.gef4.common.collections.ListListenerHelperEx.ElementarySubChange
-
Returns the index up to which (excluding) elements were
added/removed/re-ordered.
- getValue() - Method in class org.eclipse.gef4.common.beans.binding.MultisetExpression
-
- getValue() - Method in class org.eclipse.gef4.common.beans.binding.SetMultimapExpression
-
- getValueAdded() - Method in class org.eclipse.gef4.common.collections.MapListenerHelperEx.AtomicChange
-
- getValueRemoved() - Method in class org.eclipse.gef4.common.collections.MapListenerHelperEx.AtomicChange
-
- getValuesAdded() - Method in class org.eclipse.gef4.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.gef4.common.collections.SetMultimapListenerHelper.AtomicChange
-
- getValuesAdded() - Method in class org.eclipse.gef4.common.collections.SetMultimapListenerHelper.ElementarySubChange
-
Returns the values added by this elementary sub-change.
- getValuesRemoved() - Method in class org.eclipse.gef4.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.gef4.common.collections.SetMultimapListenerHelper.AtomicChange
-
- getValuesRemoved() - Method in class org.eclipse.gef4.common.collections.SetMultimapListenerHelper.ElementarySubChange
-
Returns the values removed by this elementary sub-change.