Uses of Interface
org.eclipse.emf.compare.diff.metamodel.ComparisonSnapshot

Packages that use ComparisonSnapshot
org.eclipse.emf.compare.diff.metamodel   
org.eclipse.emf.compare.diff.metamodel.impl   
org.eclipse.emf.compare.diff.metamodel.util   
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. 
org.eclipse.emf.compare.ui.viewer.content Provides EMF Compare's specific implementation of a ContentMergeViewer. 
 

Uses of ComparisonSnapshot in org.eclipse.emf.compare.diff.metamodel
 

Subinterfaces of ComparisonSnapshot in org.eclipse.emf.compare.diff.metamodel
 interface ComparisonResourceSetSnapshot
          A representation of the model object ' Comparison Resource Set Snapshot'.
 interface ComparisonResourceSnapshot
          A representation of the model object 'Comparison Snapshot'.
 

Uses of ComparisonSnapshot in org.eclipse.emf.compare.diff.metamodel.impl
 

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement ComparisonSnapshot
 class ComparisonResourceSetSnapshotImpl
          An implementation of the model object ' Comparison Resource Set Snapshot'.
 class ComparisonResourceSnapshotImpl
          An implementation of the model object 'Comparison Snapshot'.
 

Uses of ComparisonSnapshot in org.eclipse.emf.compare.diff.metamodel.util
 

Methods in org.eclipse.emf.compare.diff.metamodel.util with parameters of type ComparisonSnapshot
 T DiffSwitch.caseComparisonSnapshot(ComparisonSnapshot object)
          Returns the result of interpreting the object as an instance of 'Comparison Snapshot'.
 

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

Fields in org.eclipse.emf.compare.ui.editor declared as ComparisonSnapshot
protected  ComparisonSnapshot ModelCompareEditorInput.inputSnapshot
          ComparisonSnapshot result of the underlying comparison.
 

Methods in org.eclipse.emf.compare.ui.editor with parameters of type ComparisonSnapshot
protected  ModelCompareInput ModelCompareEditorInput.createModelCompareInput(ComparisonSnapshot snap)
          Creates the ModelCompareInput for this editor input.
 

Constructors in org.eclipse.emf.compare.ui.editor with parameters of type ComparisonSnapshot
ModelCompareEditorInput(ComparisonSnapshot snapshot)
          This constructor takes a ComparisonSnapshot as input.
 

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

Methods in org.eclipse.emf.compare.ui.export with parameters of type ComparisonSnapshot
 void IExportAction.exportSnapshot(ComparisonSnapshot snapshot)
          This will be called when the described action will be triggered.
 

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

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


Copyright 2006 IBM Corporation and others.
All Rights Reserved.