Uses of Interface
org.eclipse.team.core.mapping.ISynchronizationScopeManager
Packages that use ISynchronizationScopeManager
Package
Description
Application programming interfaces for working with resource mappings.
Application programming interfaces for generating and refreshing
synchronization state.
Contains the team synchronization presentation framework and support
for the Synchronize View.
-
Uses of ISynchronizationScopeManager in org.eclipse.team.core.mapping.provider
Classes in org.eclipse.team.core.mapping.provider that implement ISynchronizationScopeManagerModifier and TypeClassDescriptionclassClass for translating a set ofResourceMappingobjects representing a view selection into the complete set of resources to be operated on.Methods in org.eclipse.team.core.mapping.provider that return ISynchronizationScopeManagerModifier and TypeMethodDescriptionSynchronizationContext.getScopeManager()Return the scope manager for the scope of this context.Constructors in org.eclipse.team.core.mapping.provider with parameters of type ISynchronizationScopeManagerModifierConstructorDescriptionprotectedMergeContext(ISynchronizationScopeManager manager, int type, IResourceDiffTree deltaTree) Create a merge context.protectedSynchronizationContext(ISynchronizationScopeManager manager, int type, IResourceDiffTree diffTree) Create a synchronization context. -
Uses of ISynchronizationScopeManager in org.eclipse.team.core.subscribers
Classes in org.eclipse.team.core.subscribers that implement ISynchronizationScopeManagerModifier and TypeClassDescriptionclassAISynchronizationScopeManagerthat uses aSubscriberto provide aRemoteResourceMappingContextand to notify participants when the remote state of resources change.Constructors in org.eclipse.team.core.subscribers with parameters of type ISynchronizationScopeManagerModifierConstructorDescriptionprotectedSubscriberMergeContext(Subscriber subscriber, ISynchronizationScopeManager manager) Create a merge context for the given subscriber -
Uses of ISynchronizationScopeManager in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize that return ISynchronizationScopeManagerModifier and TypeMethodDescriptionprotected ISynchronizationScopeManagerModelSynchronizeParticipant.createScopeManager(ResourceMapping[] mappings) Create and return a scope manager that can be used to build the scope of this participant when it is restored after a restart.protected ISynchronizationScopeManagerModelOperation.getScopeManager()Return the scope manager for this operation.Methods in org.eclipse.team.ui.synchronize with parameters of type ISynchronizationScopeManagerModifier and TypeMethodDescriptionprotected MergeContextModelSynchronizeParticipant.restoreContext(ISynchronizationScopeManager manager) Recreate the context for this participant.Constructors in org.eclipse.team.ui.synchronize with parameters of type ISynchronizationScopeManagerModifierConstructorDescriptionprotectedModelMergeOperation(IWorkbenchPart part, ISynchronizationScopeManager manager) Create a model merge operation.protectedModelOperation(IWorkbenchPart part, ISynchronizationScopeManager manager) Create a model operation that operates on the given scope.protectedCreate a merge participant operation for the scope of the given manager.