Uses of Interface
org.eclipse.team.core.mapping.ISynchronizationContext
Packages that use ISynchronizationContext
Package
Description
Application programming interface to provide model integration for refactoring histories.
Application programming interfaces for working with resource mappings.
Application programming interfaces for working with resource mappings.
Application programming interfaces for generating and refreshing
synchronization state.
Application programming interfaces for working with resource mappings.
Contains the team synchronization presentation framework and support
for the Synchronize View.
-
Uses of ISynchronizationContext in org.eclipse.ltk.ui.refactoring.model
Methods in org.eclipse.ltk.ui.refactoring.model with parameters of type ISynchronizationContextModifier and TypeMethodDescriptionAbstractSynchronizationCompareAdapter.asCompareInput(ISynchronizationContext context, Object element) protected intAbstractSynchronizationCompareAdapter.getKind(ISynchronizationContext context, RefactoringDescriptorProxy proxy) Returns the kind of difference between the three sides ancestor, left and right of the specified refactoring descriptor proxy.protected RefactoringHistoryAbstractSynchronizationContentProvider.getRefactorings(ISynchronizationContext context, IProject project, IProgressMonitor monitor) Returns the refactorings for the specified project which are not in sync. -
Uses of ISynchronizationContext in org.eclipse.team.core.mapping
Subinterfaces of ISynchronizationContext in org.eclipse.team.core.mappingModifier and TypeInterfaceDescriptioninterfaceProvides the context for anIResourceMappingMergeror a model specific synchronization view that supports merging. -
Uses of ISynchronizationContext in org.eclipse.team.core.mapping.provider
Classes in org.eclipse.team.core.mapping.provider that implement ISynchronizationContextModifier and TypeClassDescriptionclassProvides the context for anIResourceMappingMerger.classAbstract implementation of theISynchronizationContextinterface. -
Uses of ISynchronizationContext in org.eclipse.team.core.subscribers
Classes in org.eclipse.team.core.subscribers that implement ISynchronizationContextModifier and TypeClassDescriptionclassA merge context that uses a subscriber to populate the diff tree used by the context. -
Uses of ISynchronizationContext in org.eclipse.team.ui.mapping
Methods in org.eclipse.team.ui.mapping that return ISynchronizationContextModifier and TypeMethodDescriptionprotected ISynchronizationContextSynchronizationContentProvider.getContext()Return the synchronization context associated with the view to which this content provider applies.SynchronizationLabelProvider.getContext()Return the synchronization context associated with the view to which this label provider applies.protected ISynchronizationContextSynchronizationOperation.getContext()Return the synchronization context associated with this action.protected final ISynchronizationContextSynchronizationActionProvider.getSynchronizationContext()Return the synchronization context to which the actions of this provider apply.Methods in org.eclipse.team.ui.mapping with parameters of type ISynchronizationContextModifier and TypeMethodDescriptionISynchronizationCompareAdapter.asCompareInput(ISynchronizationContext context, Object o) Return a compare input for the given model object.SynchronizationCompareAdapter.asCompareInput(ISynchronizationContext context, Object o) Default implementation that is capable of returning a compare input for objects that adapt toIFile.protected Object[]SynchronizationContentProvider.getChildrenInContext(ISynchronizationContext context, Object parent, Object[] children) Return the subset of children that are of interest from the given context.protected abstract ResourceTraversal[]SynchronizationContentProvider.getTraversals(ISynchronizationContext context, Object object) Return the traversals for the given object in the given context.protected booleanSynchronizationContentProvider.hasChildrenInContext(ISynchronizationContext context, Object element) Return whether the given element has children in the given context.booleanISynchronizationCompareAdapter.hasCompareInput(ISynchronizationContext context, Object object) Return whether their is a compare input associated with the given object.booleanSynchronizationCompareAdapter.hasCompareInput(ISynchronizationContext context, Object object) protected booleanSynchronizationContentProvider.isInitialized(ISynchronizationContext context) Return whether the content provider has been initialized and is ready to provide content in the given context.protected booleanSynchronizationContentProvider.isVisible(ISynchronizationContext context, Object object) Return whether the given object is visible in the synchronization page showing this content based on the diffs in the given context.protected voidSynchronizationContentProvider.requestInitialization(ISynchronizationContext context) Subclasses that need to perform extra processing to prepare their model to be displayed by this content provider should override this method and launch a background task to prepare what is required to display their model for the given context. -
Uses of ISynchronizationContext in org.eclipse.team.ui.synchronize
Methods in org.eclipse.team.ui.synchronize that return ISynchronizationContextModifier and TypeMethodDescriptionprotected ISynchronizationContextModelOperation.getContext()Return the synchronization context for the operation ornullif the operation doesn't have one or if it has not yet been created.protected ISynchronizationContextModelParticipantMergeOperation.getContext()ModelSynchronizeParticipant.getContext()Return the synchronization context for this participant.protected ISynchronizationContextModelParticipantAction.getSynchronizationContext()Return the synchronization context associated with this action.