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

S

scope(Key<T>, Provider<T>) - Method in class org.eclipse.gef4.common.inject.AdaptableScope
 
set(int, T) - Method in class org.eclipse.gef4.common.notify.ObservableList
 
setAdaptable(A) - Method in interface org.eclipse.gef4.common.adapt.IAdaptable.Bound
Called by the IAdaptable this IAdaptable.Bound is registered at or unregistered from, in order to establish or remove a back-reference to itself.
setAdapter(Class<? super T>, T) - Method in class org.eclipse.gef4.common.adapt.AdaptableSupport
Registers the given adapter under an AdapterKey, which will use a TypeToken representing the given Class key, i.e. using TypeToken.of(Class), as well as the default role (see AdapterKey.DEFAULT_ROLE.
setAdapter(TypeToken<? super T>, T) - Method in class org.eclipse.gef4.common.adapt.AdaptableSupport
Registers the given adapter under an AdapterKey, which will use the given TypeToken key as well as the default role (see AdapterKey.DEFAULT_ROLE.
setAdapter(AdapterKey<? super T>, T) - Method in class org.eclipse.gef4.common.adapt.AdaptableSupport
Registers the given adapter under the given AdapterKey.
setAdapter(AdapterKey<? super T>, T) - Method in class org.eclipse.gef4.common.adapt.AdapterStore
 
setAdapter(Class<? super T>, T) - Method in class org.eclipse.gef4.common.adapt.AdapterStore
 
setAdapter(TypeToken<? super T>, T) - Method in class org.eclipse.gef4.common.adapt.AdapterStore
 
setAdapter(AdapterKey<? super T>, T) - Method in interface org.eclipse.gef4.common.adapt.IAdaptable
Registers the given adapter under the given AdapterKey.
setAdapter(Class<? super T>, T) - Method in interface org.eclipse.gef4.common.adapt.IAdaptable
Registers the given adapter under an AdapterKey, which will use a TypeToken representing the given Class key, i.e. using TypeToken.of(Class), as well as the default role (see AdapterKey.DEFAULT_ROLE.
setAdapter(TypeToken<? super T>, T) - Method in interface org.eclipse.gef4.common.adapt.IAdaptable
Registers the given adapter under an AdapterKey, which will use the given TypeToken key as well as the default role (see AdapterKey.DEFAULT_ROLE.
setAdapters(Map<AdapterKey<?>, Object>, boolean) - Method in class org.eclipse.gef4.common.adapt.AdaptableSupport
Registers the given adapters under the provided keys by delegating to AdaptableSupport.setAdapter(AdapterKey, Object).
setInjector(Injector) - Method in class org.eclipse.gef4.common.inject.AdaptableTypeListener
In order to work, the AdaptableTypeListener needs to obtain a reference to an Injector, which is forwarded to the AdapterMapInjector, which it registers for any IAdaptable encounters, to obtain the AdapterMap bindings to be injected.
setInjector(Injector) - Method in class org.eclipse.gef4.common.inject.AdapterMapInjector
Sets the Injector, being used for adapter map injection.
setPrivateFieldValue(Object, String, T) - Static method in class org.eclipse.gef4.common.reflect.ReflectionUtils
Sets the value of the specified private field for the given owner to the given value.
setProperty(String, Object) - Method in interface org.eclipse.gef4.common.properties.IPropertyStore
Sets the value of the property specified by name with the passed-in value.
setProperty(String, Object) - Method in class org.eclipse.gef4.common.properties.PropertyStoreSupport
Sets or updates the value of the property with the given name.
switchTo(A) - Method in class org.eclipse.gef4.common.inject.AdaptableScope
Switches this scope to be bound to the given IAdaptable instance, so that the Provider returned by AdaptableScope.scope(Key, Provider) will afterwards return (recycled) instances from the set of scoped objects that is maintained for the respective IAdaptable instance, until the scope is bound to another IAdaptable instance (AdaptableScope.switchTo(IAdaptable)) or left ( AdaptableScope.leave(IAdaptable)) for the given instance.
switchTo(IAdaptable) - Static method in class org.eclipse.gef4.common.inject.AdaptableScopes
Switches the AdaptableScope of all IAdaptable-compliant types (i.e.
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.