Uses of Interface
org.eclipse.team.ui.synchronize.ISynchronizeScope
-
Packages that use ISynchronizeScope Package Description org.eclipse.team.ui.synchronize 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 ISynchronizeScope Modifier and Type Class Description classAbstractSynchronizeScopeAbstract superclass of resource scopes forSubscriberParticipantinstances.classResourceScopeA synchronize scope whose roots are a set of resources.classWorkingSetScopeA synchronize scope whose roots are defined by a working set.classWorkspaceScopeA synchronize scope whose roots are the workspace.Methods in org.eclipse.team.ui.synchronize that return ISynchronizeScope Modifier and Type Method Description protected static ISynchronizeScopeAbstractSynchronizeScope. createScope(IMemento settings)Restore a scope from the given mementoISynchronizeScopeSubscriberParticipant. getScope()Return the scope that defines the resources displayed by this participant.Methods in org.eclipse.team.ui.synchronize with parameters of type ISynchronizeScope Modifier and Type Method Description protected abstract SubscriberParticipantSubscriberParticipantWizard. createParticipant(ISynchronizeScope scope)Method called fromSubscriberParticipantWizard.createParticipant()to create aSubscriberParticipantfor the given scope.protected static voidAbstractSynchronizeScope. saveScope(ISynchronizeScope scope, IMemento settings)Save the scope to the given mementoConstructors in org.eclipse.team.ui.synchronize with parameters of type ISynchronizeScope Constructor Description SubscriberParticipant(ISynchronizeScope scope)Constructor which should be called when creating a participant whose resources are to be scoped.
-