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 | …')
 
(Browsing Java elements using the package explorer)
Line 2: Line 2:
  
 
The Package Explorer view is one of the elements in the default Eclipse settings<br />
 
The Package Explorer view is one of the elements in the default Eclipse settings<br />
[[Image: Package_Explorer.jpg | 600px]]
+
[[Image: Package_Explorer.jpg | 400px]]
  
1.1. Click on Package Explorer and expand the project, then expand the ''src'' folder to see packages.  
+
1.1. 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.
+
1.2. 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.
+
1.3. 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 ]]

Revision as of 19:14, 25 January 2011

Browsing Java elements using the package explorer

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

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