platform-ui-home/componentAreas.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.80 - (view) (download) (as text)

1 : nick 1.1 <html>
2 :    
3 :     <head>
4 : khorne 1.29 <style type="text/css">
5 :     <!--
6 :     td.component {
7 :     vertical-align: top;
8 :     text-align:right;
9 :     }
10 :     a.bugs {
11 :     style="font-size: smaller";
12 :     }
13 :     div.owner {
14 :     text-indent: 30px;
15 :     }
16 :     -->
17 :     </style>
18 :    
19 : khorne 1.25 <script language="javascript">
20 :     <!--
21 :     function viewBugsWithSummary(desc) {
22 : khorne 1.28 window.location = "https://bugs.eclipse.org/bugs/buglist.cgi?short_desc_type=anywordssubstr&short_desc=" + encodeURI(desc) + "&product=Platform&component=UI&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&newqueryname=&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=";
23 : khorne 1.25 }
24 :    
25 :     function viewBugsByUser(email) {
26 :     window.location = "https://bugs.eclipse.org/bugs/buglist.cgi?short_desc_type=allwordssubstr&short_desc=&product=Platform&component=UI&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=" + email + "&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&newqueryname=&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=";
27 :     }
28 :     //-->
29 :     <!-- 'directories=0,height=480,location=0,resizable=1,scrollbars=1,toolbar=0,width=515' -->
30 :     </script>
31 : tod 1.65 <meta http-equiv="Content-Type"
32 :     content="text/html; charset=windows-1252">
33 : nick 1.1 <title>Platform UI Component Areas</title>
34 :     </head>
35 :    
36 :     <body>
37 :     <h2>Component Areas for Platform UI</h2>
38 : tod 1.65 Platform UI is divided into the following functional areas. The tags in
39 :     square brackets are used in bug report subject headings to indicate the
40 : kevinm 1.80 affected area. The queries here may not represent all bugs in a given
41 : tod 1.65 component area if there are any that havn't been properly tagged.
42 : kevinm 1.79 <p>Last updated: October 26, 2007
43 : nick 1.1 <p>
44 : khorne 1.25 <table border="1">
45 : tod 1.65 <tr>
46 :     <td>
47 :     <h3>Component</h3>
48 :     </td>
49 :     <td>
50 :     <h3>Description</h3>
51 :     </td>
52 :     </tr>
53 :     <tr>
54 :     <td class="component">[<a
55 :     href="javascript:viewBugsWithSummary('[About]')">About</a>]</td>
56 :     <td>About dialog and System Summary Editor
57 :     </td>
58 :     </tr>
59 :     <tr>
60 :     <td class="component">[<a
61 :     href="javascript:viewBugsWithSummary('[ActionSets]')">ActionSets</a>]</td>
62 :     <td>Action sets
63 :     </td>
64 :     </tr>
65 :     <tr>
66 :     <td class="component">[<a
67 :     href="javascript:viewBugsWithSummary('[ActivityMgmt]')">ActivityMgmt</a>]</td>
68 :     <td>Support for activity grouping of functionality (AKA: Capabilities)
69 :     </td>
70 :     </tr>
71 :     <tr>
72 :     <td class="component">[<a
73 :     href="javascript:viewBugsWithSummary('[BiDi]')">BiDi</a>]</td>
74 :     <td>Bidirectional support. Triage '-dir rtl' defects to the
75 :     appropriate component area first (i.e. if it's a Drag 'n Drop issue
76 :     that only shows up in 'rtl' mode then triage to [DnD]...)
77 :     </td>
78 :     </tr>
79 :     <tr>
80 :     <td class="component">[<a
81 :     href="javascript:viewBugsWithSummary('[CellEditors]')">CellEditors</a>]</td>
82 :     <td>Cell editors in Tasks view, Properties view or other views
83 :     </td>
84 :     </tr>
85 :     <tr>
86 :     <td class="component">[<a
87 :     href="javascript:viewBugsWithSummary('[Commands]')">Commands</a>]</td>
88 :     <td>Command support (added in 3.0)
89 :     <ul>
90 :     <li><em>handlers</em>. Anything dealing with handlers and handler
91 :     submissions.</li>
92 :     <li><em>instrumentation</em>. Instrumenting the command architecture
93 :     for gathering user information.</li>
94 :     <li><em>macros</em>. Sequential list of commands. Grouping commands.</li>
95 :     <li><em>parameters</em>. The ability to pass parameters to commands.
96 :     This is generally requested so that dyanamic commands can be defined
97 :     (e.g., launch configurations).</li>
98 :     <li><em>performance</em>. The performance of the key binding
99 :     architecture, or its registry.</li>
100 :     <li><em>request</em>. A request for a new command or a new key
101 :     binding (or both).</li>
102 :     </ul>
103 :     </td>
104 :     </tr>
105 :     <tr>
106 :     <td class="component">[<a
107 :     href="javascript:viewBugsWithSummary('[CommonNavigator]')"">CommonNavigator</a>]</td>
108 :     <td>The generic navigator API (org.eclipse.ui.navigator).
109 :     </td>
110 :     </tr>
111 :     <tr>
112 :     <td class="component">[<a
113 :     href="javascript:viewBugsWithSummary('[Contexts]')"">Contexts</a>]</td>
114 :     <td>Support for context grouping of functionality
115 :     </td>
116 :     </tr>
117 :     <tr>
118 :     <td class="component">[<a
119 :     href="javascript:viewBugsWithSummary('[Contributions]')">Contributions</a>]</td>
120 :     <td>ContributionManager, ContributionItem hierarchy,
121 :     org.eclipse.jface.action, action contributions from plugin.xml
122 :     <ul>
123 :     <li><em>adapters</em>. Anything to do with the adapter mechanism and
124 :     its friends.</li>
125 :     <li><em>configurability</em>. The end user's ability to manipulate
126 :     contributions.</li>
127 :     <li><em>duplication</em>. Places where code needs to be duplicated
128 :     needlessly.</li>
129 :     <li><em>dynamic</em>. Anything dealing with dynamic menus</li>
130 :     <li><em>dynamic plug-ins</em>. The ability to respond to plug-ins
131 :     appearing or disappearing.</li>
132 :     <li><em>errors</em>. Error handling in the contributions framework.</li>
133 :     <li><em>interactions</em>. How contributions from different plug-ins
134 :     interact with each other. How different contributions interact with
135 :     each other in the same plug-in. Also, things which the workbench can
136 :     do, but plug-ins can't.</li>
137 :     <li><em>ordering</em>. Controlling the order of items in the menu --
138 :     in Java or XML.</li>
139 :     <li><em>updating</em>. Behaviour of the menu and toolbar management
140 :     code, in response to changes in its components. This primarily deals
141 :     with visibility and whether items are enabled. It also covers
142 :     selection and optimization of selection changes.</li>
143 :     <li><em>visible/enabled</em>. The control of visibility and the
144 :     enabled state through XML.</li>
145 :     <li><em>widgets</em>. Controlling the type of widget used to display
146 :     a contribution. This only includes controlling widget behaviour and
147 :     state (other than visible and enabled).</li>
148 :     </ul>
149 :     </td>
150 :     </tr>
151 :     <tr>
152 :     <td class="component">[<a
153 :     href="javascript:viewBugsWithSummary('[Coolbar]')">Coolbar</a>]</td>
154 :     <td>Coolbar support (including layout within coolbar)
155 :     </td>
156 :     </tr>
157 :     <tr>
158 :     <td class="component">[<a
159 :     href="javascript:viewBugsWithSummary('[DataBinding] [DataBindings]')">DataBinding</a>]</td>
160 :     <td>JFace Data Binding
161 :     </td>
162 :     </tr>
163 :     <tr>
164 :     <td class="component">[<a
165 :     href="javascript:viewBugsWithSummary('[Decorators]')">Decorators</a>]</td>
166 :     <td>Decorators mechanism and Label Decorations preference page
167 :     </td>
168 :     </tr>
169 :     <tr>
170 :     <td class="component">[<a
171 :     href="javascript:viewBugsWithSummary('[DetachedView] [DetachedViews]')">DetachedView</a>]</td>
172 :     <td>Views and editors in separate windows
173 :     </td>
174 :     </tr>
175 :     <tr>
176 :     <td class="component">[<a
177 :     href="javascript:viewBugsWithSummary('[Dialogs]')">Dialogs</a>]</td>
178 : sfranklin 1.75 <td>JFace and UI dialogs other than IDE, Filtered Items/Open Resource
179 : tod 1.65 </td>
180 :     </tr>
181 :     <tr>
182 :     <td class="component">[<a
183 :     href="javascript:viewBugsWithSummary('[DND]')">DND</a>]</td>
184 :     <td>Drag and Drop. Does not include dragging views and editors.
185 :     </td>
186 :     </tr>
187 :     <tr>
188 :     <td class="component">[<a
189 :     href="javascript:viewBugsWithSummary('[DyanmicUI]')">DynamicUI</a>]</td>
190 :     <td>The ability to add/remove plug-ins from a running Eclipse<br>
191 :     </td>
192 :     </tr>
193 :     <tr>
194 :     <td class="component">[<a
195 :     href="javascript:viewBugsWithSummary('[EditorMgmt]')">EditorMgmt</a>]</td>
196 :     <td>General editor management, not text editor specific
197 :     <ul>
198 :     <li><em>associations</em>. The file associations mechanism:
199 :     behaviour, preferences and functionality.</li>
200 :     <li><em>drop-down</em>. The editor drop-down: look, feel, bugs, etc.</li>
201 :     <li><em>history</em>. The navigation history mechanism.</li>
202 :     <li><em>tabs</em>. The tabbed editor user experience, and bugs
203 :     related to editor tabs.</li>
204 :     </ul>
205 :     </td>
206 :     </tr>
207 :     <tr>
208 :     <td class="component">[<a
209 :     href="javascript:viewBugsWithSummary('[EFS]')">EFS</a>]</td>
210 :     <td>Extended File System Support
211 :     </td>
212 :     </tr>
213 :     <tr>
214 :     <td class="component">[<a
215 :     href="javascript:viewBugsWithSummary('[ErrorHandling]')">ErrorHandling</a>]</td>
216 :     <td>OutOfMemory, NPE etc. Exceptions that are not exepected but need
217 :     to be handled to make it robust
218 :     </td>
219 :     </tr>
220 :     <tr>
221 :     <td class="component">[<a
222 :     href="javascript:viewBugsWithSummary('[Examples]')">Examples</a>]</td>
223 :     <td>the 3 workbench examples (multipageeditor, propertysheet,
224 :     readmetool) but not javaeditor (owned by platform-text component)
225 :     </td>
226 :     </tr>
227 :     <tr>
228 :     <td class="component">[<a
229 :     href="javascript:viewBugsWithSummary('[FastView]')">FastView</a>]</td>
230 :     <td>issues related to fast views
231 :     </td>
232 :     </tr>
233 :     <tr>
234 :     <td class="component">[<a
235 :     href="javascript:viewBugsWithSummary('[Features]')">Features</a>]</td>
236 :     <td>UI related to features, other than [About], e.g. product branding,
237 :     default perspective, etc.
238 :     </td>
239 :     </tr>
240 :     <tr>
241 :     <td class="component">[<a
242 :     href="javascript:viewBugsWithSummary('[FieldAssist]')">FieldAssist</a>]</td>
243 : sfranklin 1.75 <td>Defects concerning ControlDecoration, Required Fields, Content
244 :     Proposal, Decorated Fields or Field Assistance
245 : tod 1.65 </td>
246 :     </tr>
247 :     <tr>
248 :     <td class="component">[<a
249 :     href="javascript:viewBugsWithSummary('[GlobalActions]')">GlobalActions</a>]</td>
250 :     <td>actions created in workbench action builder that are not directly
251 :     related to other components
252 :     </td>
253 :     </tr>
254 :     <tr>
255 :     <td class="component">[<a
256 :     href="javascript:viewBugsWithSummary('[Graphics]')">Graphics</a>]</td>
257 :     <td>Any graphics that UI has control over.
258 :     </td>
259 :     </tr>
260 :     <tr>
261 :     <td class="component">[<a
262 : tod 1.66 href="javascript:viewBugsWithSummary('[GTK/Linux]')">GTK/Linux</a>]</td>
263 :     <td>GTK/Linux specific issues.
264 :     </td>
265 :     </tr>
266 :     <tr>
267 :     <td class="component">[<a
268 : tod 1.65 href="javascript:viewBugsWithSummary('[Help]')">Help</a>]</td>
269 :     <td>F1 help; missing or problems with content
270 :     </td>
271 :     </tr>
272 :     <tr>
273 :     <td class="component">[<a
274 :     href="javascript:viewBugsWithSummary('[IDE]')">IDE</a>]</td>
275 :     <td>Issues related to the IDE as an app (as opposed to RCP)
276 :     </td>
277 :     </tr>
278 :     <tr>
279 :     <td class="component">[<a
280 :     href="javascript:viewBugsWithSummary('[Intro] [Welcome]')">Intro</a>]</td>
281 :     <td>Intro part management and legacy welcome page support
282 :     </td>
283 :     </tr>
284 :     <tr>
285 :     <td class="component">[<a
286 :     href="javascript:viewBugsWithSummary('[Import/Export]')">Import/Export</a>]</td>
287 :     <td>Import/Export wizards
288 :     </td>
289 :     </tr>
290 :     <tr>
291 :     <td class="component">[<a
292 :     href="javascript:viewBugsWithSummary('[JFace]')">JFace</a>]</td>
293 :     <td>parts of JFace not covered by [Dialogs], [Preferences], [Viewers]
294 :     and [Wizards]
295 :     </td>
296 :     </tr>
297 :     <tr>
298 :     <td class="component">[<a
299 :     href="javascript:viewBugsWithSummary('[KeyBindings]')">KeyBindings</a>]</td>
300 :     <td>Key bindings engine and preferences; requests to change key
301 :     bindings, or keys not working
302 :     <ul>
303 :     <li><em>assist</em>. The key binding assist dialog.</li>
304 :     <li><em>doc</em>. Documentation, articles or notes about best
305 :     practices. Also, changing code to conform to best practices.</li>
306 :     <li><em>errors</em>. Error handling.</li>
307 :     <li><em>interactions</em>. Interactions between the key binding
308 :     architecture and native facilities (e.g., mnemonics). Also, the order
309 :     in which events arrive.</li>
310 :     <li><em>misc</em> Anything does not fit in other categories.</li>
311 :     <li><em>out-of-order</em>. Anything dealing with the two special
312 :     keys: ESC and DEL.</li>
313 :     <li><em>performance</em>. The performance of the key binding
314 :     architecture, or its registry.</li>
315 :     <li><em>preference page</em>. The keys preference page.</li>
316 :     <li><em>registry</em>. The registry, its syntax, and backward
317 :     compatibility.</li>
318 :     <li><em>request</em>. A request for a new command or a new key
319 :     binding (or both).</li>
320 :     </ul>
321 :     </td>
322 :     </tr>
323 :     <tr>
324 :     <td class="component">[<a
325 :     href="javascript:viewBugsWithSummary('[LinkedResources]')">LinkedResources</a>]</td>
326 :     <td>Handling of linked resources in Navigator and New File/Folder
327 :     wizards
328 :     </td>
329 :     </tr>
330 :     <tr>
331 :     <td class="component">[<a
332 : tod 1.66 href="javascript:viewBugsWithSummary('[Mac]')">Mac</a>]</td>
333 :     <td>Mac specific issues
334 :     </td>
335 :     </tr>
336 :     <tr>
337 :     <td class="component">[<a
338 : tod 1.65 href="javascript:viewBugsWithSummary('[Markers] [Bookmarks] [Tasks] [Problems]')">Markers</a>]</td>
339 :     <td>Issues related to markers, including tasks, problems, bookmarks,
340 :     etc. e.g. bugs related to MarkerImageProvider, MarkerHelp,
341 :     MarkerResolutions
342 :     </td>
343 :     </tr>
344 :     <tr>
345 :     <td class="component">[<a
346 :     href="javascript:viewBugsWithSummary('[Metadata]')">Metadata</a>]</td>
347 :     <td>Anything related to the metadata associated with plug-ins (e.g.,
348 :     MANIFEST.MF, build.properties, .classpath, version numbers, compiler
349 :     settings, formatter settings, etc.)
350 :     </td>
351 :     </tr>
352 :     <tr>
353 :     <td class="component">[<a
354 :     href="javascript:viewBugsWithSummary('[Model]')">Model</a>]</td>
355 :     <td>anything related to org.eclipse.ui.model classes
356 :     IWorkbenchAdapter, WorkbenchLabelProvider, WorkbenchContentProvider
357 :     </td>
358 :     </tr>
359 :     <tr>
360 :     <td class="component">[<a
361 :     href="javascript:viewBugsWithSummary('[MPE]')">MPE</a>]</td>
362 :     <td>bugs related to Multipage editor that are not [Editor Mgmt] and
363 :     not editor specific
364 :     </td>
365 :     </tr>
366 :     <tr>
367 :     <td class="component">[<a
368 :     href="javascript:viewBugsWithSummary('[Navigator]')">Navigator</a>]</td>
369 :     <td>Navigator view
370 :     </td>
371 :     </tr>
372 :     <tr>
373 :     <td class="component">[<a
374 :     href="javascript:viewBugsWithSummary('[OLE]')">OLE</a>]</td>
375 :     <td>OLE support on Windows
376 :     </td>
377 :     </tr>
378 :     <tr>
379 :     <td class="component">[<a
380 :     href="javascript:viewBugsWithSummary('[OpenModes]')">OpenModes</a>]</td>
381 :     <td>Single click, double click support
382 :     </td>
383 :     </tr>
384 :     <tr>
385 :     <td class="component">[<a
386 : sfranklin 1.75 href="javascript:viewBugsWithSummary('[OpenResource]')">OpenResource</a>]</td>
387 :     <td>Open Resource and FilteredItemsSelection dialogs
388 :     </td>
389 :     </tr>
390 :     <tr>
391 :     <td class="component">[<a
392 : tod 1.65 href="javascript:viewBugsWithSummary('[Outline]')">Outline</a>]</td>
393 :     <td>Outline view
394 :     </td>
395 :     </tr>
396 :     <tr>
397 :     <td class="component">[<a
398 :     href="javascript:viewBugsWithSummary('[PerspectiveBar]')">PerspectiveBar</a>]</td>
399 :     <td>The bar used to indicate which perspectives are currently open and
400 :     allow easy switching between them.
401 :     </td>
402 :     </tr>
403 :     <tr>
404 :     <td class="component">[<a
405 :     href="javascript:viewBugsWithSummary('[Perspectives]')">Perspectives</a>]</td>
406 :     <td>Perspective management
407 :     </td>
408 :     </tr>
409 :     <tr>
410 :     <td class="component">[<a
411 :     href="javascript:viewBugsWithSummary('[Preferences]')">Preferences</a>]</td>
412 :     <td>preferences dialog, field editors and workbench preference pages
413 :     </td>
414 :     </tr>
415 :     <tr>
416 :     <td class="component">[<a
417 :     href="javascript:viewBugsWithSummary('[PresentationAPI] [Presentation]')">PresentationAPI</a>]</td>
418 :     <td>Bugs pertaining to the presentation API.
419 :     </td>
420 :     </tr>
421 :     <tr>
422 :     <td class="component">[<a
423 :     href="javascript:viewBugsWithSummary('[R21PRES] [Presentations]')">Presentations</a>]</td>
424 :     <td>Code related to maintaining the Eclipse 2.1 and 3.0 look and feel.
425 :     </td>
426 :     </tr>
427 :     <tr>
428 :     <td class="component">[<a
429 :     href="javascript:viewBugsWithSummary('[Progress]')">Progress</a>]</td>
430 :     <td>Responsive UI work relating to Progress View and Progress dialogs
431 :     </td>
432 :     </tr>
433 :     <tr>
434 :     <td class="component">[<a
435 :     href="javascript:viewBugsWithSummary('[PropertiesDialog]')">PropertiesDialog</a>]</td>
436 :     <td>Properties dialog
437 :     </td>
438 :     </tr>
439 :     <tr>
440 :     <td class="component">[<a
441 :     href="javascript:viewBugsWithSummary('[PropertiesView]')">PropertiesView</a>]</td>
442 :     <td>Properties view
443 :     </td>
444 :     </tr>
445 :     <tr>
446 :     <td class="component">[<a
447 : khorne 1.73 href="javascript:viewBugsWithSummary('[QuickAccess]')">QuickAccess</a>]</td>
448 :     <td>Ctrl-3 quick access dialog issues
449 :     </td>
450 :     </tr>
451 :     <tr>
452 :     <td class="component">[<a
453 : tod 1.65 href="javascript:viewBugsWithSummary('[RCP]')">RCP</a>]</td>
454 :     <td>Rich Client Platform issues
455 :     </td>
456 :     </tr>
457 :     <tr>
458 :     <td class="component">[<a
459 : sbrandys 1.74 href="javascript:viewBugsWithSummary('[StatusHandling]')">StatusHandling</a>]</td>
460 :     <td>Issues related to the status handling facliity (added in 3.3)
461 :     </td>
462 :     </tr>
463 :     <tr>
464 :     <td class="component">[<a
465 : tod 1.65 href="javascript:viewBugsWithSummary('[TabbedProperties]')">TabbedProperties</a>]</td>
466 :     <td>Tabbed Properties issues (plugin
467 :     org.eclipse.ui.views.properties.tabbed)
468 :     </td>
469 :     </tr>
470 :     <tr>
471 :     <td class="component">[<a
472 :     href="javascript:viewBugsWithSummary('[Themes]')">Themes</a>]</td>
473 :     <td>Dealing with dialog/window fonts/colours and the theme API
474 :     </td>
475 :     </tr>
476 :     <tr>
477 :     <td class="component">[<a
478 :     href="javascript:viewBugsWithSummary('[Trim]')">Trim</a>]</td>
479 :     <td>Defects in Trim contributions or trim management (DnD,
480 :     persistance, layout...)
481 :     </td>
482 :     </tr>
483 :     <tr>
484 :     <td class="component">[<a
485 :     href="javascript:viewBugsWithSummary('[Undo]')">Undo</a>]</td>
486 :     <td>Dealing with the new undo/redo support introduced in Eclipse 3.1
487 :     </td>
488 :     </tr>
489 :     <tr>
490 :     <td class="component">[<a
491 :     href="javascript:viewBugsWithSummary('[ViewMgmt]')">ViewMgmt</a>]</td>
492 :     <td>View management
493 :     </td>
494 :     </tr>
495 :     <tr>
496 :     <td class="component">[<a
497 :     href="javascript:viewBugsWithSummary('[Viewers]')">Viewers</a>]</td>
498 :     <td>JFace viewers
499 : tod 1.66 </td>
500 :     </tr>
501 :     <tr>
502 :     <td class="component">[<a
503 :     href="javascript:viewBugsWithSummary('[win32]')">Win32</a>]</td>
504 :     <td>Win32 specific issues
505 : tod 1.65 </td>
506 :     </tr>
507 :     <tr>
508 :     <td class="component">[<a
509 :     href="javascript:viewBugsWithSummary('[Wizards]')">Wizards</a>]</td>
510 :     <td>JFace wizards and workbench new item wizards (excluding
511 :     import/export)
512 :     </td>
513 :     </tr>
514 :     <tr>
515 :     <td class="component">[<a
516 :     href="javascript:viewBugsWithSummary('[Workbench]')">Workbench</a>]</td>
517 :     <td>ui.plugin, Workbench, WorkbenchWindow
518 :     </td>
519 :     </tr>
520 :     <tr>
521 :     <td class="component">[<a
522 :     href="javascript:viewBugsWithSummary('[WorkbenchParts]')">WorkbenchParts</a>]</td>
523 :     <td>Bugs pertaining to part lifecycle.
524 :     </td>
525 :     </tr>
526 :     <tr>
527 :     <td class="component">[<a
528 :     href="javascript:viewBugsWithSummary('[WorkbenchLauncher]')">WorkbenchLauncher</a>]</td>
529 :     <td>Primarily, that portion of startup where the UI team decides where
530 :     the workspace will be.
531 :     </td>
532 :     </tr>
533 :     <tr>
534 :     <td class="component">[<a
535 :     href="javascript:viewBugsWithSummary('[WorkingSets]')">WorkingSets</a>]</td>
536 :     <td>Working sets
537 :     </td>
538 :     </tr>
539 : nick 1.1 </body>
540 : tod 1.65 </html>