public interface ITeamContentProviderManager
org.eclipse.team.ui.teamContentProviders
extension point. A team content provider defines a mapping between
a ModelProvider
and a content extension registered with
the org.eclipse.ui.navigator.navigatorContent
extension point.TeamUI.getTeamContentProviderManager()
,
ModelProvider
Modifier and Type | Field and Description |
---|---|
static String |
P_SYNCHRONIZATION_CONTEXT
Property constant used to store and retrieve the synchronization context
from the
IExtensionStateModel used by
the Common Navigator framework. |
static String |
P_SYNCHRONIZATION_PAGE_CONFIGURATION
Property constant used to store and retrieve the synchronization page
configuration from the
IExtensionStateModel used by the Common
Navigator framework. |
static String |
P_SYNCHRONIZATION_SCOPE
Property constant used to store and retrieve the resource mapping scope
from the
IExtensionStateModel used by
the Common Navigator framework. |
static String |
PROP_ENABLED_MODEL_PROVIDERS
Property constant used during property change notification to indicate
that one one or more model providers have either been enabled or disabled.
|
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(IPropertyChangeListener listener)
Add a property change listener to the manager.
|
String[] |
getContentProviderIds(ISynchronizationScope scope)
Convenience method that returns the list of all enabled content extension ids for
models that have mappings in the given scope.
|
ITeamContentProviderDescriptor |
getDescriptor(String modelProviderId)
Return the team content provider descriptor for the
given model provider id.
|
ITeamContentProviderDescriptor[] |
getDescriptors()
Return descriptors for all the registered content extensions.
|
void |
removePropertyChangeListener(IPropertyChangeListener listener)
Remove a property change listener from the manager.
|
static final String P_SYNCHRONIZATION_PAGE_CONFIGURATION
IExtensionStateModel
used by the Common
Navigator framework.static final String P_SYNCHRONIZATION_CONTEXT
IExtensionStateModel
used by
the Common Navigator framework. It is also used to associate a context
with an ISynchronizePageConfiguration
when models are being
shown in an ISynchronizePage
.static final String P_SYNCHRONIZATION_SCOPE
IExtensionStateModel
used by
the Common Navigator framework. It is also used to associate a scope
with an ISynchronizePageConfiguration
when models are being
shown in an ISynchronizePage
.static final String PROP_ENABLED_MODEL_PROVIDERS
ITeamContentProviderDescriptor[] getDescriptors()
ITeamContentProviderDescriptor getDescriptor(String modelProviderId)
null
is
returned if no extension is registered.modelProviderId
- the model provider idnull
void addPropertyChangeListener(IPropertyChangeListener listener)
listener
- the listenervoid removePropertyChangeListener(IPropertyChangeListener listener)
listener
- the listenerString[] getContentProviderIds(ISynchronizationScope scope)
scope
- the scopeGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.