Uses of Interface
org.eclipse.team.core.mapping.ISynchronizationContext
-
Packages that use ISynchronizationContext Package Description org.eclipse.ltk.ui.refactoring.model Application programming interface to provide model integration for refactoring histories.org.eclipse.team.core.mapping Application programming interfaces for working with resource mappings.org.eclipse.team.core.mapping.provider Application programming interfaces for working with resource mappings.org.eclipse.team.core.subscribers Application programming interfaces for generating and refreshing synchronization state.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 ISynchronizationContext in org.eclipse.ltk.ui.refactoring.model
Methods in org.eclipse.ltk.ui.refactoring.model with parameters of type ISynchronizationContext Modifier and Type Method Description ICompareInput
AbstractSynchronizationCompareAdapter. asCompareInput(ISynchronizationContext context, Object element)
protected int
AbstractSynchronizationCompareAdapter. 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 RefactoringHistory
AbstractSynchronizationContentProvider. 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.mapping Modifier and Type Interface Description interface
IMergeContext
Provides the context for anIResourceMappingMerger
or 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 ISynchronizationContext Modifier and Type Class Description class
MergeContext
Provides the context for anIResourceMappingMerger
.class
SynchronizationContext
Abstract implementation of theISynchronizationContext
interface. -
Uses of ISynchronizationContext in org.eclipse.team.core.subscribers
Classes in org.eclipse.team.core.subscribers that implement ISynchronizationContext Modifier and Type Class Description class
SubscriberMergeContext
A 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 ISynchronizationContext Modifier and Type Method Description protected ISynchronizationContext
SynchronizationContentProvider. getContext()
Return the synchronization context associated with the view to which this content provider applies.ISynchronizationContext
SynchronizationLabelProvider. getContext()
Return the synchronization context associated with the view to which this label provider applies.protected ISynchronizationContext
SynchronizationOperation. getContext()
Return the synchronization context associated with this action.protected ISynchronizationContext
SynchronizationActionProvider. getSynchronizationContext()
Return the synchronization context to which the actions of this provider apply.Methods in org.eclipse.team.ui.mapping with parameters of type ISynchronizationContext Modifier and Type Method Description ICompareInput
ISynchronizationCompareAdapter. asCompareInput(ISynchronizationContext context, Object o)
Return a compare input for the given model object.ICompareInput
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 boolean
SynchronizationContentProvider. hasChildrenInContext(ISynchronizationContext context, Object element)
Return whether the given element has children in the given context.boolean
ISynchronizationCompareAdapter. hasCompareInput(ISynchronizationContext context, Object object)
Return whether their is a compare input associated with the given object.boolean
SynchronizationCompareAdapter. hasCompareInput(ISynchronizationContext context, Object object)
protected boolean
SynchronizationContentProvider. isInitialized(ISynchronizationContext context)
Return whether the content provider has been initialized and is ready to provide content in the given context.protected boolean
SynchronizationContentProvider. 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 void
SynchronizationContentProvider. 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 ISynchronizationContext Modifier and Type Method Description protected ISynchronizationContext
ModelOperation. getContext()
Return the synchronization context for the operation ornull
if the operation doesn't have one or if it has not yet been created.protected ISynchronizationContext
ModelParticipantMergeOperation. getContext()
ISynchronizationContext
ModelSynchronizeParticipant. getContext()
Return the synchronization context for this participant.protected ISynchronizationContext
ModelParticipantAction. getSynchronizationContext()
Return the synchronization context associated with this action.
-