org.eclipse.emf.facet.efacet.provider
Class EFacetItemProviderAdapterFactory

java.lang.Object
  extended by EFacetAdapterFactory
      extended by org.eclipse.emf.facet.efacet.provider.EFacetItemProviderAdapterFactory

Deprecated. use the new eFacet metamodel in org.eclipse.emf.facet.efacet.metamodel. Cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=373672

@Deprecated
public class EFacetItemProviderAdapterFactory
extends EFacetAdapterFactory

This is the factory that is used to provide the interfaces needed to support Viewers. The adapters generated by this factory convert EMF adapter notifications into calls to fireNotifyChanged. The adapters also support Eclipse property sheets. Note that most of the adapters are shared among multiple instances.

Generated:

Constructor Summary
EFacetItemProviderAdapterFactory()
          Deprecated. This constructs an instance.
 
Method Summary
 Adapter adapt(Notifier notifier, java.lang.Object type)
          Deprecated. This implementation substitutes the factory itself as the key for the adapter.
 void addListener(INotifyChangedListener notifyChangedListener)
          Deprecated. This adds a listener.
 Adapter createCategoryAdapter()
          Deprecated. This creates an adapter for a Category.
 Adapter createFacetAdapter()
          Deprecated. This creates an adapter for a Facet.
 Adapter createFacetAttributeAdapter()
          Deprecated. This creates an adapter for a FacetAttribute.
 Adapter createFacetOperationAdapter()
          Deprecated. This creates an adapter for a FacetOperation.
 Adapter createFacetReferenceAdapter()
          Deprecated. This creates an adapter for a FacetReference.
 Adapter createFacetSetAdapter()
          Deprecated. This creates an adapter for a FacetSet.
 Adapter createLiteralAdapter()
          Deprecated. This creates an adapter for a Literal.
 Adapter createOppositeReferenceAdapter()
          Deprecated. This creates an adapter for a OppositeReference.
 Adapter createParameterAdapter()
          Deprecated. This creates an adapter for a Parameter.
 Adapter createParameterValueAdapter()
          Deprecated. This creates an adapter for a ParameterValue.
 Adapter createQueryContextAdapter()
          Deprecated. This creates an adapter for a QueryContext.
 Adapter createQueryResultAdapter()
          Deprecated. This creates an adapter for a QueryResult.
 Adapter createQuerySetAdapter()
          Deprecated. This creates an adapter for a QuerySet.
 Adapter createTypedElementRefAdapter()
          Deprecated. This creates an adapter for a TypedElementRef.
 void dispose()
          Deprecated. This disposes all of the item providers created by this factory.
 void fireNotifyChanged(Notification notification)
          Deprecated. This delegates to changeNotifier and to parentAdapterFactory.
 java.util.List<IChildCreationExtender> getChildCreationExtenders()
          Deprecated.  
 java.util.Collection<?> getNewChildDescriptors(java.lang.Object object, EditingDomain editingDomain)
          Deprecated.  
 ResourceLocator getResourceLocator()
          Deprecated.  
 ComposeableAdapterFactory getRootAdapterFactory()
          Deprecated. This returns the root adapter factory that contains this factory.
 boolean isFactoryForType(java.lang.Object type)
          Deprecated.  
 void removeListener(INotifyChangedListener notifyChangedListener)
          Deprecated. This removes a listener.
 void setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
          Deprecated. This sets the composed adapter factory that contains this factory.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EFacetItemProviderAdapterFactory

public EFacetItemProviderAdapterFactory()
Deprecated. 
This constructs an instance.

Generated:
Method Detail

createFacetAttributeAdapter

public Adapter createFacetAttributeAdapter()
Deprecated. 
This creates an adapter for a FacetAttribute.

Generated:

createFacetReferenceAdapter

public Adapter createFacetReferenceAdapter()
Deprecated. 
This creates an adapter for a FacetReference.

Generated:

createFacetOperationAdapter

public Adapter createFacetOperationAdapter()
Deprecated. 
This creates an adapter for a FacetOperation.

Generated:

createFacetSetAdapter

public Adapter createFacetSetAdapter()
Deprecated. 
This creates an adapter for a FacetSet.

Generated:

createFacetAdapter

public Adapter createFacetAdapter()
Deprecated. 
This creates an adapter for a Facet.

Generated:

createQueryResultAdapter

public Adapter createQueryResultAdapter()
Deprecated. 
This creates an adapter for a QueryResult.

Generated:

createCategoryAdapter

public Adapter createCategoryAdapter()
Deprecated. 
This creates an adapter for a Category.

Generated:

createOppositeReferenceAdapter

public Adapter createOppositeReferenceAdapter()
Deprecated. 
This creates an adapter for a OppositeReference.

Generated:

createQuerySetAdapter

public Adapter createQuerySetAdapter()
Deprecated. 
This creates an adapter for a QuerySet.

Generated:

createLiteralAdapter

public Adapter createLiteralAdapter()
Deprecated. 
This creates an adapter for a Literal.

Generated:

createTypedElementRefAdapter

public Adapter createTypedElementRefAdapter()
Deprecated. 
This creates an adapter for a TypedElementRef.

Generated:

createParameterAdapter

public Adapter createParameterAdapter()
Deprecated. 
This creates an adapter for a Parameter.

Generated:

createParameterValueAdapter

public Adapter createParameterValueAdapter()
Deprecated. 
This creates an adapter for a ParameterValue.

Generated:

createQueryContextAdapter

public Adapter createQueryContextAdapter()
Deprecated. 
This creates an adapter for a QueryContext.

Generated:

getRootAdapterFactory

public ComposeableAdapterFactory getRootAdapterFactory()
Deprecated. 
This returns the root adapter factory that contains this factory.

Generated:

setParentAdapterFactory

public void setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
Deprecated. 
This sets the composed adapter factory that contains this factory.

Generated:

isFactoryForType

public boolean isFactoryForType(java.lang.Object type)
Deprecated. 

Generated:

adapt

public Adapter adapt(Notifier notifier,
                     java.lang.Object type)
Deprecated. 
This implementation substitutes the factory itself as the key for the adapter.

Generated:

getChildCreationExtenders

public java.util.List<IChildCreationExtender> getChildCreationExtenders()
Deprecated. 

Generated:

getNewChildDescriptors

public java.util.Collection<?> getNewChildDescriptors(java.lang.Object object,
                                                      EditingDomain editingDomain)
Deprecated. 

Generated:

getResourceLocator

public ResourceLocator getResourceLocator()
Deprecated. 

Generated:

addListener

public void addListener(INotifyChangedListener notifyChangedListener)
Deprecated. 
This adds a listener.

Generated:

removeListener

public void removeListener(INotifyChangedListener notifyChangedListener)
Deprecated. 
This removes a listener.

Generated:

fireNotifyChanged

public void fireNotifyChanged(Notification notification)
Deprecated. 
This delegates to changeNotifier and to parentAdapterFactory.

Generated:

dispose

public void dispose()
Deprecated. 
This disposes all of the item providers created by this factory.

Generated: