Package | Description |
---|---|
org.eclipse.team.ui.synchronize |
Contains the team synchronization presentation framework and support
for the Synchronize View.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSynchronizeScope
Abstract superclass of resource scopes for
SubscriberParticipant
instances. |
class |
ResourceScope
A synchronize scope whose roots are a set of resources.
|
class |
WorkingSetScope
A synchronize scope whose roots are defined by a working set.
|
class |
WorkspaceScope
A synchronize scope whose roots are the workspace.
|
Modifier and Type | Method and Description |
---|---|
protected static ISynchronizeScope |
AbstractSynchronizeScope.createScope(IMemento settings)
Restore a scope from the given memento
|
ISynchronizeScope |
SubscriberParticipant.getScope()
Return the scope that defines the resources displayed by this participant.
|
Modifier and Type | Method and Description |
---|---|
protected abstract SubscriberParticipant |
SubscriberParticipantWizard.createParticipant(ISynchronizeScope scope)
Method called from
SubscriberParticipantWizard.createParticipant() to create a
SubscriberParticipant for the given scope. |
protected static void |
AbstractSynchronizeScope.saveScope(ISynchronizeScope scope,
IMemento settings)
Save the scope to the given memento
|
Constructor and Description |
---|
SubscriberParticipant(ISynchronizeScope scope)
Constructor which should be called when creating a participant whose resources
are to be scoped.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.