Uses of Interface
org.eclipse.emf.common.notify.Adapter
Packages that use Adapter
Package
Description
Provides a notification framework.
Provides a basic implementation of the notification framework.
-
Uses of Adapter in org.eclipse.emf.common.notify
Subinterfaces of Adapter in org.eclipse.emf.common.notifyModifier and TypeInterfaceDescriptionstatic interfaceAn internal interface implemented by adapters.Methods in org.eclipse.emf.common.notify that return AdapterModifier and TypeMethodDescriptionReturns either a previously associated adapter or a newly associated adapter, as appropriate.Creates a new associated adapter of the given type; it may optionally callsetTargeton the adapter, and it may optionally add the adapter to thetarget.eAdapters().Methods in org.eclipse.emf.common.notify that return types with arguments of type Adapter -
Uses of Adapter in org.eclipse.emf.common.notify.impl
Classes in org.eclipse.emf.common.notify.impl with type parameters of type AdapterModifier and TypeClassDescriptionstatic classBasicNotifierImpl.EAdapterList<E extends Object & Adapter>Classes in org.eclipse.emf.common.notify.impl that implement AdapterModifier and TypeClassDescriptionclassAn extensible adapter implementation.classAn alternate, extensible adapter implementation that is well suited to adapt for a number of objects (typically all objects of a given type).Fields in org.eclipse.emf.common.notify.impl with type parameters of type AdapterModifier and TypeFieldDescriptionprotected BasicEList<Adapter>NotifierImpl.eAdaptersThe list ofAdapters associated with the notifier.Methods in org.eclipse.emf.common.notify.impl that return AdapterModifier and TypeMethodDescriptionCreates an adapter by callingcreateAdapter(Notifier, Object)and associates it by callingassociate.protected AdapterAdapterFactoryImpl.createAdapter(Notifier target) Creates anAdapterImpl.protected AdapterAdapterFactoryImpl.createAdapter(Notifier target, Object type) Creates an adapter by callingcreateAdapter(Notifier).protected Adapter[]BasicNotifierImpl.eBasicAdapterArray()Returns the underlying array of adapters.BasicNotifierImpl.EAdapterList.getAdapterForType(Object type) BasicNotifierImpl.EScannableAdapterList.getAdapterForType(Object type) Returns that first adapter in the list for whichisAdapterForType(type)returntrue.Methods in org.eclipse.emf.common.notify.impl that return types with arguments of type AdapterModifier and TypeMethodDescriptionBasicNotifierImpl.eAdapters()NotifierImpl.eAdapters()protected BasicEList<Adapter>BasicNotifierImpl.eBasicAdapters()Returns the adapter list, even if it isnull.protected BasicEList<Adapter>NotifierImpl.eBasicAdapters()Methods in org.eclipse.emf.common.notify.impl with parameters of type AdapterModifier and TypeMethodDescriptionvoidCalled when the given adapter is added to the given notifier.protected voidAssociates an adapter with a notifier by adding it to the target'sadapters.voidCalled when the given adapter is remove from the given notifier.