Uses of Interface
org.eclipse.emf.common.notify.Adapter

Packages that use Adapter
org.eclipse.emf.common.notify Provides a notification framework. 
org.eclipse.emf.common.notify.impl 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.notify
static interface Adapter.Internal
          An internal interface implemented by adapters.
 

Methods in org.eclipse.emf.common.notify that return Adapter
 Adapter AdapterFactory.adapt(Notifier target, java.lang.Object type)
          Returns either a previously associated adapter or a newly associated adapter, as appropriate.
 Adapter AdapterFactory.adaptNew(Notifier target, java.lang.Object type)
          Creates a new associated adapter of the given type; it may optionally call setTarget on the adapter, and it may optionally add the adapter to the target.eAdapters().
 

Methods in org.eclipse.emf.common.notify that return types with arguments of type Adapter
 EList<Adapter> Notifier.eAdapters()
          Returns list of the adapters associated with this notifier.
 

Uses of Adapter in org.eclipse.emf.common.notify.impl
 

Classes in org.eclipse.emf.common.notify.impl with type parameters of type Adapter
static class BasicNotifierImpl.EAdapterList<E extends Object & Adapter>
           
 

Classes in org.eclipse.emf.common.notify.impl that implement Adapter
 class AdapterImpl
          An extensible adapter implementation.
 class SingletonAdapterImpl
          An 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 Adapter
protected  BasicEList<Adapter> NotifierImpl.eAdapters
          The list of Adapters associated with the notifier.
 

Methods in org.eclipse.emf.common.notify.impl that return Adapter
 Adapter AdapterFactoryImpl.adapt(Notifier target, java.lang.Object type)
           
 Adapter AdapterFactoryImpl.adaptNew(Notifier target, java.lang.Object type)
          Creates an adapter by calling createAdapter(Notifier, Object) and associates it by calling associate.
protected  Adapter AdapterFactoryImpl.createAdapter(Notifier target)
          Creates an AdapterImpl.
protected  Adapter AdapterFactoryImpl.createAdapter(Notifier target, java.lang.Object type)
          Creates an adapter by calling createAdapter(Notifier).
protected  Adapter[] BasicNotifierImpl.eBasicAdapterArray()
          Returns the underlying array of adapters.
 

Methods in org.eclipse.emf.common.notify.impl that return types with arguments of type Adapter
 EList<Adapter> NotifierImpl.eAdapters()
           
 EList<Adapter> BasicNotifierImpl.eAdapters()
           
protected  BasicEList<Adapter> NotifierImpl.eBasicAdapters()
           
protected  BasicEList<Adapter> BasicNotifierImpl.eBasicAdapters()
          Returns the adapter list, even if it is null.
 

Methods in org.eclipse.emf.common.notify.impl with parameters of type Adapter
 void BasicNotifierImpl.EObservableAdapterList.Listener.added(Notifier notifier, Adapter adapter)
          Called when the given adapter is added to the given notifier.
protected  void AdapterFactoryImpl.associate(Adapter adapter, Notifier target)
          Associates an adapter with a notifier by adding it to the target's adapters.
 void BasicNotifierImpl.EObservableAdapterList.Listener.removed(Notifier notifier, Adapter adapter)
          Called when the given adapter is remove from the given notifier.
 



Copyright © 2001-2010 Eclipse Foundation. All Rights Reserved.