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


public interface IResolvingCustomizedLabelProviderFactory

A factory to create instances of ICustomizedLabelProvider that work on proxy UI elements, by customizing the resolved elements.

Since:
0.2

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

Field Detail

DEFAULT

static final IResolvingCustomizedLabelProviderFactory 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