org.eclipse.xtext.ui.editor.model.edit
Interface ITextEditComposer

All Known Implementing Classes:
DefaultTextEditComposer

public interface ITextEditComposer

Author:
Knut Wannheden - Initial contribution and API

Method Summary
 void beginRecording(org.eclipse.emf.ecore.resource.Resource resource)
           
 org.eclipse.text.edits.TextEdit endRecording()
           
 org.eclipse.text.edits.TextEdit getTextEdit()
           
 

Method Detail

beginRecording

void beginRecording(org.eclipse.emf.ecore.resource.Resource resource)

endRecording

org.eclipse.text.edits.TextEdit endRecording()

getTextEdit

org.eclipse.text.edits.TextEdit getTextEdit()