|
Eclipse Platform Release 3.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModelProvider | |
---|---|
org.eclipse.core.resources.mapping | Provides APIs for integrating application models with the workspace Package Specification This package specifies the APIs in the Resources plug-in that are used to integrate application models with the workspace. |
org.eclipse.ltk.ui.refactoring.model | Application programming interface to provide model integration for refactoring histories. |
org.eclipse.team.core.mapping | Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources mappings. |
org.eclipse.team.ui.mapping | Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources mappings. |
org.eclipse.team.ui.synchronize | Contains the team synchronization presentation framework and support for the Synchronize View. |
Uses of ModelProvider in org.eclipse.core.resources.mapping |
---|
Methods in org.eclipse.core.resources.mapping that return ModelProvider | |
ModelProvider |
ResourceMapping.getModelProvider()
Return the model provider for the model object of this resource mapping. |
ModelProvider |
IModelProviderDescriptor.getModelProvider()
Return the model provider for this descriptor, instantiating it if it is the first time the method is called. |
Uses of ModelProvider in org.eclipse.ltk.ui.refactoring.model |
---|
Methods in org.eclipse.ltk.ui.refactoring.model that return ModelProvider | |
protected ModelProvider |
AbstractResourceMappingMerger.getModelProvider()
Return the model provider associated with this merger. |
Constructors in org.eclipse.ltk.ui.refactoring.model with parameters of type ModelProvider | |
AbstractResourceMappingMerger(ModelProvider provider)
Creates a new abstract refactoring model merger. |
Uses of ModelProvider in org.eclipse.team.core.mapping |
---|
Methods in org.eclipse.team.core.mapping that return ModelProvider | |
protected abstract ModelProvider |
ResourceMappingMerger.getModelProvider()
Return the model provider associated with this merger. |
ModelProvider[] |
ISynchronizationScope.getModelProviders()
Return all the model providers that have mappings in this scope. |
Methods in org.eclipse.team.core.mapping with parameters of type ModelProvider | |
ISynchronizationScopeParticipant |
ISynchronizationScopeParticipantFactory.createParticipant(ModelProvider provider,
ISynchronizationScope scope)
Create a participant in the scope management process for the given model provider. |
Uses of ModelProvider in org.eclipse.team.ui.mapping |
---|
Methods in org.eclipse.team.ui.mapping that return ModelProvider | |
protected ModelProvider |
SynchronizationContentProvider.getModelProvider()
Return the model provider for this content provider. |
Uses of ModelProvider in org.eclipse.team.ui.synchronize |
---|
Methods in org.eclipse.team.ui.synchronize that return ModelProvider | |
ModelProvider[] |
ModelSynchronizeParticipant.getEnabledModelProviders()
Return the list of model providers that are enabled for the participant. |
static ModelProvider[] |
ModelOperation.sortByExtension(ModelProvider[] providers)
Return the list of provides sorted by their extends relationship. |
Methods in org.eclipse.team.ui.synchronize with parameters of type ModelProvider | |
static ModelProvider[] |
ModelOperation.sortByExtension(ModelProvider[] providers)
Return the list of provides sorted by their extends relationship. |
protected IStatus |
ModelMergeOperation.performMerge(ModelProvider provider,
IProgressMonitor monitor)
Attempt to merge all the mappings that come from the given provider. |
|
Eclipse Platform Release 3.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.