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 ICompareInputAbstractSynchronizationCompareAdapter. 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.mapping Modifier and Type Interface Description interfaceIMergeContextProvides 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 ISynchronizationContext Modifier and Type Class Description classMergeContextProvides the context for anIResourceMappingMerger.classSynchronizationContextAbstract implementation of theISynchronizationContextinterface. -
Uses of ISynchronizationContext in org.eclipse.team.core.subscribers
Classes in org.eclipse.team.core.subscribers that implement ISynchronizationContext Modifier and Type Class Description classSubscriberMergeContextA 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 ISynchronizationContextSynchronizationContentProvider. getContext()Return the synchronization context associated with the view to which this content provider applies.ISynchronizationContextSynchronizationLabelProvider. 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 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 ISynchronizationContext Modifier and Type Method Description ICompareInputISynchronizationCompareAdapter. asCompareInput(ISynchronizationContext context, Object o)Return a compare input for the given model object.ICompareInputSynchronizationCompareAdapter. 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 ISynchronizationContext Modifier and Type Method Description protected 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()ISynchronizationContextModelSynchronizeParticipant. getContext()Return the synchronization context for this participant.protected ISynchronizationContextModelParticipantAction. getSynchronizationContext()Return the synchronization context associated with this action.
-