public interface ICustomizedContentProviderFactory
ICustomizedContentProvider
and ICustomizedTreeContentProvider
.Modifier and Type | Field and Description |
---|---|
static ICustomizedContentProviderFactory |
DEFAULT
The default factory instance
|
Modifier and Type | Method and Description |
---|---|
ICustomizedTreeContentProvider |
createCustomizedTreeContentProvider(ICustomizationManager customManager)
Instantiate an
ICustomizedTreeContentProvider . |
static final ICustomizedContentProviderFactory DEFAULT
ICustomizedTreeContentProvider createCustomizedTreeContentProvider(ICustomizationManager customManager)
ICustomizedTreeContentProvider
. With this content provider, your viewer's input has to be
an EObject or an array or collection of EObjects.FcustomManager
- the customization manager used by the content provider