public interface ITeamContentProviderDescriptor
org.eclipse.team.ui.teamContentProviders
extension point.Modifier and Type | Method and Description |
---|---|
IPreferencePage |
createPreferencePage()
Return a preference page that can be displayed to configure
the content provider of this extension.
|
String |
getContentExtensionId()
Return the id of the content extension registered with
the
org.eclipse.ui.navigator.navigatorContent extension point
that applies to the descriptors model provider. |
ImageDescriptor |
getImageDescriptor()
Return an image descriptor that can be displayed with this content
extension.
|
String |
getModelProviderId()
Return the id of the model provider to which this content provider applies.
|
boolean |
isEnabled()
Return whether this content provider is enabled.
|
String getContentExtensionId()
org.eclipse.ui.navigator.navigatorContent
extension point
that applies to the descriptors model provider.org.eclipse.ui.navigator.navigatorContent
extension pointString getModelProviderId()
ImageDescriptor getImageDescriptor()
IPreferencePage createPreferencePage() throws CoreException
CoreException
boolean isEnabled()
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.