org.eclipse.xtext.ui.refactoring.ui
Interface IRenameElementContext

All Known Implementing Classes:
IRenameElementContext.Impl, RenameJvmDeclarationContext, RenameJvmReferenceContext

public interface IRenameElementContext

The context information of a rename element refactoring.

Author:
Jan Koehnlein - Initial contribution and API, Holger Schill

Nested Class Summary
static class IRenameElementContext.Impl
           
 
Method Summary
 org.eclipse.emf.common.util.URI getContextResourceURI()
           
 org.eclipse.emf.ecore.EClass getTargetElementEClass()
           
 org.eclipse.emf.common.util.URI getTargetElementURI()
           
 org.eclipse.ui.IEditorPart getTriggeringEditor()
           
 org.eclipse.jface.viewers.ISelection getTriggeringEditorSelection()
           
 

Method Detail

getTargetElementURI

org.eclipse.emf.common.util.URI getTargetElementURI()

getContextResourceURI

org.eclipse.emf.common.util.URI getContextResourceURI()

getTargetElementEClass

org.eclipse.emf.ecore.EClass getTargetElementEClass()

getTriggeringEditor

org.eclipse.ui.IEditorPart getTriggeringEditor()

getTriggeringEditorSelection

org.eclipse.jface.viewers.ISelection getTriggeringEditorSelection()