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 newAdapterKeyfor the given type key and theAdapterKey.DEFAULT_ROLErole, 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 newAdapterKeyfor 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 newAdapterKeyfor the given raw type key and theAdapterKey.DEFAULT_ROLErole, 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 newAdapterKeyfor 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 theIAdaptablethisIAdaptable.Boundis currently bound to, ornullif thisIAdaptable.Boundis 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 givenTypeTokenkey 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 givenTypeTokenkey if one can unambiguously be retrieved.
- getAdapter(Class<T>) - Method in class org.eclipse.gef.common.adapt.AdaptableSupport
- 
Returns an adapter for the givenClasskey 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 givenClasskey if one can unambiguously be retrieved.
- getAdapter(AdapterKey<T>) - Method in class org.eclipse.gef.common.adapt.AdaptableSupport
- 
Returns an adapter for the givenAdapterKeyif 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 givenAdapterKeyif 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 aMapBinder, which can be used to define adapter bindings for anIAdaptables of the given type.
- getAdapterMapBinder(Binder, Class<? extends IAdaptable>, AdapterKey<?>...) - Static method in class org.eclipse.gef.common.adapt.inject.AdapterMaps
- 
Returns aMapBinder, which can be used to define adapter bindings for anIAdaptables of the given type, restricting it further to thoseIAdaptables that are themselvesadaptedto anotherIAdaptablewith the specified role.
- getAdapters() - Method in class org.eclipse.gef.common.adapt.AdaptableSupport
- 
Retrieves all registered adapters, mapped to the respectiveAdapterKeys 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 unmodifiableObservableMapthat 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 givenTypeTokenkey, i.e. all adapters whoseAdapterKey'sTypeTokenkeyAdapterKey.getKey()) refers to the same or a sub-type or of the givenTypeTokenkey.
- 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 givenTypeTokenkey, i.e. all adapters whoseAdapterKey'sTypeTokenkeyAdapterKey.getKey()) refers to the same or a sub-type or of the givenTypeTokenkey.
- getAdapters(Class<? super T>) - Method in class org.eclipse.gef.common.adapt.AdaptableSupport
- 
Returns all adapters 'matching' the givenClasskey, i.e. all adapters whoseAdapterKey'sTypeTokenkeyAdapterKey.getKey()) refers to the same or a sub-type of the givenClasskey.
- 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 givenClasskey, i.e. all adapters whoseAdapterKey'sTypeTokenkeyAdapterKey.getKey()) refers to the same or a sub-type of the givenClasskey.
- 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 theObservableList.
- 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 thisAdapterKey.
- 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 sourceObservableMultisetthis 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 givenListChangeListener.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 unmodifiableMultisetthat contains the previous contents of the sourceObservableMultisetbefore 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 unmodifiableSetMultimapthat contains the previous contents of the sourceObservableSetMultimapbefore 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 sourceObservableListbefore the givenListChangeListener.Changewas 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 thisReadOnlyMapWrapper.
- getReadOnlyProperty() - Method in class org.eclipse.gef.common.beans.property.ReadOnlyMultisetWrapper
- 
Returns the read-onlyProperty, whose value is synchronized with thisReadOnlyMultisetWrapper.
- getReadOnlyProperty() - Method in class org.eclipse.gef.common.beans.property.ReadOnlySetMultimapWrapper
- 
Returns the read-onlyProperty, 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 thisAdapterKey.
- getSetMultimap() - Method in class org.eclipse.gef.common.collections.SetMultimapChangeListener.Change
- 
The sourceObservableSetMultimapthis (atomic) change is associated with.
- getSource() - Method in class org.eclipse.gef.common.collections.ListListenerHelperEx
- 
Returns the sourceObservableListthisListListenerHelperExis bound to, which is used in change notifications.
- getSource() - Method in class org.eclipse.gef.common.collections.MapListenerHelperEx
- 
Returns the sourceObservableMapthisMapListenerHelperExis bound to, which is used in change notifications.
- getSource() - Method in class org.eclipse.gef.common.collections.MultisetListenerHelper
- 
Returns the sourceObservableMultisetthisMultisetListenerHelperis bound to, which is used in change notifications.
- getSource() - Method in class org.eclipse.gef.common.collections.SetListenerHelperEx
- 
Returns the sourceObservableSetthisSetListenerHelperExis bound to, which is used in change notifications.
- getSource() - Method in class org.eclipse.gef.common.collections.SetMultimapListenerHelper
- 
Returns the sourceObservableSetMultimapthisSetMultimapListenerHelperis 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