Package | Description |
---|---|
org.eclipse.compare |
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
|
org.eclipse.compare.contentmergeviewer |
Support for compare and merge viewers which show the
content side-by-side.
|
org.eclipse.compare.structuremergeviewer |
Provides support for finding and displaying the differences
between hierarchically structured data.
|
org.eclipse.ltk.ui.refactoring.model |
Application programming interface to provide model integration for refactoring histories.
|
org.eclipse.team.ui |
Provides basic support for managing Team providers.
|
org.eclipse.team.ui.history |
Application programming interfaces for working with history.
|
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 |
---|---|
void |
ICompareContainer.addCompareInputChangeListener(ICompareInput input,
ICompareInputChangeListener listener)
Register for change events for the given compare input.
|
void |
CompareEditorInput.addCompareInputChangeListener(ICompareInput input,
ICompareInputChangeListener listener) |
Viewer |
CompareEditorInput.findContentViewer(Viewer oldViewer,
ICompareInput input,
Composite parent)
Implements the dynamic viewer switching for content viewers.
|
static Viewer |
CompareUI.findContentViewer(Viewer oldViewer,
ICompareInput input,
Composite parent,
CompareConfiguration configuration)
Returns a content compare viewer based on an old viewer and an input object.
|
Viewer |
CompareEditorInput.findStructureViewer(Viewer oldViewer,
ICompareInput input,
Composite parent)
Implements the dynamic viewer switching for structure viewers.
|
static Viewer |
CompareUI.findStructureViewer(Viewer oldViewer,
ICompareInput input,
Composite parent,
CompareConfiguration configuration)
Returns a structure compare viewer based on an old viewer and an input object.
|
void |
ICompareContainer.removeCompareInputChangeListener(ICompareInput input,
ICompareInputChangeListener listener)
Remove the change listener from the given compare input.
|
void |
CompareEditorInput.removeCompareInputChangeListener(ICompareInput input,
ICompareInputChangeListener listener) |
void |
CompareConfiguration.setLabelProvider(ICompareInput input,
ICompareInputLabelProvider labelProvider)
Set the label provider for the given compare input.
|
Modifier and Type | Method and Description |
---|---|
protected int |
TextMergeViewer.findInsertionPosition(char type,
ICompareInput input) |
Modifier and Type | Class and Description |
---|---|
class |
DiffNode
Diff node are used as the compare result of the differencing engine.
|
Modifier and Type | Method and Description |
---|---|
protected void |
StructureDiffViewer.compareInputChanged(ICompareInput input)
Recreates the comparable structures for the input sides.
|
void |
ICompareInputChangeListener.compareInputChanged(ICompareInput source)
Called whenever the value (not the content) of one or more of the three sides
of a
ICompareInput has changed. |
protected void |
DiffTreeViewer.copyOne(ICompareInput node,
boolean leftToRight)
Called to copy one side of the given node to the other.
|
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 . |
Modifier and Type | Method and Description |
---|---|
protected ICompareInput |
PageCompareEditorInput.asCompareInput(ISelection selection)
Return a compare input that represents the selection.
|
protected ICompareInput |
PageSaveablePart.getCompareInput(ISelection selection)
Deprecated.
Return a compare input that represents the selection.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PageCompareEditorInput.prepareCompareInput(ICompareInput input)
Convenience method that calls
PageCompareEditorInput.prepareInput(ICompareInput, CompareConfiguration, IProgressMonitor)
with a progress monitor. |
protected void |
PageSaveablePart.prepareCompareInput(ICompareInput input)
Deprecated.
Convenience method that calls
PageSaveablePart.prepareInput(ICompareInput, CompareConfiguration, IProgressMonitor)
with a progress monitor. |
protected abstract void |
PageCompareEditorInput.prepareInput(ICompareInput input,
CompareConfiguration configuration,
IProgressMonitor monitor)
Prepare the compare input for display in a content viewer.
|
protected abstract void |
PageSaveablePart.prepareInput(ICompareInput input,
CompareConfiguration configuration,
IProgressMonitor monitor)
Deprecated.
Prepare the compare input for display in a content viewer.
|
Modifier and Type | Method and Description |
---|---|
protected ICompareInput |
HistoryPageCompareEditorInput.asCompareInput(ISelection selection) |
protected ICompareInput |
HistoryPageSaveablePart.getCompareInput(ISelection selection)
Deprecated.
|
ICompareInput |
IHistoryCompareAdapter.getCompareInput(Object object)
Returns an ICompareInput for the passed in object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HistoryPageCompareEditorInput.prepareInput(ICompareInput input,
CompareConfiguration configuration,
IProgressMonitor monitor) |
void |
IHistoryCompareAdapter.prepareInput(ICompareInput input,
CompareConfiguration configuration,
IProgressMonitor monitor)
Prepare the compare input for display.
|
protected void |
HistoryPageSaveablePart.prepareInput(ICompareInput input,
CompareConfiguration configuration,
IProgressMonitor monitor)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISynchronizationCompareInput
This interface defines extensions to the
ICompareInput
interface that are used for compare inputs that are returned from the
ISynchronizationCompareAdapter.asCompareInput(org.eclipse.team.core.mapping.ISynchronizationContext, Object)
method. |
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISynchronizeModelElement
These are elements created to display synchronization state to the user.
|
Modifier and Type | Method and Description |
---|---|
protected ICompareInput |
ParticipantPageCompareEditorInput.asCompareInput(ISelection selection) |
ICompareInput |
ModelSynchronizeParticipant.asCompareInput(Object object)
Return a compare input for the given model object or
null
if the object is not eligible for comparison. |
protected ICompareInput |
SaveableCompareEditorInput.getCompareInput()
Return the compare input of this editor input.
|
protected ICompareInput |
ParticipantPageSaveablePart.getCompareInput(ISelection selection)
Deprecated.
Return a compare input that represents the selection.
|
protected abstract ICompareInput |
SaveableCompareEditorInput.prepareCompareInput(IProgressMonitor monitor)
Method called from
SaveableCompareEditorInput.prepareInput(IProgressMonitor) to obtain the input. |
protected ICompareInput |
SyncInfoCompareInput.prepareCompareInput(IProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
void |
SaveableCompareEditorInput.addCompareInputChangeListener(ICompareInput input,
ICompareInputChangeListener listener) |
Viewer |
SaveableCompareEditorInput.findContentViewer(Viewer oldViewer,
ICompareInput input,
Composite parent) |
protected void |
ParticipantPageSaveablePart.prepareInput(ICompareInput input,
CompareConfiguration configuration,
IProgressMonitor monitor)
Deprecated.
Prepare the compare input for display in a content viewer.
|
protected void |
ParticipantPageCompareEditorInput.prepareInput(ICompareInput input,
CompareConfiguration configuration,
IProgressMonitor monitor) |
void |
SaveableCompareEditorInput.removeCompareInputChangeListener(ICompareInput input,
ICompareInputChangeListener listener) |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.