Uses of Class
org.eclipse.emf.compare.ui.viewer.structure.ModelStructureMergeViewer

Packages that use ModelStructureMergeViewer
org.eclipse.emf.compare.ui.editor This package provides the editor that can be used on a comparison result exported as an emfdiff file to open EMF Compare's GUI without running the whole comparison process anew. 
org.eclipse.emf.compare.ui.export Provides the API that can be used in order to add new export actions to EMF Compare's GUI. 
 

Uses of ModelStructureMergeViewer in org.eclipse.emf.compare.ui.editor
 

Fields in org.eclipse.emf.compare.ui.editor declared as ModelStructureMergeViewer
protected  ModelStructureMergeViewer ModelCompareEditorInput.structureMergeViewer
          Structure merge viewer of this CompareViewerPane.
 

Uses of ModelStructureMergeViewer in org.eclipse.emf.compare.ui.export
 

Fields in org.eclipse.emf.compare.ui.export declared as ModelStructureMergeViewer
protected  ModelStructureMergeViewer ExportMenu.parentViewer
          Viewer currently displaying this menu.
 

Constructors in org.eclipse.emf.compare.ui.export with parameters of type ModelStructureMergeViewer
ExportMenu(org.eclipse.swt.widgets.Control parent, ModelStructureMergeViewer owner)
          This default constructor will instantiate an action given the bundle resources prefixed by "action.save".
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.