Difference between revisions of "Teams Winter 2011/team2/lab1"

From CDOT Wiki
Jump to: navigation, search
Line 1: Line 1:
 
=Tutorial=
 
=Tutorial=
==[[team2/PreparingEclipse | Preparing Eclipse]]==
+
#[[team2/PreparingEclipse | Preparing Eclipse]]
==Creating your first Java project==
+
#[[team2/Creating your first Java project | Creating your first Java project]]
==Browsing Java elements using the package explorer==
+
#[[team2/Browsing Java Elements Using the Package Explorer | Browsing Java Elements Using the Package Explorer]]
==Editing Java elements==
+
#[[team2/Editing Java Elements | Editing Java Elements]]
==Creating a Java class==
+
#[[team2/Creating a Java Class | Creating a Java Class]]
==Renaming Java elements==
+
#Renaming Java Elements
==Moving and copying Java elements==
+
#Moving and Copying Java Elements
==Navigate to a Java element's declaration==
+
#Navigate to a Java Element's Declaration
==Viewing the type Hierarchy==
+
#Viewing the Type Hierarchy
==Searching the workbench==
+
#Searching the Workbench
==Running your programs==
+
#Running your Programs
==Debugging your programs==
+
#Debugging your Programs
==Evaluating expressions==
+
#Evaluating Expressions
==Evaluating snippets==
+
#Evaluating Snippets
==Using the Java browsing perspective==
+
#Using the Java Browsing Perspective
==Writing and running JUnit tests==
+
#Writing and Running JUnit Tests

Revision as of 21:03, 2 February 2011

Tutorial

  1. Preparing Eclipse
  2. Creating your first Java project
  3. Browsing Java Elements Using the Package Explorer
  4. Editing Java Elements
  5. Creating a Java Class
  6. Renaming Java Elements
  7. Moving and Copying Java Elements
  8. Navigate to a Java Element's Declaration
  9. Viewing the Type Hierarchy
  10. Searching the Workbench
  11. Running your Programs
  12. Debugging your Programs
  13. Evaluating Expressions
  14. Evaluating Snippets
  15. Using the Java Browsing Perspective
  16. Writing and Running JUnit Tests