Partial fix for bug345440 - tmf.core.component
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / plugin.xml
CommitLineData
abfad0aa
FC
1<?xml version="1.0" encoding="UTF-8"?>\r
2<?eclipse version="3.4"?>\r
3<plugin>\r
73005152
BH
4 <extension-point id="org.eclipse.linuxtools.tmf.ui.uml2SDLoader" name="TMF UML 2 Sequence Diagram Loader" schema="schema/org.eclipse.linuxtools.tmf.ui.uml2SDLoader.exsd"/>\r
5\r
12c155f5
FC
6 <extension\r
7 point="org.eclipse.ui.perspectives">\r
8 <perspective\r
9 class="org.eclipse.linuxtools.tmf.ui.views.TracingPerspectiveFactory"\r
10 icon="icons/eview16/tracing_pers.gif"\r
11 id="org.eclipse.linuxtools.tmf.ui.perspective"\r
12 name="%perspective.category.name">\r
13 </perspective>\r
14 </extension>\r
abfad0aa
FC
15 <extension\r
16 point="org.eclipse.ui.views">\r
17 <category\r
18 id="org.eclipse.linuxtools.tmf.ui.views.category"\r
b9763f53 19 name="%views.category.name">\r
abfad0aa
FC
20 </category>\r
21 <view\r
22 allowMultiple="false"\r
23 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
12c155f5 24 class="org.eclipse.linuxtools.tmf.ui.views.events.TmfEventsView"\r
db36aadd 25 icon="icons/eview16/events_view.gif"\r
abfad0aa 26 id="org.eclipse.linuxtools.tmf.ui.views.events"\r
b9763f53 27 name="%events.view.name"\r
abfad0aa
FC
28 restorable="true">\r
29 </view>\r
ce62370f
FC
30 <view\r
31 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
32 class="org.eclipse.linuxtools.tmf.ui.views.timechart.TimeChartView"\r
33 icon="icons/eview16/timechart_view.gif"\r
34 id="org.eclipse.linuxtools.tmf.ui.views.timechart"\r
35 name="%timechart.view.name"\r
36 restorable="true">\r
37 </view>\r
ca13a91c
FC
38 <view\r
39 allowMultiple="false"\r
40 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
41 class="org.eclipse.linuxtools.tmf.ui.views.colors.ColorsView"\r
42 icon="icons/eview16/colors_view.gif"\r
43 id="org.eclipse.linuxtools.tmf.ui.views.colors"\r
44 name="%colors.view.name"\r
45 restorable="true">\r
46 </view> \r
90e2b925
FC
47 <view\r
48 allowMultiple="false"\r
49 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
50 class="org.eclipse.linuxtools.tmf.ui.views.filter.FilterView"\r
51 icon="icons/eview16/filters_view.gif"\r
52 id="org.eclipse.linuxtools.tmf.ui.views.filter"\r
53 name="%filters.view.name"\r
54 restorable="true">\r
55 </view>\r
73005152
BH
56 <view\r
57 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
58 class="org.eclipse.linuxtools.tmf.ui.views.uml2sd.SDView"\r
59 icon="icons/eview16/sequencediagram_view.gif"\r
60 id="org.eclipse.linuxtools.tmf.ui.tmfUml2SDSyncView"\r
61 name="%uml2sd.view.name"\r
62 restorable="true">\r
79e08fd0
BH
63 </view>\r
64 <view\r
65 allowMultiple="false"\r
66 category="org.eclipse.linuxtools.tmf.ui.views.category"\r
67 class="org.eclipse.linuxtools.tmf.ui.views.statistics.TmfStatisticsView"\r
68 icon="icons/eview16/statistics_view.gif"\r
69 id="org.eclipse.linuxtools.tmf.ui.views.statistics"\r
70 name="%statistics.view.name"\r
71 restorable="true">\r
73005152 72 </view>\r
abfad0aa
FC
73 </extension>\r
74 <extension\r
75 point="org.eclipse.ui.editors">\r
76 <editor\r
77 class="org.eclipse.linuxtools.tmf.ui.editors.TmfEventsEditor"\r
78 default="false"\r
db36aadd 79 icon="icons/eview16/events_view.gif"\r
abfad0aa 80 id="org.eclipse.linuxtools.tmf.ui.editors.events"\r
b9763f53 81 name="%events.editor.name">\r
abfad0aa
FC
82 <contentTypeBinding\r
83 contentTypeId="org.eclipse.linuxtools.tmf.ui.content-type.trace">\r
09d11238
PT
84 </contentTypeBinding>\r
85 </editor>\r
86 <editor\r
87 class="org.eclipse.linuxtools.tmf.ui.editors.EventsViewEditor"\r
88 default="false"\r
89 icon="icons/eview16/events_view.gif"\r
90 id="org.eclipse.linuxtools.tmf.ui.editors.eventsView"\r
91 name="%eventsview.editor.name">\r
92 <contentTypeBinding\r
93 contentTypeId="org.eclipse.linuxtools.tmf.ui.content-type.trace">\r
abfad0aa
FC
94 </contentTypeBinding>\r
95 </editor>\r
96 </extension>\r
97 <extension\r
abfad0aa
FC
98 point="org.eclipse.ui.newWizards">\r
99 <category\r
100 id="org.eclipse.linuxtools.tmf.ui.wizards.new"\r
b9763f53 101 name="%wizard.category.name">\r
abfad0aa
FC
102 </category>\r
103 <wizard\r
104 category="org.eclipse.linuxtools.tmf.ui.wizards.new"\r
9501fb58 105 class="org.eclipse.linuxtools.tmf.ui.project.wizards.NewTmfProjectWizard"\r
12c155f5 106 icon="icons/elcl16/new_tracing_prj.gif"\r
abfad0aa 107 id="org.eclipse.linuxtools.tmf.ui.views.ui.wizards.newProject"\r
b9763f53 108 name="%project.new.wizard.name"\r
abfad0aa
FC
109 project="true">\r
110 <description>\r
b9763f53
FC
111 %project.new.wizard.description\r
112 \r
abfad0aa
FC
113 </description>\r
114 </wizard>\r
911ee550
FC
115 <wizard\r
116 category="org.eclipse.linuxtools.tmf.ui.wizards.new"\r
12c155f5 117 class="org.eclipse.linuxtools.tmf.ui.parsers.wizards.CustomTxtParserWizard"\r
db36aadd 118 icon="icons/etool16/customparser_wizard.gif"\r
911ee550 119 id="org.eclipse.linuxtools.tmf.ui.wizards.custom.text"\r
b9763f53 120 name="%project.new.wizard.custom.text.parser">\r
911ee550
FC
121 </wizard>\r
122 <wizard\r
123 category="org.eclipse.linuxtools.tmf.ui.wizards.new"\r
12c155f5 124 class="org.eclipse.linuxtools.tmf.ui.parsers.wizards.CustomXmlParserWizard"\r
db36aadd 125 icon="icons/etool16/customparser_wizard.gif"\r
911ee550 126 id="org.eclipse.linuxtools.tmf.ui.wizards.custom.xml"\r
b9763f53 127 name="%project.new.wizard.custom.xml.parser">\r
911ee550 128 </wizard>\r
abfad0aa 129 </extension>\r
12c155f5
FC
130 <extension\r
131 point="org.eclipse.ui.importWizards">\r
132 <category\r
133 id="org.eclipse.linuxtools.tmf.import.category"\r
134 name="%wizard.category.name">\r
135 </category>\r
136 <wizard\r
137 category="org.eclipse.linuxtools.tmf.import.category"\r
138 class="org.eclipse.linuxtools.tmf.ui.project.wizards.ImportTraceWizard"\r
139 icon="icons/etool16/import.gif"\r
140 id="org.eclipse.linuxtools.tmf.ui.trace.import.wizard"\r
141 name="%project.import.wizard.name">\r
142 </wizard>\r
143 </extension>\r
abfad0aa 144 <extension\r
b9763f53 145 id="org.eclipse.linuxtools.tmf.project.nature"\r
abfad0aa
FC
146 point="org.eclipse.core.resources.natures">\r
147 <runtime>\r
148 <run\r
dc8d8aa8 149 class="org.eclipse.linuxtools.tmf.core.TmfProjectNature">\r
abfad0aa
FC
150 </run>\r
151 </runtime>\r
152 </extension>\r
153 <extension\r
12c155f5
FC
154 point="org.eclipse.ui.ide.projectNatureImages">\r
155 <image\r
156 icon="icons/ovr16/trace_nature_ovr.gif"\r
157 id="org.eclipse.linuxtools.tmf.ui.nature.image"\r
158 natureId="org.eclipse.linuxtools.tmf.project.nature">\r
159 </image>\r
160 </extension>\r
161 <extension\r
162 point="org.eclipse.ui.navigator.navigatorContent">\r
163 <navigatorContent\r
164 activeByDefault="true"\r
165 contentProvider="org.eclipse.linuxtools.tmf.ui.project.model.TmfNavigatorContentProvider"\r
166 icon="icons/eview16/tracing_pers.gif"\r
167 id="org.eclipse.linuxtools.tmf.ui.navigator.content"\r
168 labelProvider="org.eclipse.linuxtools.tmf.ui.project.model.TmfNavigatorLabelProvider"\r
169 name="%navigatorContent.name"\r
170 priority="normal">\r
12c155f5
FC
171 <triggerPoints>\r
172 <or>\r
828e5592
PT
173 <and>\r
174 <instanceof\r
175 value="org.eclipse.core.resources.IProject">\r
176 </instanceof>\r
177 <test\r
178 property="org.eclipse.core.resources.projectNature"\r
179 value="org.eclipse.linuxtools.tmf.project.nature">\r
180 </test>\r
181 </and>\r
12c155f5
FC
182 <instanceof\r
183 value="org.eclipse.linuxtools.tmf.ui.project.model.ITmfProjectModelElement">\r
184 </instanceof>\r
185 </or>\r
186 </triggerPoints>\r
187 <possibleChildren>\r
188 <or>\r
189 <instanceof\r
190 value="org.eclipse.linuxtools.tmf.ui.project.model.ITmfProjectModelElement">\r
191 </instanceof>\r
828e5592
PT
192 <instanceof\r
193 value="org.eclipse.core.resources.IResource">\r
194 </instanceof>\r
12c155f5
FC
195 </or></possibleChildren>\r
196 <override\r
197 policy="InvokeAlwaysRegardlessOfSuppressedExt"\r
198 suppressedExtensionId="org.eclipse.ui.navigator.resourceContent">\r
199 </override>\r
828e5592
PT
200 <actionProvider\r
201 class="org.eclipse.linuxtools.tmf.ui.project.handlers.TmfActionProvider"\r
202 id="org.eclipse.linuxtools.tmf.ui.navigator.actions.provider">\r
203 <enablement>\r
204 <or>\r
205 <instanceof\r
206 value="org.eclipse.linuxtools.tmf.ui.project.model.ITmfProjectModelElement">\r
207 </instanceof>\r
208 </or>\r
209 </enablement>\r
210 </actionProvider>\r
211 <dropAssistant\r
212 class="org.eclipse.linuxtools.tmf.ui.project.handlers.DropAdapterAssistant"\r
213 id="org.eclipse.linuxtools.tmf.ui.navigator.dropAssistant">\r
214 <possibleDropTargets>\r
215 <or>\r
216 <and>\r
217 <instanceof\r
218 value="org.eclipse.core.resources.IProject">\r
219 </instanceof>\r
220 <test\r
221 property="org.eclipse.core.resources.projectNature"\r
222 value="org.eclipse.linuxtools.tmf.project.nature">\r
223 </test>\r
224 </and>\r
225 <instanceof\r
226 value="org.eclipse.linuxtools.tmf.ui.project.model.ITmfProjectModelElement">\r
227 </instanceof>\r
228 </or>\r
229 </possibleDropTargets>\r
230 </dropAssistant>\r
231 <commonWizard\r
232 menuGroupId="org.eclipse.linuxtools.tmf.ui.views.ui.wizards.menuGroupId"\r
233 type="new"\r
234 wizardId="org.eclipse.linuxtools.tmf.ui.views.ui.wizards.newProject">\r
235 <enablement></enablement>\r
236 </commonWizard>\r
12c155f5
FC
237 </navigatorContent>\r
238 </extension>\r
239 <extension\r
240 point="org.eclipse.ui.navigator.viewer">\r
241 <viewerContentBinding\r
242 viewerId="org.eclipse.ui.navigator.ProjectExplorer">\r
243 <includes>\r
244 <contentExtension\r
245 pattern="org.eclipse.linuxtools.tmf.ui.navigator.content">\r
246 </contentExtension>\r
247 <contentExtension\r
248 pattern="org.eclipse.ui.navigator.resources.filters.*">\r
249 </contentExtension>\r
250 </includes>\r
251 </viewerContentBinding>\r
252 </extension>\r
253 <extension\r
254 point="org.eclipse.ui.decorators">\r
255 <decorator\r
256 icon="icons/ovr16/trace_folder_ovr.png"\r
257 id="org.eclipse.linuxtools.tmf.ui.trace_folder.decorator"\r
258 label="Trace Folder"\r
259 lightweight="true"\r
260 location="TOP_RIGHT"\r
261 state="true">\r
262 <enablement>\r
263 <objectClass\r
264 name="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceFolder">\r
265 </objectClass>\r
266 </enablement>\r
267 </decorator>\r
268 <decorator\r
269 icon="icons/ovr16/experiment_folder_ovr.png"\r
270 id="org.eclipse.linuxtools.tmf.ui.experiment_folder.decorator"\r
271 label="Trace Experiment Folder"\r
272 lightweight="true"\r
273 location="TOP_RIGHT"\r
274 state="true">\r
275 <enablement>\r
276 <objectClass\r
277 name="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentFolder">\r
278 </objectClass>\r
279 </enablement>\r
280 </decorator>\r
281 <decorator\r
282 icon="icons/ovr16/link_ovr.gif"\r
283 id="org.eclipse.linuxtools.tmf.ui.linked_trace.decorator"\r
284 label="Linked Trace"\r
285 lightweight="true"\r
286 location="BOTTOM_RIGHT"\r
287 state="true">\r
288 <enablement>\r
289 <and>\r
290 <objectClass\r
291 name="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement">\r
292 </objectClass>\r
293 <objectState\r
294 name="isLinked"\r
295 value="true">\r
296 </objectState>\r
297 </and>\r
298 </enablement>\r
299 </decorator>\r
300 </extension>\r
301 <extension\r
302 point="org.eclipse.ui.menus">\r
303 <menuContribution\r
304 locationURI="menu:org.eclipse.ui.navigator.ProjectExplorer">\r
305 <command\r
306 commandId="org.eclipse.linuxtools.tmf.ui.command.managecustomparsers"\r
307 id="org.eclipse.linuxtools.tmf.ui.menu.managecustomparsers"\r
308 style="push">\r
309 </command>\r
310 </menuContribution>\r
311 <menuContribution\r
312 locationURI="popup:org.eclipse.ui.popup.any?after=additions">\r
313 <command\r
314 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.import"\r
315 disabledIcon="icons/dtool16/import.gif"\r
316 icon="icons/etool16/import.gif"\r
317 label="%commands.trace_folder.import"\r
318 mnemonic="%commands.trace_folder.import.mnemonic"\r
ed963ef6
FC
319 style="push"\r
320 tooltip="%commands.trace_folder.import.description">\r
12c155f5
FC
321 <visibleWhen\r
322 checkEnabled="false">\r
323 <with\r
324 variable="selection">\r
325 <count\r
326 value="1">\r
327 </count>\r
ed963ef6
FC
328 <iterate\r
329 operator="and">\r
330 <instanceof\r
331 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceFolder">\r
332 </instanceof>\r
12c155f5
FC
333 </iterate>\r
334 </with>\r
335 </visibleWhen>\r
336 </command>\r
337 <separator\r
338 name="org.eclipse.linuxtools.tmf.ui.separator1"\r
339 visible="true">\r
340 </separator>\r
341 <command\r
342 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.refresh"\r
343 disabledIcon="icons/dlcl16/refresh.gif"\r
344 icon="icons/elcl16/refresh.gif"\r
345 label="%commands.trace_folder.refresh"\r
346 mnemonic="%commands.trace_folder.refresh.mnemonic"\r
ed963ef6
FC
347 style="push"\r
348 tooltip="%commands.trace_folder.refresh.description">\r
12c155f5
FC
349 <visibleWhen\r
350 checkEnabled="false">\r
351 <with\r
352 variable="selection">\r
353 <count\r
354 value="1">\r
355 </count>\r
356 <iterate\r
ed963ef6 357 ifEmpty="false"\r
12c155f5 358 operator="and">\r
ed963ef6
FC
359 <instanceof\r
360 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceFolder">\r
361 </instanceof>\r
12c155f5
FC
362 </iterate>\r
363 </with>\r
364 </visibleWhen>\r
365 </command>\r
366 <command\r
367 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.open"\r
368 disabledIcon="icons/dlcl16/open.gif"\r
369 icon="icons/elcl16/open.gif"\r
370 label="%commands.trace.open"\r
371 mnemonic="%commands.trace.open.mnemonic"\r
ed963ef6
FC
372 style="push"\r
373 tooltip="%commands.trace.open.descritption">\r
12c155f5
FC
374 <visibleWhen\r
375 checkEnabled="false">\r
376 <with\r
377 variable="selection">\r
378 <count\r
379 value="1">\r
380 </count>\r
ed963ef6
FC
381 <iterate\r
382 ifEmpty="false"\r
383 operator="and">\r
384 <instanceof\r
385 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement">\r
386 </instanceof>\r
12c155f5
FC
387 </iterate>\r
388 </with>\r
389 </visibleWhen>\r
390 </command>\r
391 <command\r
392 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.copy"\r
393 disabledIcon="IMG_TOOL_COPY_DISABLED"\r
394 icon="IMG_TOOL_COPY"\r
395 label="%commands.trace.copy"\r
396 mnemonic="%commands.trace.copy.mnemonic"\r
ed963ef6
FC
397 style="push"\r
398 tooltip="%commands.trace.copy.description">\r
12c155f5
FC
399 <visibleWhen\r
400 checkEnabled="false">\r
401 <with\r
402 variable="selection">\r
403 <count\r
404 value="1">\r
405 </count>\r
ed963ef6
FC
406 <iterate\r
407 ifEmpty="false"\r
408 operator="and">\r
409 <instanceof\r
410 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement">\r
411 </instanceof>\r
12c155f5
FC
412 </iterate>\r
413 </with>\r
414 </visibleWhen>\r
415 </command>\r
416 <command\r
417 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.rename"\r
418 disabledIcon="icons/dlcl16/rename.gif"\r
419 icon="icons/elcl16/rename.gif"\r
420 label="%commands.trace.rename"\r
421 mnemonic="%commands.trace.rename.mnemonic"\r
ed963ef6
FC
422 style="push"\r
423 tooltip="%commands.trace.rename.description">\r
12c155f5
FC
424 <visibleWhen\r
425 checkEnabled="false">\r
426 <with\r
427 variable="selection">\r
428 <count\r
429 value="1">\r
430 </count>\r
ed963ef6
FC
431 <iterate\r
432 ifEmpty="false"\r
433 operator="and">\r
434 <instanceof\r
435 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement">\r
436 </instanceof>\r
437 </iterate>\r
438 </with>\r
439 </visibleWhen>\r
440 </command>\r
441 <command\r
442 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.delete"\r
443 disabledIcon="IMG_ETOOL_DELETE_DISABLED"\r
444 icon="IMG_ETOOL_DELETE"\r
445 label="%commands.trace.delete"\r
446 mnemonic="%commands.trace.delete.mnemonic"\r
447 style="push"\r
448 tooltip="%commands.trace.delete.description">\r
449 <visibleWhen\r
450 checkEnabled="false">\r
451 <with\r
452 variable="selection">\r
12c155f5
FC
453 <iterate\r
454 ifEmpty="false"\r
455 operator="and">\r
456 <and>\r
457 <instanceof\r
458 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement">\r
459 </instanceof>\r
ed963ef6
FC
460 <not>\r
461 <test\r
462 forcePluginActivation="true"\r
463 property="org.eclipse.linuxtools.tmf.ui.isExperimentTrace">\r
464 </test>\r
465 </not>\r
12c155f5
FC
466 </and>\r
467 </iterate>\r
468 </with>\r
469 </visibleWhen>\r
470 </command>\r
471 <command\r
472 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.delete"\r
473 disabledIcon="IMG_ETOOL_DELETE_DISABLED"\r
474 icon="IMG_ETOOL_DELETE"\r
ed963ef6
FC
475 label="%commands.trace.remove"\r
476 mnemonic="%commands.trace.remove.mnemonic"\r
477 style="push"\r
478 tooltip="%commands.trace.remove.description">\r
12c155f5
FC
479 <visibleWhen\r
480 checkEnabled="false">\r
481 <with\r
482 variable="selection">\r
483 <iterate\r
484 ifEmpty="false"\r
485 operator="and">\r
486 <and>\r
487 <instanceof\r
488 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement">\r
489 </instanceof>\r
ed963ef6
FC
490 <test\r
491 forcePluginActivation="true"\r
492 property="org.eclipse.linuxtools.tmf.ui.isExperimentTrace">\r
493 </test>\r
12c155f5
FC
494 </and>\r
495 </iterate>\r
496 </with>\r
497 </visibleWhen>\r
498 </command>\r
499 <separator\r
500 name="org.eclipse.linuxtools.tmf.ui.separator2"\r
501 visible="true">\r
502 </separator>\r
503 <menu\r
504 label="%commands.trace.select_trace_type"\r
ed963ef6
FC
505 mnemonic="%commands.trace.select_trace_type.mnemonic"\r
506 tooltip="%commands.trace.select_trace_type.description">\r
12c155f5
FC
507 <dynamic\r
508 class="org.eclipse.linuxtools.tmf.ui.project.handlers.SelectTraceTypeContributionItem"\r
509 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.select_trace_type.dynamic">\r
510 </dynamic>\r
511 <visibleWhen\r
512 checkEnabled="false">\r
513 <with\r
514 variable="selection">\r
515 <iterate\r
516 ifEmpty="false"\r
517 operator="and">\r
ed963ef6
FC
518 <instanceof\r
519 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement">\r
520 </instanceof>\r
12c155f5
FC
521 </iterate>\r
522 </with>\r
523 </visibleWhen>\r
524 </menu>\r
525 <command\r
526 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment_folder.new"\r
527 disabledIcon="icons/dtool16/new.gif"\r
528 icon="icons/etool16/new.gif"\r
529 label="%commands.experiment_folder.new"\r
530 mnemonic="%commands.experiment_folder.new.mnemonic"\r
ed963ef6
FC
531 style="push"\r
532 tooltip="%commands.trace.select_trace_type">\r
12c155f5
FC
533 <visibleWhen\r
534 checkEnabled="false">\r
535 <with\r
536 variable="selection">\r
537 <count\r
538 value="1">\r
539 </count>\r
540 <iterate\r
541 ifEmpty="false"\r
542 operator="and">\r
ed963ef6
FC
543 <instanceof\r
544 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentFolder">\r
545 </instanceof>\r
12c155f5
FC
546 </iterate>\r
547 </with>\r
548 </visibleWhen>\r
549 </command>\r
550 <separator\r
551 name="org.eclipse.linuxtools.tmf.ui.separator3"\r
552 visible="true">\r
553 </separator>\r
554 <command\r
555 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment_folder.refresh"\r
556 disabledIcon="icons/dlcl16/refresh.gif"\r
557 icon="icons/elcl16/refresh.gif"\r
558 label="%commands.experiment_folder.refresh"\r
559 mnemonic="%commands.experiment_folder.refresh.mnemonic"\r
ed963ef6
FC
560 style="push"\r
561 tooltip="%commands.experiment_folder.refresh.description">\r
12c155f5
FC
562 <visibleWhen\r
563 checkEnabled="false">\r
564 <with\r
565 variable="selection">\r
566 <count\r
567 value="1">\r
568 </count>\r
569 <iterate\r
ed963ef6 570 ifEmpty="false"\r
12c155f5 571 operator="and">\r
ed963ef6
FC
572 <instanceof\r
573 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentFolder">\r
574 </instanceof>\r
12c155f5
FC
575 </iterate>\r
576 </with>\r
577 </visibleWhen>\r
578 </command>\r
579 <command\r
580 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.select"\r
581 icon="IMG_OBJ_ADD"\r
582 label="%commands.experiment.selecttraces"\r
583 mnemonic="%commands.experiment.selecttraces.mnemonic"\r
ed963ef6
FC
584 style="push"\r
585 tooltip="%commands.experiment.selecttraces.description">\r
12c155f5
FC
586 <visibleWhen\r
587 checkEnabled="false">\r
588 <with\r
589 variable="selection">\r
590 <count\r
591 value="1">\r
592 </count>\r
593 <iterate\r
594 ifEmpty="false"\r
595 operator="and">\r
ed963ef6
FC
596 <instanceof\r
597 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentElement">\r
598 </instanceof>\r
12c155f5
FC
599 </iterate>\r
600 </with>\r
601 </visibleWhen>\r
602 </command>\r
603 <separator\r
604 name="org.eclipse.linuxtools.tmf.ui.separator4"\r
605 visible="true">\r
606 </separator>\r
607 <command\r
608 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.open"\r
609 icon="icons/elcl16/open.gif"\r
610 label="%commands.experiment.open"\r
611 mnemonic="%commands.experiment.open.mnemonic"\r
ed963ef6
FC
612 style="push"\r
613 tooltip="%commands.experiment.open.description">\r
12c155f5
FC
614 <visibleWhen\r
615 checkEnabled="false">\r
616 <with\r
617 variable="selection">\r
618 <count\r
619 value="1">\r
620 </count>\r
621 <iterate\r
622 ifEmpty="false"\r
623 operator="and">\r
ed963ef6
FC
624 <instanceof\r
625 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentElement">\r
626 </instanceof>\r
12c155f5
FC
627 </iterate>\r
628 </with>\r
629 </visibleWhen>\r
630 </command>\r
631 <command\r
632 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.copy"\r
633 disabledIcon="IMG_TOOL_COPY_DISABLED"\r
634 icon="IMG_TOOL_COPY"\r
635 label="%commands.experiment.copy"\r
636 mnemonic="%commands.experiment.copy.mnemonic"\r
ed963ef6
FC
637 style="push"\r
638 tooltip="%commands.experiment.copy.description">\r
12c155f5
FC
639 <visibleWhen\r
640 checkEnabled="false">\r
641 <with\r
642 variable="selection">\r
643 <count\r
644 value="1">\r
645 </count>\r
646 <iterate\r
647 ifEmpty="false"\r
648 operator="and">\r
ed963ef6
FC
649 <instanceof\r
650 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentElement">\r
651 </instanceof>\r
12c155f5
FC
652 </iterate>\r
653 </with>\r
654 </visibleWhen>\r
655 </command>\r
656 <command\r
657 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.rename"\r
658 icon="icons/elcl16/rename.gif"\r
659 label="%commands.experiment.rename"\r
660 mnemonic="%commands.experiment.rename.mnemonic"\r
ed963ef6
FC
661 style="push"\r
662 tooltip="%commands.experiment.rename.description">\r
12c155f5
FC
663 <visibleWhen\r
664 checkEnabled="false">\r
665 <with\r
666 variable="selection">\r
667 <count\r
668 value="1">\r
669 </count>\r
670 <iterate\r
671 ifEmpty="false"\r
672 operator="and">\r
ed963ef6
FC
673 <instanceof\r
674 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentElement">\r
675 </instanceof>\r
12c155f5
FC
676 </iterate>\r
677 </with>\r
678 </visibleWhen>\r
679 </command>\r
680 <command\r
681 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.delete"\r
682 disabledIcon="IMG_ETOOL_DELETE_DISABLED"\r
683 icon="IMG_ETOOL_DELETE"\r
684 label="%commands.experiment.delete"\r
685 mnemonic="%commands.experiment.delete.mnemonic"\r
ed963ef6
FC
686 style="push"\r
687 tooltip="%commands.experiment.delete.description">\r
12c155f5
FC
688 <visibleWhen\r
689 checkEnabled="false">\r
690 <with\r
691 variable="selection">\r
692 <iterate\r
693 ifEmpty="false"\r
694 operator="and">\r
ed963ef6
FC
695 <instanceof\r
696 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentElement">\r
697 </instanceof>\r
12c155f5
FC
698 </iterate>\r
699 </with>\r
700 </visibleWhen>\r
701 </command>\r
702 <separator\r
703 name="org.eclipse.linuxtools.tmf.ui.separator5"\r
704 visible="true">\r
705 </separator>\r
706 <command\r
707 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.refresh"\r
708 disabledIcon="icons/dlcl16/refresh.gif"\r
709 icon="icons/elcl16/refresh.gif"\r
710 label="%commands.experiment.refresh"\r
711 mnemonic="%commands.experiment.refresh.mnemonic"\r
ed963ef6
FC
712 style="push"\r
713 tooltip="%commands.experiment.refresh.description">\r
12c155f5
FC
714 <visibleWhen\r
715 checkEnabled="false">\r
716 <with\r
717 variable="selection">\r
718 <count\r
719 value="1">\r
720 </count>\r
721 <iterate\r
ed963ef6 722 ifEmpty="false"\r
12c155f5 723 operator="and">\r
ed963ef6
FC
724 <instanceof\r
725 value="org.eclipse.linuxtools.tmf.ui.project.model.TmfExperimentElement">\r
726 </instanceof>\r
12c155f5
FC
727 </iterate>\r
728 </with>\r
729 </visibleWhen>\r
730 </command>\r
731 </menuContribution>\r
abfad0aa
FC
732 </extension>\r
733 <extension\r
abfad0aa
FC
734 point="org.eclipse.ui.commands">\r
735 <category\r
12c155f5
FC
736 description="%commands.trace_folder.category.description"\r
737 id="org.eclipse.linuxtools.tmf.ui.commands.trace_folder.category"\r
738 name="%commands.trace_folder.category.name">\r
abfad0aa
FC
739 </category>\r
740 <command\r
12c155f5
FC
741 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace_folder.category"\r
742 description="%commands.trace_folder.import.description"\r
743 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.import"\r
744 name="%commands.trace_folder.import">\r
abfad0aa
FC
745 </command>\r
746 <command\r
12c155f5
FC
747 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace_folder.category"\r
748 description="%commands.trace_folder.refresh.description"\r
749 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.refresh"\r
750 name="%commands.trace_folder.refresh">\r
b9763f53
FC
751 </command>\r
752 <category\r
753 description="%commands.trace.category.description"\r
754 id="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
755 name="%commands.trace.category.name">\r
756 </category>\r
abfad0aa 757 <command\r
b9763f53
FC
758 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
759 description="%commands.trace.open.description"\r
abfad0aa 760 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.open"\r
b9763f53 761 name="%commands.trace.open">\r
abfad0aa 762 </command>\r
12c155f5
FC
763 <command\r
764 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
765 description="%commands.trace.copy.description"\r
766 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.copy"\r
767 name="%commands.trace.copy">\r
768 </command>\r
abfad0aa 769 <command\r
b9763f53
FC
770 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
771 description="%commands.trace.rename.description"\r
772 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.rename"\r
773 name="%commands.trace.rename">\r
774 </command>\r
12c155f5
FC
775 <category\r
776 description="%commands.experiment_folder.category.description"\r
777 id="org.eclipse.linuxtools.tmf.ui.commands.experiment_folder.category"\r
778 name="%commands.experiment_folder.category.name">\r
779 </category>\r
780 <command\r
781 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment_folder.category"\r
782 description="%commands.experiment_folder.new.description"\r
783 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment_folder.new"\r
784 name="%commands.experiment_folder.new">\r
785 </command>\r
786 <command\r
787 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment_folder.category"\r
788 description="%commands.experiment_folder.refresh.description"\r
789 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment_folder.refresh"\r
790 name="%commands.experiment_folder.refresh">\r
791 </command>\r
b9763f53
FC
792 <command\r
793 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
12c155f5
FC
794 description="%commands.trace.select_trace_type.description"\r
795 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.select_trace_type"\r
796 name="%commands.trace.select_trace_type">\r
abfad0aa 797 <commandParameter\r
12c155f5
FC
798 id="org.eclipse.linuxtools.tmf.ui.commandparameter.project.trace.select_trace_type.bundle"\r
799 name="%commands.trace.select_trace_type.bundle"\r
800 optional="false">\r
801 </commandParameter>\r
802 <commandParameter\r
803 id="org.eclipse.linuxtools.tmf.ui.commandparameter.project.trace.select_trace_type.type"\r
804 name="%commands.trace.select_trace_type.type"\r
805 optional="false">\r
806 </commandParameter>\r
807 <commandParameter\r
808 id="org.eclipse.linuxtools.tmf.ui.commandparameter.project.trace.select_trace_type.icon"\r
809 name="%commands.trace.select_trace_type.icon"\r
abfad0aa
FC
810 optional="false">\r
811 </commandParameter>\r
812 </command>\r
813 <command\r
b9763f53
FC
814 categoryId="org.eclipse.linuxtools.tmf.ui.commands.trace.category"\r
815 description="%commands.trace.delete.description"\r
abfad0aa 816 id="org.eclipse.linuxtools.tmf.ui.command.project.trace.delete"\r
b9763f53 817 name="%commands.trace.delete">\r
abfad0aa 818 </command>\r
b9763f53
FC
819 <category\r
820 description="%commands.experiment.category.description"\r
821 id="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
822 name="%commands.experiment.category.name">\r
823 </category>\r
abfad0aa 824 <command\r
b9763f53
FC
825 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
826 description="%commands.experiment.selecttraces.description"\r
abfad0aa 827 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.select"\r
b9763f53 828 name="%commands.experiment.selecttraces">\r
abfad0aa
FC
829 </command>\r
830 <command\r
b9763f53
FC
831 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
832 description="%commands.experiment.open.description"\r
abfad0aa 833 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.open"\r
b9763f53 834 name="%commands.experiment.open">\r
12c155f5
FC
835 </command>\r
836 <command\r
837 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
838 description="%commands.experiment.copy.description"\r
839 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.copy"\r
840 name="%commands.experiment.copy">\r
abfad0aa
FC
841 </command>\r
842 <command\r
b9763f53
FC
843 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
844 description="%commands.experiment.rename.description"\r
abfad0aa 845 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.rename"\r
b9763f53 846 name="%commands.experiment.rename">\r
abfad0aa
FC
847 </command>\r
848 <command\r
b9763f53
FC
849 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
850 description="%commands.experiment.delete.description"\r
abfad0aa 851 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.delete"\r
b9763f53 852 name="%commands.experiment.delete">\r
abfad0aa 853 </command>\r
12c155f5
FC
854 <command\r
855 categoryId="org.eclipse.linuxtools.tmf.ui.commands.experiment.category"\r
856 description="%commands.experiment.refresh.description"\r
857 id="org.eclipse.linuxtools.tmf.ui.command.project.experiment.refresh"\r
858 name="%commands.experiment.refresh">\r
859 </command>\r
b9763f53
FC
860 <category\r
861 description="%commands.parser.category.description"\r
862 id="org.eclipse.linuxtools.tmf.ui.commands.parser.category"\r
863 name="%commands.parser.category.name">\r
864 </category>\r
911ee550 865 <command\r
b9763f53
FC
866 categoryId="org.eclipse.linuxtools.tmf.ui.commands.parser.category"\r
867 description="%commands.parser.manage.description"\r
911ee550 868 id="org.eclipse.linuxtools.tmf.ui.command.managecustomparsers"\r
b9763f53 869 name="%commands.parser.manage">\r
911ee550 870 </command>\r
73005152
BH
871 <category\r
872 description="%commands.uml2sd.category.name"\r
873 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category" \r
874 name="%commands.uml2sd.category.name">\r
875 </category>\r
876 <command\r
877 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
878 description="%commands.uml2sd.goto.description"\r
879 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.GoToMessage"\r
880 name="%commands.uml2sd.goto">\r
881 </command>\r
882 <command\r
883 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
884 description="%commands.uml2sd.showend.description"\r
885 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.ShowNodeEnd"\r
886 name="%commands.uml2sd.showend">\r
887 </command>\r
888 <command\r
889 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
890 description="%commands.uml2sd.showstart.description"\r
891 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.ShowNodeStart"\r
892 name="%commands.uml2sd.showstart">\r
893 </command> \r
894 <command\r
895 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
896 description="%commands.uml2sd.scrollup.description"\r
897 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDUp"\r
898 name="%commands.uml2sd.scrollup">\r
899 </command>\r
900 <command\r
901 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
902 description="%commands.uml2sd.scrolldown.description"\r
903 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDDown"\r
904 name="%commands.uml2sd.scrolldown">\r
905 </command>\r
906 <command\r
907 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
908 description="%commands.uml2sd.scrollleft.description"\r
909 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDLeft"\r
910 name="%commands.uml2sd.scrollleft">\r
911 </command>\r
912 <command\r
913 categoryId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.category"\r
914 description="%commands.uml2sd.scrollright.description"\r
915 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDRight"\r
916 name="%commands.uml2sd.scrollright">\r
917 </command>\r
918 </extension>\r
919 <extension point="org.eclipse.ui.bindings">\r
920 <key\r
921 sequence="ALT+R"\r
922 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
923 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.GoToMessage"\r
924 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
925 </key> \r
926 <key\r
927 sequence="SHIFT+ALT+END"\r
928 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
929 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.ShowNodeEnd"\r
930 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
931 </key> \r
932 <key\r
933 sequence="SHIFT+ALT+HOME"\r
934 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
935 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.ShowNodeStart"\r
936 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
937 </key> \r
938 <key\r
939 sequence="SHIFT+ALT+ARROW_UP"\r
940 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
941 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDUp"\r
942 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
943 </key> \r
944 <key\r
945 sequence="SHIFT+ALT+ARROW_DOWN"\r
946 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
947 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDDown"\r
948 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
949 </key>\r
950 <key\r
951 sequence="SHIFT+ALT+ARROW_LEFT"\r
952 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
953 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDLeft"\r
954 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
955 </key>\r
956 <key\r
957 sequence="SHIFT+ALT+ARROW_RIGHT"\r
958 contextId="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
959 commandId="org.eclipse.linuxtools.tmf.ui.views.uml2sd.handlers.MoveSDRight"\r
960 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration">\r
828e5592 961 </key>\r
abfad0aa 962 </extension>\r
abfad0aa 963 <extension\r
abfad0aa
FC
964 point="org.eclipse.ui.handlers">\r
965 <handler\r
12c155f5
FC
966 class="org.eclipse.linuxtools.tmf.ui.project.handlers.ImportTraceHandler"\r
967 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.import">\r
abfad0aa
FC
968 </handler>\r
969 <handler\r
12c155f5
FC
970 class="org.eclipse.linuxtools.tmf.ui.project.handlers.RefreshHandler"\r
971 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.refresh">\r
abfad0aa
FC
972 </handler>\r
973 <handler\r
12c155f5
FC
974 class="org.eclipse.linuxtools.tmf.ui.project.handlers.OpenTraceHandler"\r
975 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.open">\r
abfad0aa
FC
976 </handler>\r
977 <handler\r
12c155f5
FC
978 class="org.eclipse.linuxtools.tmf.ui.project.handlers.CopyTraceHandler"\r
979 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.copy">\r
abfad0aa
FC
980 </handler>\r
981 <handler\r
12c155f5
FC
982 class="org.eclipse.linuxtools.tmf.ui.project.handlers.RenameTraceHandler"\r
983 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.rename">\r
abfad0aa
FC
984 </handler>\r
985 <handler\r
12c155f5
FC
986 class="org.eclipse.linuxtools.tmf.ui.project.handlers.DeleteTraceHandler"\r
987 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.delete">\r
abfad0aa
FC
988 </handler>\r
989 <handler\r
12c155f5
FC
990 class="org.eclipse.linuxtools.tmf.ui.project.handlers.SelectTraceTypeHandler"\r
991 commandId="org.eclipse.linuxtools.tmf.ui.command.project.trace.select_trace_type">\r
abfad0aa
FC
992 </handler>\r
993 <handler\r
12c155f5
FC
994 class="org.eclipse.linuxtools.tmf.ui.project.handlers.NewExperimentHandler"\r
995 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment_folder.new">\r
abfad0aa
FC
996 </handler>\r
997 <handler\r
12c155f5
FC
998 class="org.eclipse.linuxtools.tmf.ui.project.handlers.RefreshHandler"\r
999 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment_folder.refresh">\r
abfad0aa
FC
1000 </handler>\r
1001 <handler\r
12c155f5 1002 class="org.eclipse.linuxtools.tmf.ui.project.handlers.SelectTracesHandler"\r
abfad0aa
FC
1003 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.select">\r
1004 </handler>\r
1005 <handler\r
12c155f5 1006 class="org.eclipse.linuxtools.tmf.ui.project.handlers.OpenExperimentHandler"\r
abfad0aa
FC
1007 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.open">\r
1008 </handler>\r
1009 <handler\r
12c155f5
FC
1010 class="org.eclipse.linuxtools.tmf.ui.project.handlers.CopyExperimentHandler"\r
1011 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.copy">\r
abfad0aa
FC
1012 </handler>\r
1013 <handler\r
12c155f5
FC
1014 class="org.eclipse.linuxtools.tmf.ui.project.handlers.RenameExperimentHandler"\r
1015 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.rename">\r
abfad0aa
FC
1016 </handler>\r
1017 <handler\r
12c155f5
FC
1018 class="org.eclipse.linuxtools.tmf.ui.project.handlers.DeleteExperimentHandler"\r
1019 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.delete">\r
abfad0aa
FC
1020 </handler>\r
1021 <handler\r
12c155f5
FC
1022 class="org.eclipse.linuxtools.tmf.ui.project.handlers.RefreshHandler"\r
1023 commandId="org.eclipse.linuxtools.tmf.ui.command.project.experiment.refresh">\r
abfad0aa 1024 </handler>\r
911ee550
FC
1025 <handler\r
1026 class="org.eclipse.linuxtools.tmf.ui.commands.ManageCustomParsersCommandHandler"\r
1027 commandId="org.eclipse.linuxtools.tmf.ui.command.managecustomparsers">\r
1028 </handler>\r
e2561baf
FC
1029 <handler\r
1030 class="org.eclipse.linuxtools.tmf.ui.editors.handlers.AddBookmarkHandler"\r
1031 commandId="org.eclipse.ui.edit.addBookmark">\r
1032 <activeWhen>\r
1033 <with\r
1034 variable="activeEditor">\r
1035 <instanceof\r
1036 value="org.eclipse.linuxtools.tmf.ui.editors.TmfEventsEditor">\r
1037 </instanceof>\r
1038 </with>\r
1039 </activeWhen>\r
1040 </handler>\r
abfad0aa 1041 </extension>\r
abfad0aa
FC
1042 <extension\r
1043 point="org.eclipse.core.contenttype.contentTypes">\r
1044 <content-type\r
abfad0aa 1045 id="org.eclipse.linuxtools.tmf.ui.content-type.trace"\r
b9763f53 1046 name="%contenttype.trace"\r
abfad0aa
FC
1047 priority="normal">\r
1048 </content-type>\r
1049 </extension>\r
73005152
BH
1050 <extension\r
1051 point="org.eclipse.ui.contexts">\r
1052 <context\r
1053 id="org.eclipse.linuxtools.tmf.ui.view.uml2sd.context"\r
1054 name="%contexts.uml2sd">\r
1055 </context>\r
1056 </extension>\r
1057 <extension\r
1058 point="org.eclipse.ui.preferencePages">\r
1059 <page\r
1060 class="org.eclipse.linuxtools.tmf.ui.preferences.TmfTracingPreferencePage"\r
1061 id="org.eclipse.linuxtools.tmf.ui.TmfTracingPreferences"\r
1062 name="%preference.page.trace.name">\r
1063 </page>\r
1064 <page\r
1065 category="org.eclipse.linuxtools.tmf.ui.TmfTracingPreferences"\r
1066 class="org.eclipse.linuxtools.tmf.ui.views.uml2sd.preferences.SDViewerPage"\r
1067 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.preferences.SDViewerPage"\r
1068 name="%preference.page.uml2sd.name">\r
1069 </page>\r
1070 </extension>\r
1071 <extension\r
1072 point="org.eclipse.linuxtools.tmf.ui.uml2SDLoader">\r
1073 <uml2SDLoader\r
1074 class="org.eclipse.linuxtools.tmf.ui.views.uml2sd.impl.TmfUml2SDSyncLoader"\r
1075 default="true"\r
1076 id="org.eclipse.linuxtools.tmf.ui.views.uml2sd.impl.TmfUml2SDSyncLoader"\r
1077 name="TMF UML2SD Loader"\r
1078 view="org.eclipse.linuxtools.tmf.ui.tmfUml2SDSyncView">\r
1079 </uml2SDLoader>\r
1080 </extension>\r
12c155f5
FC
1081 <extension\r
1082 point="org.eclipse.core.expressions.propertyTesters">\r
1083 <propertyTester\r
1084 class="org.eclipse.linuxtools.tmf.ui.project.handlers.PropertyTester"\r
1085 id="org.eclipse.linuxtools.tmf.ui.propertyTester.isInTraceFolder"\r
1086 namespace="org.eclipse.linuxtools.tmf.ui.propertyTester"\r
1087 properties="isInTraceFolder"\r
1088 type="org.eclipse.jface.viewers.ISelection">\r
1089 </propertyTester>\r
1090 </extension>\r
ed963ef6
FC
1091 <extension\r
1092 point="org.eclipse.core.expressions.propertyTesters">\r
1093 <propertyTester\r
1094 class="org.eclipse.linuxtools.tmf.ui.TracePropertyTester"\r
1095 id="org.eclipse.linuxtools.tmf.ui.tracePropertyTester"\r
1096 namespace="org.eclipse.linuxtools.tmf.ui"\r
1097 properties="isExperimentTrace"\r
1098 type="org.eclipse.linuxtools.tmf.ui.project.model.TmfTraceElement">\r
1099 </propertyTester>\r
1100 </extension>\r
abfad0aa
FC
1101\r
1102</plugin>\r
This page took 0.078063 seconds and 5 git commands to generate.