blob: ae3f8b4ae9e88b9b82ce6eb1ca8fd94730079819 [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, 2007. 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
on the <a href="preferences/java/appearance/ref-preferences-member-sort-order.htm"><b>Java &gt; Appearance &gt; Member Sort Order</b></a> preference page.
</p>
</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/cjavaviews.htm">Java views</a><br>
<a href="../concepts/cjavaviews_filtering.htm">Filtering in Java views</a><br>
<a href="../concepts/cjavaviews_decorators.htm">Java element decorations</a><br>
<a href="../concepts/cjavaviews_sorting.htm">Sorting elements in Java views</a><br>
<a href="../concepts/cjavaviews_presentation.htm">Presentation options for Java views</a>
</p>
<p>
<img border="0" src="../images/ngrelt.png" alt="Related tasks" ></p>
<p>
<a href="../tasks/tasks-64.htm">Restoring a deleted workbench element</a><br>
<a href="../tasks/task-set_method_breakpoints.htm">Setting method breakpoints</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>