Uses of Class
org.eclipse.core.runtime.jobs.JobChangeAdapter
-
Packages that use JobChangeAdapter Package Description 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. -
-
Uses of JobChangeAdapter in org.eclipse.team.ui
Subclasses of JobChangeAdapter in org.eclipse.team.ui Modifier and Type Class Description classTeamOperationAn operation that can be configured to run in the foreground using theIProgressServiceor the background as aJob. -
Uses of JobChangeAdapter in org.eclipse.team.ui.mapping
Subclasses of JobChangeAdapter in org.eclipse.team.ui.mapping Modifier and Type Class Description classSynchronizationOperationThis 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. -
Uses of JobChangeAdapter in org.eclipse.team.ui.synchronize
Subclasses of JobChangeAdapter in org.eclipse.team.ui.synchronize Modifier and Type Class Description classModelMergeOperationA model operation that executes a merge according to the merge lifecycle associated with anIMergeContextandIResourceMappingMergerinstances obtained from the model providers involved.classModelOperationAn abstract operation that uses anISynchronizationScopeManagerto create an operation scope that includes the complete set of mappings that must be included in the operation to ensure model consistency.classModelParticipantMergeOperationA model merge operation that uses a participant to preview the changes in either a dialog or the Synchronize view.classSynchronizeModelOperationA specialized team operation that operates onISynchronizeModelElementelements.
-