| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html> |
| <head> |
| <title> |
| Outline view for Java |
| </title> |
| <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"> |
| </head> |
| <body> |
| <h1> |
| Outline view for Java |
| </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> |
| Button |
| </p> |
| </th> |
| <th> |
| <p> |
| Command |
| </p> |
| </th> |
| <th> |
| <p> |
| Description |
| </p> |
| </th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr> |
| <td valign="top"> |
| </td> |
| <td valign="top"> |
| <p> |
| <strong>Go into Top Level Type</strong> |
| </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"> |
| </td> |
| <td valign="top"> |
| <p> |
| <strong>Sort</strong> |
| </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"> |
| </td> |
| <td valign="top"> |
| <p> |
| <strong>Hide Fields</strong> |
| </p> |
| </td> |
| <td valign="top"> |
| <p> |
| Shows or hides the fields. |
| </p> |
| </td> |
| </tr> |
| <tr> |
| <td valign="top"> |
| </td> |
| <td valign="top"> |
| <p> |
| <strong>Hide Static Members</strong> |
| </p> |
| </td> |
| <td valign="top"> |
| <p> |
| Shows or hides the static fields and methods. |
| </p> |
| </td> |
| </tr> |
| <tr> |
| <td valign="top"> |
| </td> |
| <td valign="top"> |
| <p> |
| <strong>Hide Non-Public Members</strong> |
| </p> |
| </td> |
| <td valign="top"> |
| <p> |
| Shows or hides the static fields and methods. |
| </p> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| <p> |
| <img src="../images/ngrelc.gif" alt="Related concepts" border="0" height="27" width="159"><br> |
| <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.gif" alt="Related tasks" width="159" height="27"><br> |
| <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><br> |
| </p> |
| <p> |
| <img border="0" src="../images/ngrelr.gif" alt="Related reference" width="159" height="27"><br> |
| <a href="../reference/ref-dialog-override-method.htm">Override methods</a><br> |
| <a href="../reference/ref-24.htm">Views and editors</a> |
| </p> |
| <p> |
| <a href="../hglegal2003.htm"></a><a href="../hglegal2003.htm"><img src="../images/ngibmcpy2003.gif" alt="Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved." border="0" |
| width="324" height="14"></a> |
| </p> |
| </body> |
| </html> |
| |