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

Packages that use Notifier
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 Notifier in org.eclipse.emf.common.notify
 

Methods in org.eclipse.emf.common.notify that return Notifier
 Notifier Adapter.getTarget()
          Returns the target from which the adapter receives notification.
 

Methods in org.eclipse.emf.common.notify with parameters of type Notifier
 Adapter AdapterFactory.adapt(Notifier target, java.lang.Object type)
          Returns either a previously associated adapter or a newly associated adapter, as appropriate.
 void AdapterFactory.adaptAllNew(Notifier notifier)
          Creates a new associated adapter of each type of adapter supported by this factory, as necessary.
 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().
 void Adapter.setTarget(Notifier newTarget)
          Sets the target from which the adapter will receive notification.
 void Adapter.Internal.unsetTarget(Notifier oldTarget)
          Unsets the target from which the adapter will receive notification.
 

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

Classes in org.eclipse.emf.common.notify.impl that implement Notifier
 class BasicNotifierImpl
          An extensible notifier implementation.
 class NotifierImpl
          An extensible notifier implementation.
 

Fields in org.eclipse.emf.common.notify.impl declared as Notifier
protected  Notifier BasicNotifierImpl.EAdapterList.notifier
           
protected  Notifier AdapterImpl.target
          The last notifier set to this adapter.
 

Fields in org.eclipse.emf.common.notify.impl with type parameters of type Notifier
protected  java.util.List<Notifier> SingletonAdapterImpl.targets
          The list of all the targets to which this adapter is set.
 

Methods in org.eclipse.emf.common.notify.impl that return Notifier
 Notifier SingletonAdapterImpl.getTarget()
           
 Notifier AdapterImpl.getTarget()
           
 

Methods in org.eclipse.emf.common.notify.impl with parameters of type Notifier
 Adapter AdapterFactoryImpl.adapt(Notifier target, java.lang.Object type)
           
 void AdapterFactoryImpl.adaptAllNew(Notifier target)
          Creates an adapter by calling createAdapter(Notifier) and associates it by calling associate.
 Adapter AdapterFactoryImpl.adaptNew(Notifier target, java.lang.Object type)
          Creates an adapter by calling createAdapter(Notifier, Object) and associates it by calling associate.
 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.
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).
 void BasicNotifierImpl.EObservableAdapterList.Listener.removed(Notifier notifier, Adapter adapter)
          Called when the given adapter is remove from the given notifier.
 void SingletonAdapterImpl.setTarget(Notifier target)
           
 void AdapterImpl.setTarget(Notifier newTarget)
           
 void SingletonAdapterImpl.unsetTarget(Notifier target)
           
 void AdapterImpl.unsetTarget(Notifier oldTarget)
           
 

Constructors in org.eclipse.emf.common.notify.impl with parameters of type Notifier
BasicNotifierImpl.EAdapterList(Notifier notifier)
           
 



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