Difference between revisions of "Team1/Browsing Java elements using the package explorer"

From CDOT Wiki
Jump to: navigation, search
(Created page with '=== Browsing Java elements using the package explorer === The Package Explorer view is one of the elements in the default Eclipse settings<br /> [[Image: Package_Explorer.jpg | …')
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== Browsing Java elements using the package explorer ===
+
=== 3. Browsing Java elements using the package explorer ===
  
The Package Explorer view is one of the elements in the default Eclipse settings<br />
+
3.1. The Package Explorer view is one of the elements in the default Eclipse settings<br />
[[Image: Package_Explorer.jpg | 600px]]
+
[[Image: Package_Explorer.jpg | 300px]]
  
1.1. Click on Package Explorer and expand the project, then expand the ''src'' folder to see packages.  
+
3.2. Click on Package Explorer and expand the project, then expand the ''src'' folder to see packages.<br />
1.2. Expand the lab project to see all elements.
+
3.3. Expand the lab project to see all elements.<br />
1.3. Expand the class you want to explore. Here double click on the needed method to go to it implementation.
+
3.4. Expand the class you want to explore. Here double click on the needed method to go to it implementation.<br/>
[[Image: Package_Explorer2.jpg | 400px ]]
+
[[Image: Package_Explorer2.jpg | 600px ]]

Latest revision as of 09:04, 1 February 2011

3. Browsing Java elements using the package explorer

3.1. The Package Explorer view is one of the elements in the default Eclipse settings
Package Explorer.jpg

3.2. Click on Package Explorer and expand the project, then expand the src folder to see packages.
3.3. Expand the lab project to see all elements.
3.4. Expand the class you want to explore. Here double click on the needed method to go to it implementation.
Package Explorer2.jpg