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.
|
Modifier and Type | Method and Description |
---|---|
ICompareInput |
AbstractSynchronizationCompareAdapter.asCompareInput(ISynchronizationContext context,
Object element)
Default implementation that is capable of returning a compare input for objects
that adapt to
IFile . |
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMergeContext
Provides the context for an
IResourceMappingMerger or a model
specific synchronization view that supports merging. |
Modifier and Type | Class and Description |
---|---|
class |
MergeContext
Provides the context for an
IResourceMappingMerger . |
class |
SynchronizationContext
Abstract implementation of the
ISynchronizationContext interface. |
Modifier and Type | Class and Description |
---|---|
class |
SubscriberMergeContext
A merge context that uses a subscriber to populate the diff tree
used by the context.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ICompareInput |
SynchronizationCompareAdapter.asCompareInput(ISynchronizationContext context,
Object o)
Default implementation that is capable of returning a compare input for objects
that adapt to
IFile . |
ICompareInput |
ISynchronizationCompareAdapter.asCompareInput(ISynchronizationContext context,
Object o)
Return a compare input for the given model object.
|
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 |
SynchronizationCompareAdapter.hasCompareInput(ISynchronizationContext context,
Object object) |
boolean |
ISynchronizationCompareAdapter.hasCompareInput(ISynchronizationContext context,
Object object)
Return whether their is a compare input associated with the given 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.
|
Modifier and Type | Method and Description |
---|---|
protected ISynchronizationContext |
ModelParticipantMergeOperation.getContext() |
ISynchronizationContext |
ModelSynchronizeParticipant.getContext()
Return the synchronization context for this participant.
|
protected ISynchronizationContext |
ModelOperation.getContext()
Return the synchronization context for the operation or
null
if the operation doesn't have one or if it has not yet been created. |
protected ISynchronizationContext |
ModelParticipantAction.getSynchronizationContext()
Return the synchronization context associated with this action.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.