Refactoring Window
See Also
The Refactoring window appears at the bottom of the IDE when you
initiate a refactoring operation. The window provides a preview of files
and class elements that the refactoring operation affects. The refactoring
changes are applied once you click the Do Refactoring button.
You can do the following in the Refactoring window:
- Designate the files or elements of code that you want to apply the
refactoring changes by selecting or clearing
the appropriate checkboxes.
- Open the file that a line of output
refers to in the Source Editor by double-clicking the line.
- Refresh the refactoring preview. Click the
icon
to display any changes you have made since initiating
the refactoring command.
- Apply the refactoring changes to the selected files
and Java elements by clicking Do Refactoring.
- See Also
- Refactoring: Quick Reference
- Renaming a Class or Interface
- Renaming a Field or Method
- Moving a Class to Another Java Package
- Encapsulating a Field
- Undoing Refactoring Changes
Legal Notices