org.eclipse.xtext.ui.refactoring.impl
Class DefaultDependentElementsCalculator

java.lang.Object
  extended by org.eclipse.xtext.ui.refactoring.impl.DefaultDependentElementsCalculator
All Implemented Interfaces:
IDependentElementsCalculator
Direct Known Subclasses:
JvmModelDependentElementsCalculator

public class DefaultDependentElementsCalculator
extends java.lang.Object
implements IDependentElementsCalculator

Delivers all contained elements of an element to be renamed in order to updated references to them.

Author:
Jan Koehnlein - Initial contribution and API

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.ui.refactoring.IDependentElementsCalculator
IDependentElementsCalculator.Null
 
Constructor Summary
DefaultDependentElementsCalculator()
           
 
Method Summary
 java.util.List<org.eclipse.emf.common.util.URI> getDependentElementURIs(org.eclipse.emf.ecore.EObject baseElement, org.eclipse.core.runtime.IProgressMonitor monitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDependentElementsCalculator

public DefaultDependentElementsCalculator()
Method Detail

getDependentElementURIs

public java.util.List<org.eclipse.emf.common.util.URI> getDependentElementURIs(org.eclipse.emf.ecore.EObject baseElement,
                                                                               org.eclipse.core.runtime.IProgressMonitor monitor)
Specified by:
getDependentElementURIs in interface IDependentElementsCalculator