Difference between revisions of "User:Cgomes7/Basics"

From CDOT Wiki
Jump to: navigation, search
(Browsing Java elements using the package explorer)
(Browsing Java elements using the package explorer)
Line 14: Line 14:
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
|
+
|-
 
- To browse java elements using package explorer, expand the java package to show all the java classes.
 
- To browse java elements using package explorer, expand the java package to show all the java classes.
  
 
- Expand a java class, all the java elements are now visible. || [[Image:JavaElements.jpg|thumb|widthpx| ]]
 
- Expand a java class, all the java elements are now visible. || [[Image:JavaElements.jpg|thumb|widthpx| ]]
|-
+
-|}
| cell || cell
 
|}
 
  
 
== Editing Java elements ==
 
== Editing Java elements ==

Revision as of 20:50, 1 February 2011

DPS914 - Basic Lab

Basic Lab

Preparing Eclipse

Creating your first Java project

Tung tutorial project

Browsing Java elements using the package explorer

- To browse java elements using package explorer, expand the java package to show all the java classes. - Expand a java class, all the java elements are now visible. ||
JavaElements.jpg

-|}

Editing Java elements

Creating a Java class

Renaming Java elements

Tung tutorial project

Moving and copying Java elements

- Right click on a java class -> Refactor -> Move
Move.jpg
cell cell

Navigate to a Java element's declaration

Viewing the type Hierarchy

Searching the workbench

Tung tutorial project

Running your programs

Debugging your programs

Evaluating expressions

Evaluating snippets

Tung tutorial project

Using the Java browsing perspective

Writing and running JUnit tests