Refactoring Window

See Also

The Refactoring window opens when you click Preview in the Rename dialog box. On the left, the window shows a tree view of the occurrences in your project of the element that you are renaming. On the right is a split panel showing the selected source file and the refactored source file on the right. You can deselect files in which you do not want the name changed, or occurrences of the name you do not want changed, using the checkboxes in the tree view.

Buttons at the left side of the Refactoring window allow you to change the display:

Button Description
Refresh button Updates the refactoring display.
Collapse/Expand button Collapses or expands the occurrences tree.
Show logical view button Changes the list from the physical view (default) to the logical view.
Show physical view button Changes the list from the logical view to the physical view.
Previous button Moves the focus to the previous occurrence in the list.
Next button Moves the focus to the next occurrence in the list.
See Also
Refactoring Source Files

Copyright © 2015, Oracle and/or its affiliates. All rights reserved.