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 |
---|---|
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. |
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.