blob: 2273b7890a3f1285d42c7f366b4fcda76b3c9a0e [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//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." >
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>
Java outline
</title>
</head>
<body>
<h1>
Java outline
</h1>
<p>
This view displays an outline of the structure of the currently-active Java file in the editor area.
</p>
<h2 class="Head">
Toolbar buttons
</h2>
<table border="1" cellspacing="0" cellpadding="5" width="100%">
<thead>
<tr>
<th>
<p>
Command
</p>
</th>
<th>
<p>
Description
</p>
</th>
</tr>
</thead>
<tbody>
<tr>
<td valign="top">
<p>
Go into Top Level Type
</p>
</td>
<td valign="top">
<p>
Makes the top level type of the compilation unit the new input for this view.
Package declaration and import statements are no longer shown.
</p>
</td>
</tr>
<tr>
<td valign="top">
<p>
Sort
</p>
</td>
<td valign="top">
<p>
This option can be toggled to either sort the outline elements in alphabetical order or sequential order, as defined inside the compilation unit.
</p>
<em>Note: Static members are always listed first.</em>
</td>
</tr>
<tr>
<td valign="top">
<p>
Hide Fields
</p>
</td>
<td valign="top">
<p>
Shows or hides the fields.
</p>
</td>
</tr>
<tr>
<td valign="top">
<p>
Hide Static Fields and Methods
</p>
</td>
<td valign="top">
<p>
Shows or hides the static fields and methods.
</p>
</td>
</tr>
<tr>
<td valign="top">
<p>
Hide Non-Public Members
</p>
</td>
<td valign="top">
<p>
Shows or hides the static fields and methods.
</p>
</td>
</tr>
<tr>
<td valign="top">
<p>
Hide Local Types
</p>
</td>
<td valign="top">
<p>
Shows or hides the local types.
</p>
</td>
</tr>
</tbody>
</table>
<p>
<img src="../images/ngrelc.png" alt="Related concepts" border="0" ></p>
<p>
<a href="../concepts/concepts-7.htm">Java editor</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-57.htm">Generating getters and setters</a><br>
<a href="../tasks/tasks-64.htm">Restoring a deleted workbench element</a><br>
<a href="../tasks/tasks-145.htm">Setting method breakpoints</a><br>
<a href="../tasks/tasks-191.htm">Showing and hiding members in Java views</a><br>
<a href="../tasks/tasks-192.htm">Showing and hiding override indicators</a><br>
<a href="../tasks/tasks-193.htm">Showing and hiding method return types in Java views</a><br>
<a href="../tasks/tasks-195.htm">Sorting elements in Java views</a>
</p>
<p>
<img border="0" src="../images/ngrelr.png" alt="Related reference" ></p>
<p>
<a href="../reference/ref-dialog-override-method.htm">Override methods</a><br>
<a href="views/ref-viewsandeditors.htm">Views and editors</a>
</p>
</body>
</html>