From b17c2cd9dc2736623f5c0f7f20c3f82d701de1f1 Mon Sep 17 00:00:00 2001
From: bananeweizen 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 ) );
--
1.7.1
From 8ff3b3ceb168f0d19cbb00a1b463c3efab574abf Mon Sep 17 00:00:00 2001
From: bananeweizen