Create a wizard for ExtractString based on a simple dialog with one page.paramref The instance of {@link ExtractStringRefactoring} to associate to the wizard.paramproject The project where the wizard was invoked from (e.g. where the user selection happened, so that we can retrieve project resources.) super(ref, DIALOG_BASED_USER_INTERFACE | PREVIEW_EXPAND_FIRST_NODE); mProject = project; setDefaultPageTitle(ref.getName());
super(ref, DIALOG_BASED_USER_INTERFACE | PREVIEW_EXPAND_FIRST_NODE); mProject = project; setDefaultPageTitle(ref.getName());
addPage(new ExtractStringInputPage(mProject));