From: axelcl the input page for the Rename Property refactoring, where users can
- * control the effects of the refactoring; to be shown in the wizard. We let the user enter the new name for the property, and we let her
- * decide whether other property files in the bundle should be affected, and
- * whether the operation is supposed to span the entire workspace or only
- * the current project.
+ * the input page for the Rename Property refactoring, where users can control
+ * the effects of the refactoring; to be shown in the wizard.
+ *
+ * We let the user enter the new name for the property, and we let her decide
+ * whether other property files in the bundle should be affected, and whether
+ * the operation is supposed to span the entire workspace or only the current
+ * project.
+ * The wizard that is shown to the user for entering the necessary
- * information for property renaming.
The wizard class is primarily needed for deciding which pages are * shown to the user. The actual user interface creation goes on the @@ -29,9 +29,6 @@ public class RenameLocalVariableWizard extends RefactoringWizard { } - // interface methods of RefactoringWizard - ///////////////////////////////////////// - protected void addUserInputPages() { setDefaultPageTitle( getRefactoring().getName() ); addPage( new RenameLocalVariablePage( info ) );