Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.compare.structuremergeviewer.IStructureCreator

Packages that use IStructureCreator
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.  
 

Uses of IStructureCreator in org.eclipse.compare
 

Classes in org.eclipse.compare that implement IStructureCreator
 class ZipFileStructureCreator
          This implementation of the IStructureCreator interface makes the contents of a zip archive available as a hierarchical structure of IStructureComparators.
 

Uses of IStructureCreator in org.eclipse.compare.structuremergeviewer
 

Methods in org.eclipse.compare.structuremergeviewer that return IStructureCreator
 IStructureCreator StructureDiffViewer.getStructureCreator()
          Returns the structure creator or null if no structure creator has been set with setStructureCreator.
 

Methods in org.eclipse.compare.structuremergeviewer with parameters of type IStructureCreator
 void StructureDiffViewer.setStructureCreator(IStructureCreator structureCreator)
          Configures the StructureDiffViewer with a structure creator.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.