Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Interface
org.eclipse.team.core.mapping.ISynchronizationScopeManager

Packages that use ISynchronizationScopeManager
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 ISynchronizationScopeManager in org.eclipse.team.core.mapping.provider
 

Classes in org.eclipse.team.core.mapping.provider that implement ISynchronizationScopeManager
 class SynchronizationScopeManager
          Class for translating a set of ResourceMapping objects representing a view selection into the complete set of resources to be operated on.
 

Methods in org.eclipse.team.core.mapping.provider that return ISynchronizationScopeManager
  ISynchronizationScopeManager SynchronizationContext. getScopeManager ()
          Return the scope manager for the scope of this context.
 

Constructors in org.eclipse.team.core.mapping.provider with parameters of type ISynchronizationScopeManager
MergeContext ( ISynchronizationScopeManager manager, int type, IResourceDiffTree deltaTree)
          Create a merge context.
SynchronizationContext ( 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 ISynchronizationScopeManager
 class SubscriberScopeManager
          A ISynchronizationScopeManager that uses a Subscriber to provide a RemoteResourceMappingContext and to notify participants when the remote state of resources change.
 

Constructors in org.eclipse.team.core.subscribers with parameters of type ISynchronizationScopeManager
SubscriberMergeContext ( 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 ISynchronizationScopeManager
protected   ISynchronizationScopeManager ModelSynchronizeParticipant. 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   ISynchronizationScopeManager ModelOperation. getScopeManager ()
          Return the scope manager for this operation.
 

Methods in org.eclipse.team.ui.synchronize with parameters of type ISynchronizationScopeManager
protected   MergeContext ModelSynchronizeParticipant. restoreContext ( ISynchronizationScopeManager manager)
          Recreate the context for this participant.
 

Constructors in org.eclipse.team.ui.synchronize with parameters of type ISynchronizationScopeManager
ModelMergeOperation ( IWorkbenchPart part, ISynchronizationScopeManager manager)
          Create a model merge operation.
ModelOperation ( IWorkbenchPart part, ISynchronizationScopeManager manager)
          Create a model operation that operates on the given scope.
ModelParticipantMergeOperation ( IWorkbenchPart part, ISynchronizationScopeManager manager)
          Create a merge participant operation for the scope of the given manager.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire