blob: cda772546d75a77b4b4bbf8e1ecfe6163f1e9e06 [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, 2007. 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>Problems</span></li>
<li><span>Javadoc</span></li>
<li><span>Declaration</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>Variables</span></li>
<li><span>Expressions</span></li>
<li><span>Outline</span></li>
<li><span>Console</span></li>
<li><span>Tasks</span></li>
</ul>
<p><img src="../images/ngrelc.png" alt="Related concepts" border="0"></p>
<p>
<a href="../concepts/cjavaviews.htm">Java views</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/views/console/ref-console_view.htm">Console view</a><br>
<a href="../reference/views/debug/ref-debug_view.htm">Debug view</a><br>
<a href="../reference/views/display/ref-display_view.htm">Display view</a><br>
<a href="../reference/views/expressions/ref-expressions_view.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/views/variables/ref-variables_view.htm">Variables view</a></p>
</body>
</html>