blob: e1066fc3c32f59f43cee68a2456a2da30023e3af [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta name="GENERATOR" content="Mozilla/4.76 [en] (Windows NT 5.0; U) [Netscape]">
<title>
Navigate actions
</title>
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
</head>
<body>
<h1>
Navigate actions
</h1>
<p>
Navigate menu commands:
</p>
<table border="1" cellspacing="0">
<tbody>
<tr>
<th>
<p>
Name
</p>
</th>
<th>
<p>
Function
</p>
</th>
<td>
<strong>Keyboard Shortcut</strong>
</td>
</tr>
<tr align="left" valign="top">
<td align="left" valign="top">
<p>
Go Into
</p>
</td>
<td align="left" valign="top">
<p>
Sets the view input to the currently selected element. Supported by the <a href="ref-view-package-explorer.htm">Packages Explorer view</a>.
</p>
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td align="left" valign="top">
<p>
Go To
</p>
</td>
<td align="left" valign="top">
<ul>
<li>
Back: Sets the view input to the input back in history: Only enabled when a history exists (<strong>Go Into</strong> was used)
</li>
<li>
Forward: Sets the view input to the input forward in history: Only enabled when a history exists (<strong>Go Into</strong>,&nbsp; <strong>Go To &gt; Back</strong>
were used)
</li>
<li>
Up One Level: Sets the input of the current view to its input's parent element
</li>
<li>
Referring Tests: Browse for all JUnit tests that refer to the currently selected type
</li>
<li>
Type: Browse for a type and reveal it in the current view. Supported by the Package Explorer view
</li>
<li>
Package: Browse for a package and reveal it in the current view. Supported by the Package Explorer view
</li>
<li>
Resource: Browse for a resource and reveal it in the current view.
</li>
</ul>
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td align="left" valign="top">
<p>
Open
</p>
</td>
<td align="left" valign="top">
<p>
Tries to resolve the element referenced at the current code selection and opens the file declaring the reference.&nbsp;
</p>
</td>
<td>
F3
</td>
</tr>
<tr>
<td align="left" valign="top">
<p>
Open Type Hierarchy
</p>
</td>
<td align="left" valign="top">
<p>
Tries to resolve the element referenced at the current code selection and opens the element in the <a href="ref-type-hierarchy.htm">Type Hierarchy view</a>. Invoked
on elements, opens the type hierarchy of the element. Supported in the Java editor and views showing Java elements.
</p>
</td>
<td>
F4
</td>
</tr>
<tr>
<td align="left" valign="top">
<p>
Open Super Implementation
</p>
</td>
<td align="left" valign="top">
<p>
Open an editor for the super implementation of the currently selected method or method surrounding the current cursor position. No editor is opened if no method is
selected or the method has no super implementation.
</p>
</td>
<td>&nbsp;
</td>
</tr>
<tr>
<td>
Open External Javadoc
</td>
<td>
Opens the Javadoc documentation of the currently selected element or text selection. The location of the Javadoc of a JAR or a project is specified in the <a href=
"ref-dialog-javadoc-location.htm">Javadoc Location property page</a> on projects or JARs. Note that this external Javadoc documentation may not be up to date with the
Javadoc specified in the current code. You can create Javadoc documentation for source files in a Java project using the <a href="ref-export-javadoc.htm">Javadoc
export wizard</a>.&nbsp;
</td>
<td>
Shift + F2
</td>
</tr>
<tr align="left" valign="top">
<td>
Open Type
</td>
<td>
Brings up the Open Type selection dialog to open a type in the editor.The Open Type selection dialog shows all types existing in the workspace.
</td>
<td>
Ctrl + Shift + T
</td>
</tr>
<tr align="left" valign="top">
<td>
Open Type In Hierarchy
</td>
<td>
Brings up the Open Type selection dialog to open a type in the editor and the <a href="ref-type-hierarchy.htm">Type Hierarchy view</a>. The Open Type selection dialog
shows all types that exist in the workspace.
</td>
<td>
Ctrl + Shift + H
</td>
</tr>
<tr align="left" valign="top">
<td>
Show in &gt; Package Explorer
</td>
<td>
Reveals the currently selected element (or the element surrounding the current cursor position) in the <a href="ref-view-package-explorer.htm">Package Explorer
view</a>.
</td>
<td>&nbsp;
</td>
</tr>
<tr align="left" valign="top">
<td>
Show Outline
</td>
<td>
Opens the lightweight outliner for the currently selected type.
</td>
<td>Ctrl + O
</td>
</tr>
<tr>
<td>
Go to Next Problem
</td>
<td>
Selects the next problem. Supported in the Java editor.
</td>
<td>
Ctrl + .
</td>
</tr>
<tr>
<td>
Go to Previous Problem
</td>
<td>
Selects the previous problem. Supported in the Java editor.
</td>
<td>
Ctrl + ,
</td>
</tr>
<tr>
<td>
Go to Last Edit Location
</td>
<td>
Reveal the location where the last edit occurred.
</td>
<td>
Ctrl + Q
</td>
</tr>
<tr>
<td>
Go to Line
</td>
<td>
Opens an a dialog which allows entering the line number to which the editor should jump to. Editor only.
</td>
<td>
Ctrl + L
</td>
</tr>
</tbody>
</table>
<p>
<img width="159" height="27" src="../images/ngrelc.gif" alt="Related concepts" border="0"> <br>
<a href="../concepts/concepts-6.htm">Java views</a> <a href="../concepts/concepts-1.htm"><br>
Java development tools (JDT)</a>
</p>
<p>
<img border="0" width="159" height="27" src="../images/ngrelt.gif" alt="Related tasks"><br>
<a href="../tasks/tasks-73.htm">Opening an editor for a selected element</a><br>
<a href="../tasks/tasks-74.htm">Showing an element in the Package Explorer</a><br>
<a href="../tasks/tasks-75.htm">Opening a type in the Package Explorer</a><br>
<a href="../tasks/tasks-76.htm">Opening an editor on a type</a><br>
<a href="../tasks/tasks-77.htm">Opening a package</a><br>
<a href="../tasks/tasks-39.htm">Opening a type hierarchy on a Java element</a><br>
<a href="../tasks/tasks-40.htm">Opening a type hierarchy on the current text selection</a><br>
<a href="../tasks/tasks-41.htm">Opening a type hierarchy in the workbench</a><br>
<a href="../tasks/tasks-42.htm">Opening a type hierarchy in its own perspective</a><br>
</p>
<p>
<img border="0" width="159" height="27" src="../images/ngrelr.gif" alt="Related reference"><br>
<a href="ref-view-package-explorer.htm">Package Explorer view</a><br>
<a href="ref-type-hierarchy.htm">Type Hierarchy view</a><br>
<a href="ref-dialog-javadoc-location.htm">Javadoc Location properties</a><br>
<a href="ref-export-javadoc.htm">Javadoc export wizard</a>
</p>
<p>
<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>