doc: Update user guide for time graph marker axis
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.analysis.xml.ui / plugin.xml
CommitLineData
97ed0cf0
FW
1<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse version="3.4"?>
3<plugin>
4 <extension
5 point="org.eclipse.linuxtools.tmf.core.analysis">
03b8cd0e
GB
6 <listener
7 class="org.eclipse.tracecompass.tmf.analysis.xml.ui.module.TmfXmlAnalysisOutputSource">
8 </listener>
97ed0cf0
FW
9 </extension>
10 <extension
11 point="org.eclipse.ui.commands">
f98e9dbe
JCK
12 <command
13 categoryId="org.eclipse.linuxtools.tmf.ui.commands.category"
14 description="%command.manager.xml.description"
15 id="org.eclipse.tracecompass.tmf.analysis.xml.ui.managexmlanalyses"
16 name="%command.manager.xml">
17 </command>
97ed0cf0
FW
18 </extension>
19 <extension
20 point="org.eclipse.ui.menus">
21 <menuContribution
40b365cf 22 locationURI="popup:org.eclipse.ui.popup.any?after=org.eclipse.linuxtools.tmf.ui.menu.managecustomparsers">
f98e9dbe
JCK
23 <command
24 commandId="org.eclipse.tracecompass.tmf.analysis.xml.ui.managexmlanalyses"
25 label="%command.manager.xml"
26 mnemonic="%command.manager.xml.mnemonic"
27 style="push"
28 tooltip="%command.manager.xml.description">
29 <visibleWhen
30 checkEnabled="false">
31 <with
32 variable="selection">
33 <count
34 value="1">
35 </count>
36 <iterate
37 ifEmpty="false"
38 operator="and">
39 <or>
40 <instanceof
41 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfTraceFolder">
42 </instanceof>
43 <instanceof
44 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfExperimentFolder">
45 </instanceof>
46 <instanceof
47 value="org.eclipse.tracecompass.tmf.ui.project.model.TmfProjectElement">
48 </instanceof>
49 </or>
50 </iterate>
51 </with>
52 </visibleWhen>
53 </command>
97ed0cf0
FW
54 </menuContribution>
55 </extension>
56 <extension
57 point="org.eclipse.ui.handlers">
f98e9dbe
JCK
58 <handler
59 class="org.eclipse.tracecompass.internal.tmf.analysis.xml.ui.handler.ManageXMLAnalysisCommandHandler"
60 commandId="org.eclipse.tracecompass.tmf.analysis.xml.ui.managexmlanalyses">
61 </handler>
97ed0cf0 62 </extension>
1a23419e
FW
63 <extension
64 point="org.eclipse.ui.views">
65 <view
66 allowMultiple="false"
67 category="org.eclipse.linuxtools.lttng2.ui.views.category"
2bdf0193 68 class="org.eclipse.tracecompass.tmf.analysis.xml.ui.views.timegraph.XmlTimeGraphView"
1a23419e
FW
69 id="org.eclipse.linuxtools.tmf.analysis.xml.ui.views.timegraph"
70 name="%xmltimegraph.view.name"
71 restorable="true">
72 </view>
87c5447c
GB
73 <view
74 allowMultiple="false"
75 category="org.eclipse.linuxtools.lttng2.ui.views.category"
2bdf0193 76 class="org.eclipse.tracecompass.internal.tmf.analysis.xml.ui.views.xychart.XmlXYView"
87c5447c
GB
77 id="org.eclipse.linuxtools.internal.tmf.analysis.xml.ui.views.xyview"
78 name="%xmlxychart.view.name"
79 restorable="true">
80 </view>
1a23419e 81 </extension>
97ed0cf0 82</plugin>
This page took 0.074981 seconds and 5 git commands to generate.