Difference between revisions of "Team2/Viewing the Type Hierarchy"

From CDOT Wiki
Jump to: navigation, search
(Created page with '=Guide Line=')
 
 
Line 1: Line 1:
 
=Guide Line=
 
=Guide Line=
 +
*To view the Type Hierarchy of a particular java file, right-click on any of the classes we've thus far created and click on "Open Type Hierarchy"
 +
 +
*This reveals all the objects and methods within the file
 +
 +
*[http://zenit.senecac.on.ca/wiki/index.php/Team2/Searching_the_Workbench Click here] to progress to the next tutorial

Latest revision as of 00:02, 3 February 2011

Guide Line

  • To view the Type Hierarchy of a particular java file, right-click on any of the classes we've thus far created and click on "Open Type Hierarchy"
  • This reveals all the objects and methods within the file