|
 |
|
|
Uses of Interface org.eclipse.compare.structuremergeviewer.ICompareInput
Methods in
org.eclipse.compare with parameters of type
ICompareInput
|
void
|
CompareEditorInput.
addCompareInputChangeListener
(
ICompareInput input,
ICompareInputChangeListener listener)
|
void
|
ICompareContainer.
addCompareInputChangeListener
(
ICompareInput input,
ICompareInputChangeListener listener)
Register for change events for the given compare input. |
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
|
CompareEditorInput.
removeCompareInputChangeListener
(
ICompareInput input,
ICompareInputChangeListener listener)
|
void
|
ICompareContainer.
removeCompareInputChangeListener
(
ICompareInput input,
ICompareInputChangeListener listener)
Remove the change listener from the given compare input. |
void
|
CompareConfiguration.
setLabelProvider
(
ICompareInput input,
ICompareInputLabelProvider labelProvider)
Set the label provider for the given compare input. |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|