platform-ui-home/componentAreas.html

Parent Directory Parent Directory | Revision Log Revision Log


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