public interface ICustomizedLabelProviderFactory
ICustomizedLabelProvider.| Modifier and Type | Field and Description |
|---|---|
static ICustomizedLabelProviderFactory |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
ICustomizedLabelProvider |
createCustomizedLabelProvider(ICustomizationManager customizationMgr)
This method is used to instantiate a
ICustomizedLabelProvider. |
static final ICustomizedLabelProviderFactory DEFAULT
ICustomizedLabelProvider createCustomizedLabelProvider(ICustomizationManager customizationMgr)
ICustomizedLabelProvider.customizationManager - the customization manager which has to used by the content
provider.