public interface IRenameElementContext
IRenameRefactoringProvider chooses the implementation of the refactoring processor.| Modifier and Type | Interface and Description |
|---|---|
static class |
IRenameElementContext.Impl |
| Modifier and Type | Method and Description |
|---|---|
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() |
org.eclipse.emf.common.util.URI getTargetElementURI()
org.eclipse.emf.common.util.URI getContextResourceURI()
org.eclipse.emf.ecore.EClass getTargetElementEClass()
org.eclipse.ui.IEditorPart getTriggeringEditor()
org.eclipse.jface.viewers.ISelection getTriggeringEditorSelection()
Copyright © 2016. All Rights Reserved.