Package | Description |
---|---|
org.eclipse.compare |
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
|
org.eclipse.compare.structuremergeviewer |
Provides support for finding and displaying the differences
between hierarchically structured data.
|
Modifier and Type | Class and Description |
---|---|
class |
ZipFileStructureCreator
This implementation of the
IStructureCreator interface
makes the contents of a zip archive available as a
hierarchical structure of IStructureComparator s. |
Modifier and Type | Method and Description |
---|---|
static IStructureCreator |
CompareUI.createStructureCreator(ITypedElement element)
Create and return a structure creator for the given typed element.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IStructureCreator2
An extension to the
IStructureCreator interface that supports the
use of shared documents. |
Modifier and Type | Class and Description |
---|---|
class |
StructureCreator
An
IStructureCreator2 that attempts to use an IDocumentProvider
to obtain a shared document for an ITypedElement . |
Modifier and Type | Method and Description |
---|---|
IStructureCreator |
StructureDiffViewer.getStructureCreator()
Returns the structure creator or
null if no
structure creator has been set with setStructureCreator . |
Modifier and Type | Method and Description |
---|---|
void |
StructureDiffViewer.setStructureCreator(IStructureCreator structureCreator)
Configures the
StructureDiffViewer with a structure creator. |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.