public static class DefaultRefactoringDocumentProvider.EditorDocument extends DefaultRefactoringDocumentProvider.AbstractRefactoringDocument
IRefactoringDocument.Provider| Constructor and Description |
|---|
DefaultRefactoringDocumentProvider.EditorDocument(org.eclipse.emf.common.util.URI resourceURI,
org.eclipse.ui.texteditor.ITextEditor editor,
org.eclipse.jface.text.IDocument document,
boolean doSave) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.ltk.core.refactoring.Change |
createChange(String name,
org.eclipse.text.edits.TextEdit textEdit) |
org.eclipse.jface.text.IDocument |
getDocument() |
org.eclipse.ui.texteditor.ITextEditor |
getEditor() |
protected String |
getName() |
String |
getOriginalContents() |
boolean |
isDoSave() |
equals, getURI, hashCodepublic DefaultRefactoringDocumentProvider.EditorDocument(org.eclipse.emf.common.util.URI resourceURI,
org.eclipse.ui.texteditor.ITextEditor editor,
org.eclipse.jface.text.IDocument document,
boolean doSave)
public org.eclipse.ui.texteditor.ITextEditor getEditor()
public org.eclipse.jface.text.IDocument getDocument()
public boolean isDoSave()
public org.eclipse.ltk.core.refactoring.Change createChange(String name, org.eclipse.text.edits.TextEdit textEdit)
createChange in interface IRefactoringDocumentcreateChange in class DefaultRefactoringDocumentProvider.AbstractRefactoringDocumentprotected String getName()
public String getOriginalContents()
Copyright © 2016. All Rights Reserved.