blob: 9ac8c9605b4c7f4d731faa269383f42850da54ea [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
<title>Java views</title>
</head>
<body>
<h1>Java views</h1>
<p>The Java development tools contribute the following views to the workbench:</p>
<h2>Package Explorer view</h2>
<p>The Package Explorer view shows the Java element hierarchy of the Java projects in your workbench.
It provides you with a Java-specific view of the resources shown in the
Navigator. The element hierarchy is derived from the project's build class paths.
<br>For each project, its source folders and referenced libraries are shown in the tree.
You can open and browse the contents of both internal and external JAR files.</p>
<h2>Hierarchy view</h2>
<p>The Hierarchy view allows you to look at the complete hierarchy for a
type, only its subtypes, or only its supertypes.</p>
<h2>Projects view</h2>
<p>The Projects view shows Java projects, source folders, external and internal libraries.
<br>
Note: source folders and libraries (both internal and external) presented in this view are not expandable.
When they are selected, their contents are shown in the Packages view.</p>
<h2>Packages view</h2>
<p>The Packages view shows a list of Java packages from the currently selected Java projects, source folders or libraries.
Typically, the Projects view is used to make this selection.
</p>
<h2>Types view</h2>
<p>The Types view shows a list of Java types from the currently selected packages.
Typically, the Packages view is used to make this selection.
</p>
<h2>Members view</h2>
<p>The Members shows the content of a type, compilation unit or CLASS file.
Typically, the Types view is used to make this selection.
</p>
<p><img src="../images/ngrelc.png" alt="Related concepts" border="0"></p>
<p>
<a href="../concepts/concepts-5.htm">Java perspectives</a></p>
<p><img border="0" src="../images/ngrelt.png" alt="Related tasks"></p>
<p>
<a href="../tasks/tasks-consoleAppearance.htm">Changing the appearance of the Console view</a><br>
<a href="../tasks/tasks-38.htm">Changing the appearance of the Hierarchy view</a></p>
<p><img border="0" src="../images/ngrelr.png" alt="Related reference"></p>
<p>
<a href="../reference/views/breakpoints/ref-breakpoints_view.htm">Breakpoints view</a><br>
<a href="../reference/ref-45.htm">Console view</a><br>
<a href="../reference/ref-51.htm">Debug view</a><br>
<a href="../reference/ref-52.htm">Display view</a><br>
<a href="../reference/ref-56.htm">Expressions view</a><br>
<a href="../reference/ref-view-outline.htm">Java outline</a><br>
<a href="../reference/ref-view-package-explorer.htm">Package Explorer view</a><br>
<a href="../reference/ref-type-hierarchy.htm">Type Hierarchy view</a><br>
<a href="../reference/ref-74.htm">Variables view</a><br>
<a href="../reference/views/ref-viewsandeditors.htm">Views and editors</a><br>
<br>
</p>
</body>
</html>