Rename Class dialog box

This is a feature of JBuilder SE and Enterprise.

The Rename Class dialog box renames a class, inner class, or interface. Rename refactoring an outer public class renames all declarations of and all usages of the class and the source file. If you select a constructor, the rename refactoring renames the class.

To display this dialog box, open the source file in the editor or in a UML class diagram. Right-click the class, inner class, or interface you want to change the name of and choose Rename.

Package

The name of the package. This field is read-only.

Old Name

The existing name of the class.

New Name

The new name of the class.

View References Before Refactoring

Displays the potential changes in the Refactoring tab of the message pane. The Refactoring button in the toolbar must be selected in order to complete the refactoring.

OK

Displays the Refactoring tab (if the preview option is selected) or completes the refactoring.

See also