org.eclipse.xtext.ui.refactoring.ui
Interface IRenameSupport

All Known Implementing Classes:
DefaultRenameSupport, JdtAwareRenameSupportFactory.JdtRefactoringSupportWrapper

public interface IRenameSupport

Author:
Jan Koehnlein - Initial contribution and API

Nested Class Summary
static interface IRenameSupport.Factory
           
 
Method Summary
 void startDirectRefactoring()
           
 void startRefactoringWithDialog(boolean previewOnly)
           
 

Method Detail

startRefactoringWithDialog

void startRefactoringWithDialog(boolean previewOnly)
                                throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

startDirectRefactoring

void startDirectRefactoring()
                            throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException