Eclipse Platform
Release 3.2

Uses of Package
org.eclipse.core.resources.mapping

Packages that use org.eclipse.core.resources.mapping
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.core.refactoring.model Application programming interface to support logical models. 
org.eclipse.ltk.core.refactoring.participants Application programming interface to participant in existing rename, move and delete refactorings if the refactoring provider supports participation. 
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.core.mapping.provider Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources mappings.  
org.eclipse.team.core.subscribers Application programming interfaces for generating and refreshing synchronization state.  
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. 
org.eclipse.ui.ide APIs for the IDE-specific portion of the Eclipse Platform User Interface.  
 

Classes in org.eclipse.core.resources.mapping used by org.eclipse.core.resources.mapping
IModelProviderDescriptor
          A model provider descriptor contains information about a model provider obtained from the plug-in manifest (plugin.xml) file.
IResourceChangeDescriptionFactory
          This factory is used to build a resource delta that represents a proposed change that can then be passed to the ResourceChangeValidator.validateChange(IResourceDelta, IProgressMonitor) method in order to validate the change with any model providers stored in those resources.
ModelProvider
          Represents the provider of a logical model.
ResourceChangeValidator
          The resource change validator is used to validate that changes made to resources will not adversely affect the models stored in those resources.
ResourceMapping
          A resource mapping supports the transformation of an application model object into its underlying file system resources.
ResourceMappingContext
          A resource mapping context is provided to a resource mapping when traversing the resources of the mapping.
ResourceTraversal
          A resource traversal is simply a set of resources and the depth to which each is to be traversed.
 

Classes in org.eclipse.core.resources.mapping used by org.eclipse.ltk.core.refactoring.model
ResourceMapping
          A resource mapping supports the transformation of an application model object into its underlying file system resources.
ResourceMappingContext
          A resource mapping context is provided to a resource mapping when traversing the resources of the mapping.
ResourceTraversal
          A resource traversal is simply a set of resources and the depth to which each is to be traversed.
 

Classes in org.eclipse.core.resources.mapping used by org.eclipse.ltk.core.refactoring.participants
IResourceChangeDescriptionFactory
          This factory is used to build a resource delta that represents a proposed change that can then be passed to the ResourceChangeValidator.validateChange(IResourceDelta, IProgressMonitor) method in order to validate the change with any model providers stored in those resources.
 

Classes in org.eclipse.core.resources.mapping used by org.eclipse.ltk.ui.refactoring.model
ModelProvider
          Represents the provider of a logical model.
 

Classes in org.eclipse.core.resources.mapping used by org.eclipse.team.core.mapping
ModelProvider
          Represents the provider of a logical model.
ResourceMapping
          A resource mapping supports the transformation of an application model object into its underlying file system resources.
ResourceMappingContext
          A resource mapping context is provided to a resource mapping when traversing the resources of the mapping.
ResourceTraversal
          A resource traversal is simply a set of resources and the depth to which each is to be traversed.
 

Classes in org.eclipse.core.resources.mapping used by org.eclipse.team.core.mapping.provider
ResourceMapping
          A resource mapping supports the transformation of an application model object into its underlying file system resources.
ResourceMappingContext
          A resource mapping context is provided to a resource mapping when traversing the resources of the mapping.
ResourceTraversal
          A resource traversal is simply a set of resources and the depth to which each is to be traversed.
 

Classes in org.eclipse.core.resources.mapping used by org.eclipse.team.core.subscribers
RemoteResourceMappingContext
          A remote mapping context provides a model element with a view of the remote state of local resources as they relate to a repository operation that is in progress.
ResourceMapping
          A resource mapping supports the transformation of an application model object into its underlying file system resources.
ResourceMappingContext
          A resource mapping context is provided to a resource mapping when traversing the resources of the mapping.
ResourceTraversal
          A resource traversal is simply a set of resources and the depth to which each is to be traversed.
 

Classes in org.eclipse.core.resources.mapping used by org.eclipse.team.ui.mapping
ModelProvider
          Represents the provider of a logical model.
ResourceMapping
          A resource mapping supports the transformation of an application model object into its underlying file system resources.
ResourceMappingContext
          A resource mapping context is provided to a resource mapping when traversing the resources of the mapping.
ResourceTraversal
          A resource traversal is simply a set of resources and the depth to which each is to be traversed.
 

Classes in org.eclipse.core.resources.mapping used by org.eclipse.team.ui.synchronize
ModelProvider
          Represents the provider of a logical model.
ResourceMapping
          A resource mapping supports the transformation of an application model object into its underlying file system resources.
ResourceMappingContext
          A resource mapping context is provided to a resource mapping when traversing the resources of the mapping.
 

Classes in org.eclipse.core.resources.mapping used by org.eclipse.ui.ide
ResourceMapping
          A resource mapping supports the transformation of an application model object into its underlying file system resources.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.