Package | Description |
---|---|
org.eclipse.core.runtime.jobs |
Provides core support for scheduling and interacting with background activity.
|
org.eclipse.team.ui |
Provides basic support for managing Team providers.
|
org.eclipse.team.ui.mapping |
Application programming interfaces for working with resource mappings.
|
org.eclipse.team.ui.synchronize |
Contains the team synchronization presentation framework and support
for the Synchronize View.
|
org.eclipse.ui.progress |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
Modifier and Type | Class and Description |
---|---|
class |
JobChangeAdapter
This adapter class provides default implementations for the
methods described by the
IJobChangeListener interface. |
Modifier and Type | Method and Description |
---|---|
void |
Job.addJobChangeListener(IJobChangeListener listener)
Registers a job listener with this job
Has no effect if an identical listener is already registered.
|
void |
IJobManager.addJobChangeListener(IJobChangeListener listener)
Registers a job listener with the job manager.
|
void |
Job.removeJobChangeListener(IJobChangeListener listener)
Removes a job listener from this job.
|
void |
IJobManager.removeJobChangeListener(IJobChangeListener listener)
Removes a job listener from the job manager.
|
Modifier and Type | Class and Description |
---|---|
class |
TeamOperation
An operation that can be configured to run in the foreground using
the
IProgressService or the background
as a Job . |
Modifier and Type | Class and Description |
---|---|
class |
SynchronizationOperation
This operation class can be used by model providers when performing
merge operations triggered from a synchronize participant page
associated with a synchronization or merge context.
|
Modifier and Type | Class and Description |
---|---|
class |
ModelMergeOperation
A model operation that executes a merge according to the merge lifecycle
associated with an
IMergeContext and IResourceMappingMerger
instances obtained from the model providers involved. |
class |
ModelOperation
An abstract operation that uses an
ISynchronizationScopeManager to
create an operation scope that includes the complete set of mappings that
must be included in the operation to ensure model consistency. |
class |
ModelParticipantMergeOperation
A model merge operation that uses a participant to preview the changes
in either a dialog or the Synchronize view.
|
class |
SynchronizeModelOperation
A specialized team operation that operates on
ISynchronizeModelElement elements. |
Modifier and Type | Method and Description |
---|---|
void |
DeferredTreeContentManager.addUpdateCompleteListener(IJobChangeListener listener)
Add a listener to list of update complete listeners.
|
void |
DeferredTreeContentManager.removeUpdateCompleteListener(IJobChangeListener listener)
Removes the listener from the list of update listeners that are attached
to the job that updates the viewer content (clears the pending entry,
etc.) after all deferred content has been retrieved.
|
Copyright (c) 2000, 2013 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.