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.


Last Modified: 30 October 2003