org.eclipse.xtext.ui.refactoring.ui
Class RenameRefactoringExecuter.CheckConditionsAndCreateChangeRunnable

java.lang.Object
  extended by org.eclipse.xtext.ui.refactoring.ui.RenameRefactoringExecuter.CheckConditionsAndCreateChangeRunnable
All Implemented Interfaces:
org.eclipse.core.resources.IWorkspaceRunnable
Enclosing class:
RenameRefactoringExecuter

protected static class RenameRefactoringExecuter.CheckConditionsAndCreateChangeRunnable
extends java.lang.Object
implements org.eclipse.core.resources.IWorkspaceRunnable


Constructor Summary
RenameRefactoringExecuter.CheckConditionsAndCreateChangeRunnable(org.eclipse.swt.widgets.Shell shell, org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring refactoring)
           
 
Method Summary
 org.eclipse.ltk.core.refactoring.PerformChangeOperation getPerformChangeOperation()
           
 void run(org.eclipse.core.runtime.IProgressMonitor pm)
           
protected  boolean showStatusDialog(org.eclipse.ltk.core.refactoring.RefactoringStatus status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenameRefactoringExecuter.CheckConditionsAndCreateChangeRunnable

public RenameRefactoringExecuter.CheckConditionsAndCreateChangeRunnable(org.eclipse.swt.widgets.Shell shell,
                                                                        org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring refactoring)
Method Detail

run

public void run(org.eclipse.core.runtime.IProgressMonitor pm)
         throws org.eclipse.core.runtime.CoreException
Specified by:
run in interface org.eclipse.core.resources.IWorkspaceRunnable
Throws:
org.eclipse.core.runtime.CoreException

showStatusDialog

protected boolean showStatusDialog(org.eclipse.ltk.core.refactoring.RefactoringStatus status)

getPerformChangeOperation

public org.eclipse.ltk.core.refactoring.PerformChangeOperation getPerformChangeOperation()