Uses of Interface
org.eclipse.emf.ecore.change.ChangeDescription

Packages that use ChangeDescription
org.eclipse.emf.ecore.change Provides an API for describing and applying model changes. 
org.eclipse.emf.ecore.change.impl Provides an implementation of the Change model. 
org.eclipse.emf.ecore.change.util Provides utilities. 
org.eclipse.emf.edit.command This provides a framework for implementing and composing Commands as well as implementations of all primitive EMF commands.
 

Uses of ChangeDescription in org.eclipse.emf.ecore.change
 

Methods in org.eclipse.emf.ecore.change that return ChangeDescription
 ChangeDescription ChangeFactory.createChangeDescription()
          Returns a new object of class 'Description'
 

Uses of ChangeDescription in org.eclipse.emf.ecore.change.impl
 

Classes in org.eclipse.emf.ecore.change.impl that implement ChangeDescription
 class ChangeDescriptionImpl
           An implementation of the model object 'Description'
 

Methods in org.eclipse.emf.ecore.change.impl that return ChangeDescription
 ChangeDescription ChangeFactoryImpl.createChangeDescription()
           
 

Uses of ChangeDescription in org.eclipse.emf.ecore.change.util
 

Fields in org.eclipse.emf.ecore.change.util declared as ChangeDescription
protected  ChangeDescription ChangeRecorder.changeDescription
           
 

Methods in org.eclipse.emf.ecore.change.util that return ChangeDescription
 ChangeDescription ChangeRecorder.summarize()
          Summarizes the changes made to the analysed objects on the change description returned by the ChangeRecorder.endRecording() without ending the recording.
 ChangeDescription ChangeRecorder.endRecording()
          Ends the recording.
protected  ChangeDescription ChangeRecorder.createChangeDescription()
           
 

Methods in org.eclipse.emf.ecore.change.util with parameters of type ChangeDescription
 Object ChangeSwitch.caseChangeDescription(ChangeDescription object)
          Returns the result of interpretting the object as an instance of 'Description'
 void ChangeRecorder.beginRecording(ChangeDescription changeDescription, Collection rootObjects)
          Begins recording any changes made to the elements of the specifed collection, adding the changes to and existing ChangeDescription.
 

Uses of ChangeDescription in org.eclipse.emf.edit.command
 

Fields in org.eclipse.emf.edit.command declared as ChangeDescription
protected  ChangeDescription ChangeCommand.changeDescription
           
 

Methods in org.eclipse.emf.edit.command that return ChangeDescription
protected  ChangeDescription ChangeCommand.getChangeDescription()
           
 

Methods in org.eclipse.emf.edit.command with parameters of type ChangeDescription
protected  void ChangeCommand.setChangeDescription(ChangeDescription changeDescription)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.