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

Packages that use ModelInputSnapshot
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.wizard Provides the wizard allowing for the serialization of a comparison result as an emfdiff file. 
 

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

Methods in org.eclipse.emf.compare.diff.metamodel that return ModelInputSnapshot
 ModelInputSnapshot DiffFactory.createModelInputSnapshot()
          Returns a new object of class 'Model Input Snapshot'.
 

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

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement ModelInputSnapshot
 class ModelInputSnapshotImpl
          An implementation of the model object 'Model Input Snapshot'
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return ModelInputSnapshot
 ModelInputSnapshot DiffFactoryImpl.createModelInputSnapshot()
           
 

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

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

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

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

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

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

Uses of ModelInputSnapshot in org.eclipse.emf.compare.ui.wizard
 

Methods in org.eclipse.emf.compare.ui.wizard with parameters of type ModelInputSnapshot
 void SaveDeltaWizard.init(org.eclipse.ui.IWorkbench workbench, ModelInputSnapshot inputSnapshot)
          initalizes the wizard.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.