Eclipse Platform
Release 3.2

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

Packages that use ISynchronizationScope
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.ui.mapping Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources mappings.  
 

Uses of ISynchronizationScope in org.eclipse.team.core.mapping
 

Methods in org.eclipse.team.core.mapping that return ISynchronizationScope
 ISynchronizationScope ISynchronizationScopeManager.getScope()
          Return the scope that is managed by this manager.
 ISynchronizationScope ISynchronizationScope.asInputScope()
          Return a scope that only contains the input mappings of this scope.
 ISynchronizationScope ISynchronizationContext.getScope()
          Return the input that defined the scope of this synchronization context.
 

Methods in org.eclipse.team.core.mapping with parameters of type ISynchronizationScope
 void ISynchronizationScopeChangeListener.scopeChanged(ISynchronizationScope scope, org.eclipse.core.resources.mapping.ResourceMapping[] newMappings, org.eclipse.core.resources.mapping.ResourceTraversal[] newTraversals)
          Notification that the scope has changed.
 

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

Methods in org.eclipse.team.core.mapping.provider that return ISynchronizationScope
protected  ISynchronizationScope SynchronizationScopeManager.createScope(org.eclipse.core.resources.mapping.ResourceMapping[] inputMappings)
          Create the scope that will be populated and returned by the builder.
 ISynchronizationScope SynchronizationScopeManager.getScope()
           
 ISynchronizationScope SynchronizationContext.getScope()
          Return the input that defined the scope of this synchronization context. The input determines the set of resources to which the context applies. Changes in the input may result in changes to the sync-info available in the tree of this context.
 

Methods in org.eclipse.team.core.mapping.provider with parameters of type ISynchronizationScope
protected  void SynchronizationScopeManager.setHasAdditionalMappings(ISynchronizationScope scope, boolean hasAdditionalMappings)
          set whether the scope has additional mappings.
 

Uses of ISynchronizationScope in org.eclipse.team.ui.mapping
 

Methods in org.eclipse.team.ui.mapping that return ISynchronizationScope
 ISynchronizationScope SynchronizationLabelProvider.getScope()
          Return the resource mapping scope associated with the view to which this label provider applies.
protected  ISynchronizationScope SynchronizationContentProvider.getScope()
          Deprecated. is now provided in method calls
 ISynchronizationScope ModelOperation.getScope()
          Return the scope of this operation.
 

Methods in org.eclipse.team.ui.mapping with parameters of type ISynchronizationScope
protected  boolean SynchronizationContentProvider.hasChildrenInScope(ISynchronizationScope scope, Object element)
          Return whether the given element has children in the given scope.
protected  Object[] SynchronizationContentProvider.getChildrenInScope(ISynchronizationScope scope, Object parent, Object[] children)
          Return the subset of the given children that are in the given scope or are parents of elements that are in scope.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

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