| <!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> |
| Package Explorer view |
| </title> |
| </head> |
| <body> |
| <h1> |
| Package Explorer view |
| </h1> |
| <p> |
| The Package Explorer view, shown by default in the Java perspective, shows the Java element hierarchy of the Java projects in your workbench. It provides you with a |
| Java-specific view of the resources shown in the Navigator. The element hierarchy is derived from the project's build paths. |
| </p> |
| <p> |
| For each project, its source folders and referenced libraries are shown in the tree. You can open and browse the contents of both internal and external JAR files. Opening a |
| Java element inside a JAR opens the CLASS file editor, and if there is a source attachment for the JAR file, its corresponding source is shown. |
| </p> |
| <h1> |
| Toolbar buttons |
| </h1> |
| <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> |
| Back |
| </p> |
| </td> |
| <td valign="top"> |
| <p> |
| Navigates to the most recently-displayed state of the view with a different element at the top level. |
| </p> |
| </td> |
| </tr> |
| <tr> |
| <td valign="top"> |
| <p> |
| Forward |
| </p> |
| </td> |
| <td valign="top"> |
| <p> |
| Navigates to the state of the view with a different element at the top level that was displayed immediately after the current state. |
| </p> |
| </td> |
| </tr> |
| <tr> |
| <td valign="top"> |
| <p> |
| Up |
| </p> |
| </td> |
| <td valign="top"> |
| <p> |
| Navigates to the parent container of the package that is currently displayed at the top level in the view. |
| </p> |
| </td> |
| </tr> |
| <tr> |
| <td valign="top"> |
| <p> |
| Collapse All |
| </p> |
| </td> |
| <td valign="top"> |
| <p> |
| Collapses all tree nodes. |
| </p> |
| </td> |
| </tr> |
| <tr> |
| <td valign="top"> |
| <p> |
| Link with Editor |
| </p> |
| </td> |
| <td valign="top"> |
| <p> |
| Links the package explorer's selection to the active editor.</p> |
| </td> |
| </tr> |
| <tr> |
| <td valign="top"> |
| <p> |
| Top Level Elements > Projects |
| </p> |
| </td> |
| <td valign="top"> |
| <p> |
| Shows project as top level elements in the Package Explorer. Only projects which are |
| part of the currently active working sets are shown. Following actions can be used |
| to configure the active working sets: |
| </p> |
| <ul> |
| <li><b>Select Working Set:</b> Opens the <strong>Select Working Set</strong> dialog to allow selecting the working set from which elements should be shown.</li> |
| <li><b>Deselect Working Set:</b> Deselect the active working sets. All elements are shown after invoking this action</li> |
| <li><b>Edit Active Working Set:</b> Opens the <strong>Edit Working Set</strong> wizard to edit the currently active working set</li> |
| </ul> |
| </td> |
| </tr> |
| <tr> |
| <td valign="top"> |
| <p> |
| Top Level Elements > Working Sets |
| </p> |
| </td> |
| <td valign="top"> |
| <p> |
| Shows Working Sets as top level elements in the Package Explorer. |
| </p> |
| <p> |
| The <b>Configure Working Sets...</b> action can be used to open a dialog which allows to configure the visible working sets. |
| </p> |
| </td> |
| </tr> |
| |
| <tr> |
| <td valign="top"> |
| <p> |
| Filters... |
| </p> |
| </td> |
| <td valign="top"> |
| <p> |
| Opens the <a href="ref-dialog-java-element-filters.htm"><strong>Java Element Filters</strong></a> dialog. |
| </p> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| <p> |
| <img border="0" src="../images/ngrelc.png" alt="Related concepts" ></p> |
| <p> |
| <a href="../concepts/cjavaviews.htm">Java views</a><br> |
| <a href="../concepts/concepts-5.htm">Java perspectives</a><br> |
| <a href="../../org.eclipse.platform.doc.user/concepts/cworkset.htm">Working Sets</a> |
| </p> |
| <p> |
| <img border="0" src="../images/ngrelr.png" alt="Related reference" ></p> |
| <p> |
| <a href="../reference/ref-dialog-java-element-filters.htm">Java Element Filters dialog</a><br> |
| <a href="views/ref-viewsandeditors.htm">Views and editors</a> |
| </p> |
| |
| </body> |
| </html> |
| |