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

Packages that use ListChange
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. 
 

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

Methods in org.eclipse.emf.ecore.change that return ListChange
 ListChange ChangeFactory.createListChange()
          Returns a new object of class 'List Change'
 

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

Classes in org.eclipse.emf.ecore.change.impl that implement ListChange
 class ListChangeImpl
           An implementation of the model object 'List Change'
 

Methods in org.eclipse.emf.ecore.change.impl that return ListChange
protected  ListChange FeatureMapEntryImpl.createListChange(EList changesList, ChangeKind kind, int index)
           
protected  ListChange FeatureChangeImpl.createListChange(EList changesList, ChangeKind kind, int index)
           
 ListChange ChangeFactoryImpl.createListChange()
           
 

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

Methods in org.eclipse.emf.ecore.change.util that return ListChange
protected  ListChange ChangeRecorder.createListChange(EList changesList, ChangeKind kind, int index)
           
 

Methods in org.eclipse.emf.ecore.change.util with parameters of type ListChange
 Object ChangeSwitch.caseListChange(ListChange object)
          Returns the result of interpretting the object as an instance of 'List Change'
 


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