blob: ec0353f9765db020a95a5de5449bd5696034eb29 [file]
<!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." >
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
<title>
Open Type
</title>
</head>
<body>
<h1>
Open Type
</h1>
<p>
This command allows you to browse the workbench for a type to open in an editor or type hierarchy
</p>
<ul>
<li>
<strong>Select a type to open</strong>: In this field, type the first few characters of the type you want to open in an editor. You may use wildcards as needed
(&quot;<em>?</em>&quot; for any character, &quot;<em>*</em>&quot; for any string, and &quot;<em>TZ</em>&quot; for types containing &quot;<em>T</em>&quot; and &quot;<em>Z</em>&quot; as upper-case letters in camel-case notation, <code>e.g. java.util.TimeZone</code>).
</li>
<li>
<strong>Matching types</strong>: This list displays matches for the expression you type in the <strong>Select a type to open</strong> field.
</li>
</ul>
<p>
The behavior of the <strong>Open Type</strong> dialog can be further customized using the dialog menu:
</p>
<table border="1" cellspacing="0" cellpadding="5">
<caption>
Open Type Preferences
</caption>
<thead>
<tr>
<th>
<p>
Option
</p>
</th>
<th>
<p>
Description
</p>
</th>
<th>
<p>
Default
</p>
</th>
</tr>
</thead>
<tbody>
<tr>
<td valign="top">
Fully Qualify Duplicates
</td>
<td valign="top">
When selected, duplicate matches are displayed using fully qualified names, packages, and container information (e.g. the package and containing JRE)
</td>
<td valign="top">
Do not fully qualify
</td>
</tr>
<tr>
<td valign="top">
Show Container Info
</td>
<td valign="top">
When selected, the <strong>Open Type</strong> dialog shows an additional bar at the bottom of the dialog which displays the package and containing
JRE of the selected type
</td>
<td valign="top">
Do not show container info
</td>
</tr>
</tbody>
</table>
<p>
Additionally, the dialog menu allows to use working sets to further constrain the matching types.
</p>
<p>
<img src="../images/ngrelt.png" alt="Related tasks" border="0" >
</p>
<p>
<a href="../tasks/tasks-76.htm">Opening an editor on a type</a><br>
</p>
<p>
<img src="../images/ngrelr.png" alt="Related reference">
</p>
<p>
<a href="../reference/ref-menu-navigate.htm">Navigate actions</a>
</p>
</body>
</html>