Skip navigation links
GEF4 Common
0.2.0.201509140217
A C D E G H I L N O P R S T U 

G

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.
get(Class<T>) - Static method in class org.eclipse.gef4.common.adapt.AdapterKey
Creates a new AdapterKey for the given key and the AdapterKey.DEFAULT_ROLE role.
get(TypeToken<T>) - Static method in class org.eclipse.gef4.common.adapt.AdapterKey
Creates a new AdapterKey for the given key and the AdapterKey.DEFAULT_ROLE role.
getAdaptable() - Method in interface org.eclipse.gef4.common.adapt.IAdaptable.Bound
Returns the IAdaptable this IAdaptable.Bound is currently bound to, or null if this IAdaptable.Bound is currently not bound to an IAdaptable.
getAdapter(AdapterKey<? super 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<? super 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<? super 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<? super T>) - Method in class org.eclipse.gef4.common.adapt.AdapterStore
 
getAdapter(Class<? super T>) - Method in class org.eclipse.gef4.common.adapt.AdapterStore
 
getAdapter(TypeToken<? super T>) - Method in class org.eclipse.gef4.common.adapt.AdapterStore
 
getAdapter(AdapterKey<? super 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<? super 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<? super 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.inject.AdapterMaps
Returns a MapBinder, which is bound to an AdapterMap annotation of the given type.
getAdapters() - Method in class org.eclipse.gef4.common.adapt.AdaptableSupport
Retrieves all registered adapters, mapped to the respective AdapterKeys 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(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(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)).
getBackingListCopy() - Method in class org.eclipse.gef4.common.notify.ObservableList
Returns a copy of the backing list.
getBackingMapCopy() - Method in class org.eclipse.gef4.common.notify.ObservableMap
Returns a copy of the backing map.
getKey() - Method in class org.eclipse.gef4.common.adapt.AdapterKey
Returns the key used by this AdapterKey.
getPolymorphicAdapterMapBindings(Class<?>, Method, AdapterMap) - Method in class org.eclipse.gef4.common.inject.AdapterMapInjector
Retrieves all adapter map bindings where the adaptable type of the map binding is a true super type or true super interface of the one referred to in the given method annotation, and assignable from the given adaptable type.
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.
getProperty(String) - Method in interface org.eclipse.gef4.common.properties.IPropertyStore
Returns the value of the property specified by name.
getProperty(String) - Method in class org.eclipse.gef4.common.properties.PropertyStoreSupport
Retrieves the value of the property with the given name.
getRole() - Method in class org.eclipse.gef4.common.adapt.AdapterKey
Returns the role used by this AdapterKey.
A C D E G H I L N O P R S T U 
Skip navigation links
GEF4 Common
0.2.0.201509140217

Copyright (c) 2014 itemis AG and others. All rights reserved.