1
edit
Changes
→Renaming Java elements
===Creating a Java class===
===Renaming Java elements===
# First, locate the Java elements you want to rename in the Package Explorer
# Once you have located your file right click on the Java element, select Refactor->Rename and then choose the new name you want for the file
# Java actually renames all instances of the previous file name to the new file, which is pretty nice
===Moving and copying Java elements===
===Navigate to a Java element's declaration===