org.eclipse.emf.facet.custom.ui
Interface ICustomizedContentProvider


Deprecated. use ICustomizedTreeContentProvider (Bug 380229 - [deprecated] ICustomizedContentProvider)

@Deprecated
public interface ICustomizedContentProvider

This interface allow to used a IContentProvider which is implemented and customizable using the EMF Facet customization mechanism.

Author:
Gregoire Dupe

Method Summary
 ICustomizationManager getCustomizationManager()
          Deprecated. This method returns the customization manager used by the content provider.
 

Method Detail

getCustomizationManager

ICustomizationManager getCustomizationManager()
Deprecated. 
This method returns the customization manager used by the content provider. The customization stack update have to be done using this ICustomizationManager.

Returns:
the customization manager used by the content provider.