org.eclipse.xtext.ui.refactoring.ui
Class SaveHelper

java.lang.Object
  extended by org.eclipse.xtext.ui.refactoring.ui.SaveHelper

public class SaveHelper
extends java.lang.Object

Author:
Jan Koehnlein - Initial contribution and API

Constructor Summary
SaveHelper()
           
 
Method Summary
protected  org.eclipse.ui.IEditorPart getOpenEditor(org.eclipse.emf.common.util.URI uri, org.eclipse.ui.IWorkbenchPage page)
           
protected  org.eclipse.ui.IWorkbenchPage getWorkbenchPage(IRenameElementContext context)
           
protected  void saveDeclaringEditor(IRenameElementContext context, org.eclipse.ui.IWorkbenchPage workbenchPage)
           
 void saveEditors(IRenameElementContext context)
           
protected static void waitForAutoBuild()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveHelper

public SaveHelper()
Method Detail

saveEditors

public void saveEditors(IRenameElementContext context)

getWorkbenchPage

protected org.eclipse.ui.IWorkbenchPage getWorkbenchPage(IRenameElementContext context)

saveDeclaringEditor

protected void saveDeclaringEditor(IRenameElementContext context,
                                   org.eclipse.ui.IWorkbenchPage workbenchPage)

getOpenEditor

protected org.eclipse.ui.IEditorPart getOpenEditor(org.eclipse.emf.common.util.URI uri,
                                                   org.eclipse.ui.IWorkbenchPage page)

waitForAutoBuild

protected static void waitForAutoBuild()