blob: b6c6e4fe377c1ab48540d6f61f4bf7bb8ac92daa [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 perspectives</title>
</head>
<body>
<h1>Java perspectives</h1>
The Java development tools contribute the following perspectives to the workbench:
<h2>Java</h2>
<p>A perspective designed for working with Java projects. It consists of an editor area and the following views:</p>
<ul>
<li><span>Package Explorer</span></li>
<li><span>Hierarchy</span></li>
<li><span>Outline</span></li>
<li><span>Search</span></li>
<li><span>Console</span></li>
<li><span>Tasks</span></li>
</ul>
<h2>Java Browsing</h2>
<p>A perspective designed for browsing the structure of Java projects. It consists of an editor area and the following views:</p>
<ul>
<li><span>Projects</span></li>
<li><span>Packages</span></li>
<li><span>Types</span></li>
<li><span>Members</span></li>
</ul>
<h2>Java Type Hierarchy</h2>
<p>A perspective designed for exploring a type hierarchy. It can be opened on types, compilation units, packages, projects or source folders and consists of the Hierarchy
view and an editor.</p>
<h2>Debug</h2>
<p>A perspective designed for debugging your Java program. It includes an editor area and the following views.</p>
<ul>
<li><span>Debug</span></li>
<li><span>Breakpoints</span></li>
<li><span>Expressions</span></li>
<li><span>Variables</span></li>
<li><span>Display</span></li>
<li><span>Outline</span></li>
<li><span>Console</span></li>
</ul>
<p><img src="../images/ngrelc.png" alt="Related concepts" border="0"></p>
<p>
<a href="../concepts/concepts-1.htm">Java development tools (JDT)</a><br>
<a href="../concepts/concepts-6.htm">Java views</a></p>
<p><img border="0" src="../images/ngrelt.png" alt="Related tasks"></p>
<p>
<a href="../tasks/tasks-144.htm">Adding breakpoints</a><br>
<a href="../tasks/tasks-42.htm">Opening a type hierarchy in its own perspective</a><br>
<a href="../tasks/tasks-134.htm">Suspending threads</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></p>
</body>
</html>