Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b10018f1698f87b2740010e221b236694099e73b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">

<head>
	<meta http-equiv="Content-Language" content="en-us">
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
	<title>Navigator view</title>
	<link rel="stylesheet" type="text/css" href="../help.css">
</head>

<body>
<h1>Navigator view</h1>
<p>This view provides a hierarchical view of the resources in the Workbench.</p>
<p><img src="../images/view_navigator.png" alt="Navigator View"></p>

<h2>Toolbar</h2>

<p><table border="1" cellpadding="3" cellspacing="0">
 	<tr>
		<th>Icon</th>
		<th>Name</th>	
		<th>Description</th>
	 </tr>
	<tr>
		<td align="center" valign="top"><img src="../images/icon_con_min.png"></td>
		<td valign="top"><b>MinimizeConsole</b></td>
		<td valign="top">Minimizes the Console view.</td>
	</tr>
	<tr>
		<td align="center" valign="top"><img src="../images/icon_con_max.png"></td>
		<td valign="top"><b>Maximize Console</b></td>
		<td valign="top">Maximizes the Console view.</td>
	</tr>
	<tr>
	<td align="center" valign="top"><img src="../images/icon_back.png" alt="Back Icon"></td>
	<td valign="top"><b>Back</b></td>
	<td valign="top">This command displays the hierarchy that was displayed immediately prior to the current display.&nbsp;
			For example, if you Go Into a resource, then the Back command in the resulting display returns the view to the same hierarchy from which you activated the
			<i> Go Into</i> command. The hover help for this button tells you where it will take you. This command is similar to the Back button in a web browser.</td>
	</tr>
	<tr>
		<td align="center" valign="top"><img src="../images/icon_forward.png" alt="Forward Icon"></td>
		<td valign="top"><b>Forward</b></td>
		<td valign="top">This command displays the hierarchy that was displayed immediately after the current display.&nbsp;
				For example, if you've just selected the Back command, then selecting the Forward command in the resulting display returns the view to the same hierarchy from which you activated the Back command.&nbsp;The
				hover help for this button tells you where it will take you.
				This command is similar to the Forward button in a web browser.</td>
	</tr>
	<tr>
	<td align="center" valign="top"><img src="../images/icon_up.png" alt="Up Icon"></td>
		<td valign="top"><b>Up</b></td>
		<td valign="top">This command displays the hierarchy of the parent of the current highest level resource. The hover help for this button tells you where it will take you.</td>
	</tr>
	<tr>
		<td align="center" valign="top"><img src="../images/icon_collapse_all.png" alt="Collapse All Icon"></td>
		<td valign="top"><b>Collapse All</b></td>
		<td valign="top">This command collapses the tree expansion state of all resources in the view.</td>
	</tr>
	<tr>
		<td align="center" valign="top"><img src="../images/icon_link_with_editor.png" alt="Link with Editor Icon"></td>
		<td valign="top"><b>Link with Editor</b></td>
		<td valign="top">This command toggles whether the Navigator view selection is linked to the active editor. 
				When this option is selected, changing the active editor will automatically update the Navigator selection to the resource being edited.</td>
	</tr>
	<tr>
		<td align="center" valign="top"><img src="../images/icon_menu.png" alt="Menu Icon"></td>
		<td valign="top"><b>Menu</b></td>
		<td valign="top">Click the black upside-down triangle icon to open a menu of items specific to the Navigator view.<br><br>
									<dl>
										<p><dt>Select Working Set</dt>
											<dd>Opens the <B>Select Working Set</B> dialog to allow selecting a working set for the Navigator view.</dd></p>
										<p><dt>Deselect Working Set</dt>
											<dd>Deselects the current working set. </dd></p>
										<p><dt>Edit Active Working Set</dt>
											<dd>Opens the <B>Edit Working Set</B> dialog to allow changing the current working set.</dd></p>
										<p><dt>Sort</dt>
											<dd>This command sorts the resources in the Navigator view according to the selected schema:<br>
												<ul>
													<li><b>By Name</b>:&nbsp; Resources are sorted alphabetically, according to the full name of the resource (e.g., A.TXT, then B.DOC, then C.HTML, etc.)</li>
													<li><b>By Type</b>:&nbsp; Resources are sorted alphabetically by file type/extension (e.g., all DOC files, then all HTML files, then all TXT files, etc.).</li>
												</ul></p>
										<p><dt>Filters</dt>
											<dd>This command allows you to select filters to apply to the view so that you can show or hide various resources as needed. 
													File types selected in the list will not be shown in the Navigator.<dd></p>
										<p><dt>Link with Editor</dt>
											<dd>See the toolbar item description above.</dd></p>
									</dl></td>
	</tr>	
</table></p>

<p>In addition to these menu items, the Navigator view menu shows a list of recently used working sets that have been selected in the view.</p>

<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
</p>

<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
</p>

<p>
<img src="../images/ng03_04.gif" ALT=" IBM Copyright Statement" BORDER=0 width="324" height="14">
</p>

</bODY>
</hTML>

Back to the top