org.eclipse.xtext.ui.refactoring.impl
Class DefaultRefactoringDocumentProvider.SaveEditorDocument

java.lang.Object
  extended by org.eclipse.xtext.ui.refactoring.impl.DefaultRefactoringDocumentProvider.AbstractRefactoringDocument
      extended by org.eclipse.xtext.ui.refactoring.impl.DefaultRefactoringDocumentProvider.EditorDocument
          extended by org.eclipse.xtext.ui.refactoring.impl.DefaultRefactoringDocumentProvider.SaveEditorDocument
All Implemented Interfaces:
IRefactoringDocument
Enclosing class:
DefaultRefactoringDocumentProvider

Deprecated.

@Deprecated
public static class DefaultRefactoringDocumentProvider.SaveEditorDocument
extends DefaultRefactoringDocumentProvider.EditorDocument


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.ui.refactoring.impl.IRefactoringDocument
IRefactoringDocument.Provider
 
Constructor Summary
DefaultRefactoringDocumentProvider.SaveEditorDocument(org.eclipse.emf.common.util.URI uri, org.eclipse.ui.texteditor.ITextEditor editor, org.eclipse.jface.text.IDocument document)
          Deprecated.  
 
Method Summary
 org.eclipse.ltk.core.refactoring.Change createChange(java.lang.String name, org.eclipse.text.edits.TextEdit textEdit)
          Deprecated.  
 
Methods inherited from class org.eclipse.xtext.ui.refactoring.impl.DefaultRefactoringDocumentProvider.EditorDocument
getDocument, getName, getOriginalContents
 
Methods inherited from class org.eclipse.xtext.ui.refactoring.impl.DefaultRefactoringDocumentProvider.AbstractRefactoringDocument
equals, getURI, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRefactoringDocumentProvider.SaveEditorDocument

public DefaultRefactoringDocumentProvider.SaveEditorDocument(org.eclipse.emf.common.util.URI uri,
                                                             org.eclipse.ui.texteditor.ITextEditor editor,
                                                             org.eclipse.jface.text.IDocument document)
Deprecated. 
Method Detail

createChange

public org.eclipse.ltk.core.refactoring.Change createChange(java.lang.String name,
                                                            org.eclipse.text.edits.TextEdit textEdit)
Deprecated. 
Specified by:
createChange in interface IRefactoringDocument
Overrides:
createChange in class DefaultRefactoringDocumentProvider.EditorDocument