| java.lang.Object refactor.RenameRefactoring
RenameRefactoring | public class RenameRefactoring (Code) | | This class starts the monitored refactoring progress. This progress consists of three
parts. At the beginning the modify operation, then source update and the model update
progress.
author: sh |
startRenameRefactoring | public void startRenameRefactoring(Object selection, String newName)(Code) | | Starts the monitored rename refactoring progress.
Parameters: selection - the selected object Parameters: newName - the new name to set |
|
|