26 parent=None): |
26 parent=None): |
27 """ |
27 """ |
28 Constructor |
28 Constructor |
29 |
29 |
30 @param refactoring reference to the main refactoring object |
30 @param refactoring reference to the main refactoring object |
31 @type Refactoring |
31 @type RefactoringServer |
32 @param title title of the dialog |
32 @param title title of the dialog |
33 @type str |
33 @type str |
34 @param changeGroupName name of the change group |
34 @param changeGroupName name of the change group |
35 @type str |
35 @type str |
36 @param method method to produce the refactoring changes |
36 @param method method to produce the refactoring changes |