Difference between revisions of "Team1/Navigate to a Java element's declaration"
(Created page with ' === 8. Navigate to a Java element's declaration === 8.1. Select the element you want to look through, then go to ''Navigate - > Open Decleration'' or press ''F3''. <br/> [[Ima…') |
|||
Line 1: | Line 1: | ||
+ | === 8. Navigate to a Java element's declaration === | ||
+ | |||
+ | 8.1. Select the element you want to look through, e.g. ''vehicle(constructor)'' then either:<br/> | ||
+ | [[Image:declerationa.jpg |600px]] | ||
+ | |||
+ | <br/>8.2.1. Go to ''Navigate - > Open Decleration'' or press ''F3''.<br /> | ||
+ | [[Image:decleration1.jpg |500px ]] | ||
− | + | <br/>8.2.2. Or, right click on the element and click on ''Open Decleration'' or press ''F3''.<br /> | |
+ | [[Image:decleration2.jpg |500px ]] | ||
− | |||
− | |||
− | |||
− | |||
− | <br/>8.3. The | + | <br/>8.3. The implementation of the constructor of ''Vehicle'' class will be opened up.<br /> |
− | [[Image: | + | [[Image:decleration3.jpg |600px ]] |
Latest revision as of 11:40, 30 January 2011
8.1. Select the element you want to look through, e.g. vehicle(constructor) then either:
8.2.1. Go to Navigate - > Open Decleration or press F3.
8.2.2. Or, right click on the element and click on Open Decleration or press F3.
8.3. The implementation of the constructor of Vehicle class will be opened up.