Move Class Dialog Box
See Also
Use the Move Class dialog box to specify where to move classes
and to specify whether other code is updated to reflect the new location of the class.
The Move Class dialog box appears after you have done one of the following actions:
- Chosen the Refactor > Move Classes refactoring command.
- Cut and pasted Java files in the Projects window or in the Files window.
- Dragged and dropped files in the Projects window or in the Files window.
The dialog box has the following fields:
If you do not want the class to be moved, click Cancel.
If you want to proceed with the refactoring, follow these steps:
- Click Next.
The Refactoring
window opens and displays a tree view of the code to be affected by the refactoring.
- Check the items displayed in the Refactoring window to make sure that you want them
all changed. Clear the checkbox next to any parts of the code that
you do not want changed.
- Click Do Refactoring.
- You should always perform a clean build after completing
any refactoring commands. You can do a clean build by right-clicking the project's
node in the Projects window and choosing Clean and Build Project.
- See Also
- Refactoring: Quick Reference
- Renaming a Class or Interface
- Renaming a Field or Method
- Moving a Class to Another Java Package
- Undoing Refactoring Changes
Legal Notices