org.eclipse.xtext.xbase.ui.jvmmodel.refactoring.jdt
Class JdtAwareRenameSupportFactory.JdtRefactoringSupportWrapper

java.lang.Object
  extended by org.eclipse.xtext.xbase.ui.jvmmodel.refactoring.jdt.JdtAwareRenameSupportFactory.JdtRefactoringSupportWrapper
All Implemented Interfaces:
IRenameSupport
Enclosing class:
JdtAwareRenameSupportFactory

protected static class JdtAwareRenameSupportFactory.JdtRefactoringSupportWrapper
extends java.lang.Object
implements IRenameSupport


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.ui.refactoring.ui.IRenameSupport
IRenameSupport.Factory
 
Constructor Summary
JdtAwareRenameSupportFactory.JdtRefactoringSupportWrapper(org.eclipse.jdt.core.refactoring.descriptors.RenameJavaElementDescriptor renameDescriptor)
           
 
Method Summary
protected  org.eclipse.swt.widgets.Shell getShell()
           
 void startDirectRefactoring()
           
 void startRefactoringWithDialog(boolean previewOnly)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdtAwareRenameSupportFactory.JdtRefactoringSupportWrapper

public JdtAwareRenameSupportFactory.JdtRefactoringSupportWrapper(org.eclipse.jdt.core.refactoring.descriptors.RenameJavaElementDescriptor renameDescriptor)
                                                          throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException
Method Detail

startRefactoringWithDialog

public void startRefactoringWithDialog(boolean previewOnly)
                                throws java.lang.InterruptedException
Specified by:
startRefactoringWithDialog in interface IRenameSupport
Throws:
java.lang.InterruptedException

startDirectRefactoring

public void startDirectRefactoring()
                            throws java.lang.InterruptedException
Specified by:
startDirectRefactoring in interface IRenameSupport
Throws:
java.lang.InterruptedException

getShell

protected org.eclipse.swt.widgets.Shell getShell()