Rename Package dialog box

This is a feature of JBuilder Enterprise.

The Rename Package dialog box renames a package. Rename refactoring a package renames the package and the entire sub-tree of packages to the new root package name. It also moves the package, all classes, and all other files to the new name and source directory. The existing source directory structure for that package is deleted.

To display this dialog box, select the package you want to move from a UML class or package diagram. Right-click and choose Rename.

Old Name

The existing name of the package.

New Name

The new name of the package.

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

Completes the refactoring.

See also