Changes

Jump to: navigation, search

Team1/Moving and copying Java elements

No change in size, 13:34, 30 January 2011
no edit summary
=== 67. Moving and copying Java elements ===
67.1. To '''Move''' a class to another package: <br/>
Click on ''Refactor -> Move'' <br/>
[[Image:move1.jpg |600px]]
<br/>67.2. IIn the ''Move'' window,chose the new package (destination), e.g."cs.ecl.basics.lab_1" and check the ''Update references to the moved element(s)'' then click on OK. .<br />
[[Image:move2.jpg |500px ]]
<br/>67.3. The following code will be the content of the ''VehicleRegistration'' class. Note the package name. <br />
[[Image:move3.jpg |600px ]]
<br/>67.4. To '''Copy''' a class to another package:<br/>
Right Click on the class name in the ''Package Explorer'', then select ''Copy'', <br/>
[[Image:copy1.jpg |600px]]
<br/>67.5. Then right click on the destination package and select ''Paste''. The package name in the copied class would be the same as the destination package name. <br />
[[Image:copy2.jpg |500px ]]
<br/>67.6. The following code will be the content of the copied ''VehicleRegistration'' class. Note the package name.<br />
[[Image:copy3.jpg |600px ]]
1
edit

Navigation menu