Uses of Interface
org.eclipse.team.ui.synchronize.ISynchronizeScope
Packages that use ISynchronizeScope
Package
Description
Contains the team synchronization presentation framework and support
for the Synchronize View.
-
Uses of ISynchronizeScope in org.eclipse.team.ui.synchronize
Classes in org.eclipse.team.ui.synchronize that implement ISynchronizeScopeModifier and TypeClassDescriptionclass
Abstract superclass of resource scopes forSubscriberParticipant
instances.class
A synchronize scope whose roots are a set of resources.class
A synchronize scope whose roots are defined by a working set.class
A synchronize scope whose roots are the workspace.Methods in org.eclipse.team.ui.synchronize that return ISynchronizeScopeModifier and TypeMethodDescriptionprotected static ISynchronizeScope
AbstractSynchronizeScope.createScope
(IMemento settings) Restore a scope from the given mementoSubscriberParticipant.getScope()
Return the scope that defines the resources displayed by this participant.Methods in org.eclipse.team.ui.synchronize with parameters of type ISynchronizeScopeModifier and TypeMethodDescriptionprotected abstract SubscriberParticipant
SubscriberParticipantWizard.createParticipant
(ISynchronizeScope scope) Method called fromSubscriberParticipantWizard.createParticipant()
to create aSubscriberParticipant
for the given scope.protected static void
AbstractSynchronizeScope.saveScope
(ISynchronizeScope scope, IMemento settings) Save the scope to the given mementoConstructors in org.eclipse.team.ui.synchronize with parameters of type ISynchronizeScopeModifierConstructorDescriptionConstructor which should be called when creating a participant whose resources are to be scoped.