Uses of Class
org.eclipse.emf.compare.ui.ModelCompareInput

Packages that use ModelCompareInput
org.eclipse.emf.compare.ui This package provides the GUI components used to display EMF Compare's comparison results. 
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.viewer.content Provides EMF Compare's specific implementation of a ContentMergeViewer. 
 

Uses of ModelCompareInput in org.eclipse.emf.compare.ui
 

Methods in org.eclipse.emf.compare.ui that return ModelCompareInput
 ModelCompareInput IModelCompareInputProvider.getModelCompareInput()
          This will return the ModelCompareInput for the object.
 

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

Fields in org.eclipse.emf.compare.ui.editor declared as ModelCompareInput
protected  ModelCompareInput ModelCompareEditorInput.preparedInput
          This is the input that will be used throughout.
 

Methods in org.eclipse.emf.compare.ui.editor that return ModelCompareInput
protected  ModelCompareInput ModelCompareEditorInput.createModelCompareInput(ComparisonSnapshot snap)
          Creates the ModelCompareInput for this editor input.
 

Uses of ModelCompareInput in org.eclipse.emf.compare.ui.viewer.content
 

Methods in org.eclipse.emf.compare.ui.viewer.content that return ModelCompareInput
protected  ModelCompareInput ModelContentMergeViewer.createModelCompareInput(ICompareInputDetailsProvider provider, ComparisonSnapshot snapshot)
          Creates the ModelCompareInput for this particular viewer.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.