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


public interface ICustomizedLabelProviderFactory

This class is the factory allowing to get a instance of ICustomizedLabelProvider.

Author:
Gregoire Dupe

Field Summary
static ICustomizedLabelProviderFactory DEFAULT
           
 
Method Summary
 ICustomizedLabelProvider createCustomizedLabelProvider(ICustomizationManager customizationMgr)
          This method is used to instantiate a ICustomizedLabelProvider.
 

Field Detail

DEFAULT

static final ICustomizedLabelProviderFactory DEFAULT
Method Detail

createCustomizedLabelProvider

ICustomizedLabelProvider createCustomizedLabelProvider(ICustomizationManager customizationMgr)
This method is used to instantiate a ICustomizedLabelProvider.

Parameters:
customizationManager - the customization manager which has to used by the content provider.
Returns:
a label provider