|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompareConfiguration | |
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. |
Uses of CompareConfiguration in org.eclipse.compare |
Methods in org.eclipse.compare that return CompareConfiguration | |
CompareConfiguration |
CompareEditorInput.getCompareConfiguration()
Returns the configuration object for the viewers within the compare editor. |
Methods in org.eclipse.compare with parameters of type CompareConfiguration | |
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. |
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. |
Viewer |
IViewerCreator.createViewer(Composite parent,
CompareConfiguration config)
Creates a new viewer under the given SWT parent control. |
Constructors in org.eclipse.compare with parameters of type CompareConfiguration | |
CompareEditorInput(CompareConfiguration configuration)
Creates a CompareEditorInput which is initialized with the given
compare configuration. |
Uses of CompareConfiguration in org.eclipse.compare.contentmergeviewer |
Methods in org.eclipse.compare.contentmergeviewer that return CompareConfiguration | |
protected CompareConfiguration |
ContentMergeViewer.getCompareConfiguration()
Returns the compare configuration of this viewer, or null if this viewer does not yet have a configuration. |
Constructors in org.eclipse.compare.contentmergeviewer with parameters of type CompareConfiguration | |
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. |
Uses of CompareConfiguration in org.eclipse.compare.structuremergeviewer |
Methods in org.eclipse.compare.structuremergeviewer that return CompareConfiguration | |
CompareConfiguration |
DiffTreeViewer.getCompareConfiguration()
Returns the compare configuration of this viewer. |
Constructors in org.eclipse.compare.structuremergeviewer with parameters of type CompareConfiguration | |
DiffTreeViewer(Tree tree,
CompareConfiguration configuration)
Creates a new viewer for the given SWT tree control with the specified configuration. |
|
DiffTreeViewer(Composite parent,
CompareConfiguration configuration)
Creates a new viewer under the given SWT parent and with the specified configuration. |
|
StructureDiffViewer(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. |
|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |