26 Constructor |
26 Constructor |
27 |
27 |
28 @param refactoring reference to the main refactoring object |
28 @param refactoring reference to the main refactoring object |
29 @type RefactoringServer |
29 @type RefactoringServer |
30 @param title title of the dialog |
30 @param title title of the dialog |
31 @str str |
31 @type str |
32 @param filename file name to be worked on |
32 @param filename file name to be worked on |
33 @type str |
33 @type str |
34 @param startOffset offset within file to start extraction |
34 @param startOffset offset within file to start extraction |
35 @type int |
35 @type int |
36 @param endOffset offset within file to end extraction |
36 @param endOffset offset within file to end extraction |