0
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
2 |
<html>
|
|
3 |
<head>
|
|
4 |
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
|
|
5 |
<title>Toolbar</title>
|
|
6 |
<link href="../../book.css" type="text/css" rel="stylesheet"></head>
|
|
7 |
<body>
|
|
8 |
|
|
9 |
<h2>Toolbar</h2>
|
|
10 |
<p>The toolbar in the Dependency Explorer view contains the following items:</p>
|
|
11 |
<p><img src="..\references\screenshots\toolbar.png"></p>
|
|
12 |
<p>You can access context menus by right-clicking a node or a component in the Dependency Explorer main view, or by clicking the small arrow on the toolbar.</p>
|
|
13 |
|
|
14 |
<h3>SDK and component management</h3>
|
|
15 |
|
|
16 |
<table width="616" border="1" cellspacing="1" cellpadding="2">
|
|
17 |
<colgroup>
|
|
18 |
<col width="19*">
|
|
19 |
<col width="106*">
|
|
20 |
<col width="248*"></colgroup>
|
|
21 |
<tbody>
|
|
22 |
|
|
23 |
<tr>
|
|
24 |
<th height="19">Button</th>
|
|
25 |
<th align="center">Name</th>
|
|
26 |
<th height="19">When to use? </th>
|
|
27 |
</tr>
|
|
28 |
|
|
29 |
<tr>
|
|
30 |
<td><img src="screenshots\select_new_sdk.png"></td>
|
|
31 |
<td>Select an SDK</td>
|
|
32 |
<td>Opens the <b>SDK Selection</b> wizard page. Use it to change the SDK, build targets, and SIS files you want to analyse. </td>
|
|
33 |
</tr>
|
|
34 |
|
|
35 |
<tr>
|
|
36 |
<td><img src="screenshots\select_new_root.png"></td>
|
|
37 |
<td>Select a new root Component</td>
|
|
38 |
<td>Opens the <b>Component Selection</b> page. Use it to change the root component for analysis.</td>
|
|
39 |
</tr>
|
|
40 |
|
|
41 |
<tr>
|
|
42 |
<td><img src="screenshots\update_cache.png"></td>
|
|
43 |
<td>Update cache</td>
|
|
44 |
<td>Updates the cache for your currently selected build targets. </td>
|
|
45 |
</tr>
|
|
46 |
|
|
47 |
<tr>
|
|
48 |
<td><img src="screenshots\find.png"></td>
|
|
49 |
<td>Find</td>
|
|
50 |
<td>Opens the <b>Find Components</b> dialog, in which you can search for components in the hierarchy. </td>
|
|
51 |
</tr>
|
|
52 |
|
|
53 |
<tr>
|
|
54 |
<td><img src="screenshots\search.png"></td>
|
|
55 |
<td>Search</td>
|
|
56 |
<td>Opens the <b>Search</b> dialog which can be used for searching for components, imported functions and exported functions from a selected SDK. The default search scope used for the search dialog is based on the view from which the search action is started.</td>
|
|
57 |
</tr>
|
|
58 |
|
|
59 |
</tbody>
|
|
60 |
</table>
|
|
61 |
|
|
62 |
|
|
63 |
<h3>Component navigation</h3>
|
|
64 |
<table width="615" border="1" cellspacing="1" cellpadding="2">
|
|
65 |
<colgroup>
|
|
66 |
<col width="19*">
|
|
67 |
<col width="103*">
|
|
68 |
<col width="242*"></colgroup>
|
|
69 |
<tbody>
|
|
70 |
|
|
71 |
<tr>
|
|
72 |
<th>Button</th>
|
|
73 |
<th align="center">Name</th>
|
|
74 |
<th>When to use? </th>
|
|
75 |
</tr>
|
|
76 |
|
|
77 |
<tr>
|
|
78 |
<td><img src="screenshots\expand_tree.png"></td>
|
|
79 |
<td>Expand All</td>
|
|
80 |
<td>Expands the entire hierarchy under a selected node or a component.<p></p>Tip: To expland only a specific subtree, select the following from the component's context menu: <img src="screenshots\expand_subtree.png">This option is useful in cases when the overall hierarchy is very long.</td>
|
|
81 |
</tr>
|
|
82 |
|
|
83 |
<tr>
|
|
84 |
<td><img src="screenshots\collapse_tree.png"></td>
|
|
85 |
<td>Collapse All</td>
|
|
86 |
<td>Collapses the entire component hierarchy. </td>
|
|
87 |
</tr>
|
|
88 |
|
|
89 |
<tr>
|
|
90 |
<td><img src="screenshots\go_home.png"></td>
|
|
91 |
<td>Go Home</td>
|
|
92 |
<td><b>Go Home</b> action goes back to the top level in the component tree.<p></p>This action is available only if the <b>Go Into</b> action has been performed previously.
|
|
93 |
</td>
|
|
94 |
</tr>
|
|
95 |
|
|
96 |
<tr>
|
|
97 |
<td><img src="screenshots\go_back.png"></td>
|
|
98 |
<td>Go Back</td>
|
|
99 |
<td>Goes back up one level in the component tree. <p></p> This action is available only if the <b>Go Into</b> action has been performed previously. </td>
|
|
100 |
</tr>
|
|
101 |
|
|
102 |
<tr>
|
|
103 |
<td><img src="screenshots\go_into.png"></td>
|
|
104 |
<td>Go Into</td>
|
|
105 |
<td>Drills into the selected subtree or into the lower levels of the component hierarchy. <p></p>This action is only available for the component nodes that have children (marked with:<img src="screenshots/bin_obj.png">) .</td>
|
|
106 |
</tr>
|
|
107 |
|
|
108 |
</tbody>
|
|
109 |
</table>
|
|
110 |
|
|
111 |
|
|
112 |
<h5>Related concepts</h5>
|
|
113 |
<ul>
|
|
114 |
<li><a href="../concepts/component.htm">Component</a></li>
|
|
115 |
</ul>
|
|
116 |
|
|
117 |
<h5>Related tasks</h5>
|
|
118 |
<ul>
|
|
119 |
<li><a href="../tasks/selecting_platform.htm">Selecting SDKs</a></li>
|
|
120 |
<li><a href="../tasks/analyse_component.htm">Analysing components</a></li>
|
|
121 |
<li><a href="../tasks/search_comp.htm">Finding components</a></li>
|
|
122 |
<li><a href="../tasks/search.htm">Searching for components and functions</a></li>
|
|
123 |
</ul>
|
|
124 |
|
|
125 |
<div id="footer">Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
|
|
126 |
License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div>
|
|
127 |
|
|
128 |
</body>
|
|
129 |
</html> |