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 BasicChangeRecorder.changeDescription
           
 

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

Methods in org.eclipse.emf.ecore.change.util with parameters of type ChangeDescription
 void ChangeRecorder.beginRecording(ChangeDescription changeDescription, java.util.Collection<?> rootObjects)
          Begins recording any changes made to the elements of the specified collection, adding the changes to and existing ChangeDescription.
 T ChangeSwitch.caseChangeDescription(ChangeDescription object)
          Returns the result of interpreting the object as an instance of 'Description'
protected  void BasicChangeRecorder.setChangeDescription(ChangeDescription 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.