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.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. 
org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. 
 

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

Methods in org.eclipse.team.core.mapping that return ISynchronizationScope
  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.
  ISynchronizationScope ISynchronizationScopeManager. getScope ()
          Return the scope that is managed by this manager.
 

Methods in org.eclipse.team.core.mapping with parameters of type ISynchronizationScope
  ISynchronizationScopeParticipant ISynchronizationScopeParticipantFactory. createParticipant ( ModelProvider provider, ISynchronizationScope scope)
          Create a participant in the scope management process for the given model provider.
  ResourceMapping[] ISynchronizationScopeParticipant. handleContextChange ( ISynchronizationScope scope, IResource[] resources, IProject[] projects)
          Callback that the manager makes to participants when the state of resources that are contained in the resource mapping context of the manager change.
 void ISynchronizationScopeChangeListener. scopeChanged ( ISynchronizationScope scope, ResourceMapping[] mappings, ResourceTraversal[] traversals)
          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 ( ResourceMapping[] inputMappings)
          Create the scope that will be populated and returned by the builder.
  ISynchronizationScope SynchronizationContext. getScope ()
          Return the input that defined the scope of this synchronization context.
  ISynchronizationScope SynchronizationScopeManager. getScope ()
           
 

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 ()
          Return the resource mapping scope associated with the view to which this content provider applies.
 

Methods in org.eclipse.team.ui.mapping with parameters of type ISynchronizationScope
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.
  String[] ITeamContentProviderManager. getContentProviderIds ( ISynchronizationScope scope)
          Convenience method that returns the list of all enabled content extension ids for models that have mappings in the given scope.
protected  boolean SynchronizationContentProvider. hasChildrenInScope ( ISynchronizationScope scope, Object element)
          Return whether the given element has children in the given scope.
protected  boolean SynchronizationContentProvider. isInScope ( ISynchronizationScope scope, Object parent, Object element)
          Return whether the given object is within the scope of this content provider.
 

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

Methods in org.eclipse.team.ui.synchronize that return ISynchronizationScope
  ISynchronizationScope ModelOperation. getScope ()
          Return the scope of this operation.
 


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