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