-
Notifications
You must be signed in to change notification settings - Fork 75
/
ref-23.htm
332 lines (310 loc) · 9.78 KB
/
ref-23.htm
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="copyright" content=
"Copyright (c) IBM Corporation and others 2000, 2011. 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=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1" type=
"text/css" />
<title>
Workbench window layout
</title>
</head>
<body>
<h1 class="Head">
Workbench window layout
</h1>
<p class="Para">
You can rearrange the layout of Workbench windows as follows:
</p>
<ul class="UnorderedList">
<li class="Item">Drag views to different positions within the Workbench
window.
</li>
<li class="Item">Drag editors such that they are simultaneously visible
beside, above, or below another editor.
</li>
<li class="Item">Resize views and editors by dragging the sashes which
separate them.
</li>
</ul>
<div class="Topic">
<h2>
Drop cursors
</h2>
<p class="Para">
<i>Drop cursors</i> indicate where a view will dock when you release
your mouse button. This indication is relative to the view or editor
area underneath the cursor.
</p>
<table border="1" width="669" cellspacing="0">
<caption>
Drop Cursors
</caption>
<thead>
<tr>
<th rowspan="1" colspan="1" width="54">
<p class="Para">
Cursor
</p>
</th>
<th rowspan="1" colspan="1" width="113">
<p class="Para">
Name
</p>
</th>
<th rowspan="1" colspan="1" width="480">
<p class="Para">
Description
</p>
</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="1" colspan="1" width="54">
<img src="../images/ref-1.png" align="top" alt=
"Up arrow" />
</td>
<td rowspan="1" colspan="1" width="113">
<p class="Para">
Dock above
</p>
</td>
<td rowspan="1" colspan="1" width="480">
<p class="Para">
The view will appear above the view underneath the cursor.
</p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1" width="54">
<img src="../images/ref-2.png" align="top" alt=
"Down arrow" />
</td>
<td rowspan="1" colspan="1" width="113">
<p class="Para">
Dock below
</p>
</td>
<td rowspan="1" colspan="1" width="480">
<p class="Para">
The view will appear below the view underneath the cursor.
</p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1" width="54">
<img src="../images/ref-3.png" align="top" alt=
"Right arrow" />
</td>
<td rowspan="1" colspan="1" width="113">
<p class="Para">
Dock to the right
</p>
</td>
<td rowspan="1" colspan="1" width="480">
<p class="Para">
The view will appear to the right of the view underneath the
cursor.
</p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1" width="54">
<img src="../images/ref-4.png" align="top" alt=
"Left arrow" />
</td>
<td rowspan="1" colspan="1" width="113">
<p class="Para">
Dock to the left
</p>
</td>
<td rowspan="1" colspan="1" width="480">
<p class="Para">
The view will appear to the left of the view underneath the
cursor.
</p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1" width="54">
<img src="../images/ref-5.png" align="top" alt=
"Stack" />
</td>
<td rowspan="1" colspan="1" width="113">
<p class="Para">
Stack
</p>
</td>
<td rowspan="1" colspan="1" width="480">
<p class="Para">
The view will appear as a tab in the same pane as the view
underneath the cursor.
</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="Topic">
<div class="Subtopic">
<h2 class="Head">
Double-Click
</h2>
<p class="Para">
Double-clicking a view or editor's title bar maximizes the part in
the Workbench window.
</p>
</div>
<div class="Subtopic">
<h2 class="Head">
Title bar context menu
</h2>
<p class="Para">
From the context menu of a view or editor's title bar, you can select
how you want the view to appear within the Workbench window.
</p>
<table border="1" cellspacing="0">
<caption>
View and editor title bar context menu options
</caption>
<thead>
<tr>
<th rowspan="1" colspan="1">
<p class="Para">
<a name="pgfId-1096571" id="pgfId-1096571">O</a>ption
</p>
</th>
<th rowspan="1" colspan="1">
<p class="Para">
Description
</p>
</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="1" colspan="1" valign="top" align="left">
<p class="Para">
Restore
</p>
</td>
<td rowspan="1" colspan="1" valign="top" align="left">
<p class="Para">
Restores the view to its originating
(non-maximized/non-minimized) size and position within the
Workbench.
</p>
</td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">
Restore
</td>
<td colspan="1" valign="top" align="left">
Restores the view or editor to its originating
(non-maximized/non-minimized) size and position within the
Workbench.
</td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">
Move
</td>
<td colspan="1" valign="top" align="left">
Move the part or part group.
</td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">
Size
</td>
<td colspan="1" valign="top" align="left">
Change the size of the part in the direction specified.
</td>
</tr>
<tr>
<td rowspan="1" colspan="1" valign="top" align="left">
<p class="Para">
Maximize
</p>
</td>
<td rowspan="1" colspan="1" valign="top" align="left">
<p class="Para">
Maximizes the part in the Workbench window.
</p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1" valign="top" align="left">
<p class="Para">
Minimize
</p>
</td>
<td rowspan="1" colspan="1" valign="top" align="left">
<p class="Para">
Minimizes the part in the Workbench window.
</p>
</td>
</tr>
<tr>
<td rowspan="1" colspan="1" valign="top" align="left">
<p class="Para">
Close
</p>
</td>
<td rowspan="1" colspan="1" valign="top" align="left">
<p class="Para">
Closes the part.
</p>
</td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">
<p>
Close Others
</p>
<p>
(editors only)
</p>
</td>
<td colspan="1" valign="top" align="left">
Closes all editors except the current editor.
</td>
</tr>
<tr>
<td colspan="1" valign="top" align="left">
<p>
Close All
</p>
<p>
(editors only)
</p>
</td>
<td colspan="1" valign="top" align="left">
Closes all editors.
</td>
</tr>
</tbody>
</table>
</div>
</div>
<p>
Here is what a view's context menu looks like:
</p>
<p>
<img src="../images/Image229_view_popup.png" alt="View's context menu"
border="1" />
</p>
<p>
Here is what an editor's context menu looks like:
</p>
<p>
<img src="../images/Image229_editor_popup.png" alt=
"Editor's context menu" border="1" />
</p>
</body>
</html>