Author:  Mike Atkinson Software
Release Notes
Download
Contributors

Previous Page

Software::JRefactory - Rename Class

Next Page

Renaming a class

You can also rename a class. The class is renamed, and all references to that type are changed in the system. It intelligently changes local references (MyClass) to the full package name (my.package.MyClass) when the the file in question already imports a MyClass object from another package.

To rename a class press the right mouse button on the class to be renamed. Select the rename class menu option. Enter the new name of the class.

Previous Page

Last Modified: October 7, 2003

Previous Page