|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICompareInput | |
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.synchronize | Contains the team synchronization presentation framework and support for the Synchronize View. |
Uses of ICompareInput in org.eclipse.compare |
Methods in org.eclipse.compare with parameters of type ICompareInput | |
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. |
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. |
Viewer |
CompareEditorInput.findContentViewer(Viewer oldViewer,
ICompareInput input,
Composite parent)
Implements the dynamic viewer switching for content viewers. |
Uses of ICompareInput in org.eclipse.compare.contentmergeviewer |
Methods in org.eclipse.compare.contentmergeviewer with parameters of type ICompareInput | |
protected int |
TextMergeViewer.findInsertionPosition(char type,
ICompareInput input)
This method is called if a range of text on one side is copied into an empty subdocument on the other side. |
Uses of ICompareInput in org.eclipse.compare.structuremergeviewer |
Classes in org.eclipse.compare.structuremergeviewer that implement ICompareInput | |
class |
DiffNode
Diff node are used as the compare result of the differencing engine. |
Methods in org.eclipse.compare.structuremergeviewer with parameters of type ICompareInput | |
protected void |
DiffTreeViewer.copyOne(ICompareInput node,
boolean leftToRight)
Called to copy one side of the given node to the other. |
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 |
StructureDiffViewer.compareInputChanged(ICompareInput input)
Recreates the comparable structures for the input sides. |
Uses of ICompareInput in org.eclipse.team.ui.synchronize |
Subinterfaces of ICompareInput in org.eclipse.team.ui.synchronize | |
interface |
ISynchronizeModelElement
These are elements created to display synchronization state to the user. |
|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.