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.team.ui |
Provides basic support for managing Team providers.
|
org.eclipse.team.ui.history |
Application programming interfaces for working with history
Package Specification
This package specifies the API for providing history pages to the history view.
|
org.eclipse.team.ui.mapping |
Application programming interfaces for working with resource mappings
Package Specification
This package specifies the API for working with resources mappings.
|
org.eclipse.team.ui.synchronize |
Contains the team synchronization presentation framework and support
for the Synchronize View.
|
Modifier and Type | Method and Description |
---|---|
CompareConfiguration |
CompareEditorInput.getCompareConfiguration()
Returns the configuration object for the viewers within the compare editor.
|
Modifier and Type | Method and Description |
---|---|
Viewer |
IViewerCreator.createViewer(Composite parent,
CompareConfiguration config)
Creates a new viewer under the given SWT parent control.
|
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.
|
static Viewer |
CompareUI.findContentViewer(Viewer oldViewer,
Object input,
Composite parent,
CompareConfiguration configuration)
Returns a content compare viewer based on an old viewer and an input
object.
|
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.
|
Constructor and Description |
---|
CompareEditorInput(CompareConfiguration configuration)
Creates a
CompareEditorInput which is initialized with the given
compare configuration. |
Modifier and Type | Method and Description |
---|---|
protected CompareConfiguration |
ContentMergeViewer.getCompareConfiguration()
Returns the compare configuration of this viewer,
or
null if this viewer does not yet have a configuration. |
Constructor and Description |
---|
ContentMergeViewer(int style,
ResourceBundle bundle,
CompareConfiguration cc)
Creates a new content merge viewer and initializes with a resource bundle and a
configuration.
|
TextMergeViewer(Composite parent,
CompareConfiguration configuration)
Creates a text merge viewer under the given parent control.
|
TextMergeViewer(Composite parent,
int style,
CompareConfiguration configuration)
Creates a text merge viewer under the given parent control.
|
Modifier and Type | Method and Description |
---|---|
CompareConfiguration |
DiffTreeViewer.getCompareConfiguration()
Returns the compare configuration of this viewer.
|
Constructor and Description |
---|
DiffTreeViewer(Composite parent,
CompareConfiguration configuration)
Creates a new viewer under the given SWT parent and with the specified configuration.
|
DiffTreeViewer(Tree tree,
CompareConfiguration configuration)
Creates a new viewer for the given SWT tree control with the specified configuration.
|
StructureDiffViewer(Composite parent,
CompareConfiguration configuration)
Creates a new viewer under the given SWT parent with the specified configuration.
|
StructureDiffViewer(Tree tree,
CompareConfiguration configuration)
Creates a new viewer for the given SWT tree control with the specified configuration.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
PageSaveablePart.prepareInput(ICompareInput input,
CompareConfiguration configuration,
IProgressMonitor monitor)
Prepare the compare input for display in a content viewer.
|
Constructor and Description |
---|
PageSaveablePart(Shell shell,
CompareConfiguration compareConfiguration)
Create a saveable part.
|
Modifier and Type | Method and Description |
---|---|
void |
IHistoryCompareAdapter.prepareInput(ICompareInput input,
CompareConfiguration configuration,
IProgressMonitor monitor)
Prepare the compare inpur for display.
|
protected void |
HistoryPageSaveablePart.prepareInput(ICompareInput input,
CompareConfiguration configuration,
IProgressMonitor monitor) |
Constructor and Description |
---|
HistoryPageSaveablePart(Shell shell,
CompareConfiguration configuration,
IHistoryPageSource pageSource,
Object object)
Create a history page part for the given page and object.
|
Modifier and Type | Method and Description |
---|---|
void |
ISynchronizationCompareInput.prepareInput(CompareConfiguration configuration,
IProgressMonitor monitor)
Prepare the compare input associated with a model element for display using
the compare configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSynchronizeParticipant.prepareCompareInput(ISynchronizeModelElement element,
CompareConfiguration config,
IProgressMonitor monitor)
Default implementation will update the labels in the given configuration using
information from the provided element if it adapts to
SyncInfo . |
void |
ISynchronizeParticipant.prepareCompareInput(ISynchronizeModelElement element,
CompareConfiguration configuration,
IProgressMonitor monitor)
Prepare the given element and compare configuration for use with a compare editor
input.
|
protected void |
ParticipantPageSaveablePart.prepareInput(ICompareInput input,
CompareConfiguration configuration,
IProgressMonitor monitor)
Prepare the compare input for display in a content viewer.
|
Constructor and Description |
---|
ParticipantPageSaveablePart(Shell shell,
CompareConfiguration cc,
ISynchronizePageConfiguration pageConfiguration,
ISynchronizeParticipant participant)
Creates a part for the provided participant.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.