]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.ui/plugin.xml
Introduce NormalizeGroup
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <plugin>
4
5 <!-- Views -->
6 <extension
7 point="org.eclipse.ui.views">
8 <view
9 id="org.argeo.slc.client.ui.jcrExecutionModulesView"
10 class="org.argeo.eclipse.spring.SpringExtensionFactory"
11 icon="icons/execution_module.gif"
12 name="Execution"
13 restorable="true">
14 </view>
15 <view
16 id="org.argeo.slc.client.ui.jcrResultListView"
17 class="org.argeo.eclipse.spring.SpringExtensionFactory"
18 icon="icons/results.gif"
19 name="Results"
20 restorable="true">
21 </view>
22 <view
23 id="org.argeo.slc.client.ui.jcrProcessListView"
24 class="org.argeo.eclipse.spring.SpringExtensionFactory"
25 name="Processes"
26 icon="icons/processes.gif"
27 restorable="true">
28 </view>
29 <!--
30 <view
31 id="org.argeo.slc.client.ui.executionModulesView"
32 class="org.argeo.eclipse.spring.SpringExtensionFactory"
33 icon="icons/execution_module.gif"
34 name="Execution Modules"
35 restorable="true">
36 </view>
37 <view
38 class="org.argeo.eclipse.spring.SpringExtensionFactory"
39 icon="icons/results.gif"
40 id="org.argeo.slc.client.ui.resultListView"
41 name="Results"
42 restorable="true">
43 </view>
44 <view
45 allowMultiple="true"
46 class="org.argeo.eclipse.spring.SpringExtensionFactory"
47 icon="icons/result_details.gif"
48 id="org.argeo.slc.client.ui.resultDetailView"
49 name="Result details"
50 restorable="true">
51 </view>
52 <view
53 id="org.argeo.slc.client.ui.processListView"
54 class="org.argeo.eclipse.spring.SpringExtensionFactory"
55 name="Processes"
56 icon="icons/processes.gif"
57 restorable="true">
58 </view>
59 <view
60 allowMultiple="true"
61 class="org.argeo.eclipse.spring.SpringExtensionFactory"
62 icon="icons/process_details.gif"
63 id="org.argeo.slc.client.ui.processDetailView"
64 name="Process details"
65 restorable="true">
66 </view>
67 <view
68 class="org.argeo.eclipse.spring.SpringExtensionFactory"
69 icon="icons/edit_parameters.gif"
70 id="org.argeo.slc.client.ui.processParametersView"
71 name="Process Parameters"
72 restorable="true">
73 </view>
74 <view
75 class="org.argeo.eclipse.spring.SpringExtensionFactory"
76 icon="icons/batch.gif"
77 id="org.argeo.slc.client.ui.processBuilderView"
78 name="Batch"
79 restorable="true">
80 </view>
81 -->
82 </extension>
83
84 <!-- Commands definitions -->
85 <extension
86 point="org.eclipse.ui.commands">
87 <command
88 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
89 id="org.argeo.slc.client.ui.updateModule"
90 name="Update Module">
91 </command>
92 <!-- Result List
93 <command
94 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
95 id="org.argeo.slc.client.ui.refreshResultList"
96 name="Refresh Result List">
97 </command>
98 <command
99 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
100 id="org.argeo.slc.client.ui.removeSelectedResultFromResultList"
101 name="Remove selected results from list">
102 </command>
103 <command
104 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
105 id="org.argeo.slc.client.ui.displayResultDetails"
106 name="Display Result Details">
107 </command>
108 -->
109 <!-- Execution Modules
110 <command
111 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
112 id="org.argeo.slc.client.ui.refreshExecutionModulesView"
113 name="Refresh Execution Modules View">
114 </command>
115 -->
116 <!-- Batch
117 <command
118 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
119 id="org.argeo.slc.client.ui.launchBatch"
120 name="Launch Batch">
121 </command>
122 <command
123 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
124 id="org.argeo.slc.client.ui.removeSelectedFromBatch"
125 name="Remove Selected From Batch">
126 </command>
127 <command
128 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
129 id="org.argeo.slc.client.ui.clearBatch"
130 name="Clear Batch">
131 </command>
132 -->
133 <!-- Process List
134 <command
135 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
136 id="org.argeo.slc.client.ui.refreshProcessList"
137 name="Refresh Process List ">
138 </command>
139 <command
140 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
141 id="org.argeo.slc.client.ui.displayProcessDetails"
142 name="DisplayProcessDetails">
143 <commandParameter
144 id="org.argeo.slc.client.commands.processUuid"
145 name="Process UUID">
146 </commandParameter>
147 </command>
148 <command
149 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
150 id="org.argeo.slc.client.ui.manageBundles"
151 name="Manage Bundles">
152 </command>
153 -->
154 </extension>
155
156 <!-- Menu definitions -->
157 <extension
158 id="menu:org.eclipse.ui.main.menu"
159 point="org.eclipse.ui.menus">
160 <menuContribution
161 locationURI="toolbar:org.argeo.slc.client.ui.jcrExecutionModulesView">
162 <command
163 commandId="org.argeo.slc.client.ui.updateModule"
164 icon="icons/refresh.png"
165 label="Update module"
166 tooltip="Update module">
167 </command>
168 </menuContribution>
169 <!--
170 <menuContribution
171 locationURI="menu:fileMenu">
172 </menuContribution>
173 <menuContribution
174 locationURI="toolbar:org.argeo.slc.client.ui.resultListView">
175 <command
176 commandId="org.argeo.slc.client.ui.refreshResultList"
177 icon="icons/refresh.png"
178 label="Refresh result list"
179 tooltip="Refresh the result list">
180 </command>
181 <command
182 commandId="org.argeo.slc.client.ui.removeSelectedResultFromResultList"
183 icon="icons/removeAll.png"
184 label="Remove selected"
185 tooltip="Remove selected items from the result list (Also on server side, cannot be undone)">
186 </command>
187 </menuContribution>
188 <menuContribution
189 locationURI="toolbar:org.argeo.slc.client.ui.executionModulesView">
190 <command
191 commandId="org.argeo.slc.client.ui.refreshExecutionModulesView"
192 icon="icons/refresh.png"
193 label="Refresh execution modules"
194 tooltip="Refresh the execution modules view.">
195 </command>
196 </menuContribution>
197 <menuContribution
198 locationURI="toolbar:org.argeo.slc.client.ui.processBuilderView">
199 <command
200 commandId="org.argeo.slc.client.ui.launchBatch"
201 icon="icons/launch.gif"
202 label="Launch Batch"
203 tooltip="Launch the batch built in the process builder view.">
204 </command>
205 <command
206 commandId="org.argeo.slc.client.ui.clearBatch"
207 label="Clear Batch"
208 icon="icons/clear_batch.gif"
209 tooltip="Clear the batch built in the process builder view.">
210 </command>
211 <command
212 commandId="org.argeo.slc.client.ui.removeSelectedFromBatch"
213 icon="icons/remove_one.gif"
214 label="Remove Selected From Batch"
215 tooltip="Remove selected process from process builder view.">
216 </command>
217 </menuContribution>
218 -->
219 </extension>
220 <extension
221 point="org.eclipse.ui.perspectives">
222 <perspective
223 class="org.argeo.slc.client.ui.SlcExecutionPerspective"
224 icon="icons/slc_execution_perspective.gif"
225 id="org.argeo.slc.client.ui.slcExecutionPerspective"
226 name="SLC Execution">
227 </perspective>
228 </extension>
229 <extension
230 point="org.eclipse.ui.editors">
231 <editor
232 class="org.argeo.eclipse.spring.SpringExtensionFactory"
233 default="false"
234 icon="icons/batch.gif"
235 id="org.argeo.slc.client.ui.processEditor"
236 name="Process">
237 </editor>
238 </extension>
239 <extension
240 point="org.eclipse.ui.elementFactories">
241 <factory
242 class="org.argeo.slc.client.ui.editors.ProcessEditorInputFactory"
243 id="org.argeo.slc.client.ui.processEditorInputFactory">
244 </factory>
245 </extension>
246 </plugin>