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