Eclipse Platform
Release 3.3

Uses of Class
org.eclipse.team.core.mapping.provider.SynchronizationContext

Packages that use SynchronizationContext
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.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. 
 

Uses of SynchronizationContext in org.eclipse.team.core.mapping.provider
 

Subclasses of SynchronizationContext in org.eclipse.team.core.mapping.provider
 class MergeContext
          Provides the context for an IResourceMappingMerger.
 

Uses of SynchronizationContext in org.eclipse.team.core.subscribers
 

Subclasses of SynchronizationContext in org.eclipse.team.core.subscribers
 class SubscriberMergeContext
          A merge context that uses a subscriber to populate the diff tree used by the context.
 

Uses of SynchronizationContext in org.eclipse.team.ui.synchronize
 

Methods in org.eclipse.team.ui.synchronize that return SynchronizationContext
protected abstract  SynchronizationContext ModelParticipantMergeOperation.createMergeContext()
          Create a merge context for use by this operation.
 

Methods in org.eclipse.team.ui.synchronize with parameters of type SynchronizationContext
static ModelSynchronizeParticipant ModelSynchronizeParticipant.createParticipant(SynchronizationContext context, String name)
          Create a participant for the given context
protected  void ModelSynchronizeParticipant.initializeContext(SynchronizationContext context)
          Set the context of this participant.
 

Constructors in org.eclipse.team.ui.synchronize with parameters of type SynchronizationContext
ModelSynchronizeParticipant(SynchronizationContext context)
          Create a participant for the given context
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

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