]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.ui/plugin.xml
d066fe2d28992f75f5a232995ad6036fc1123412
[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 <!-- Result List
88 <command
89 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
90 id="org.argeo.slc.client.ui.refreshResultList"
91 name="Refresh Result List">
92 </command>
93 <command
94 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
95 id="org.argeo.slc.client.ui.removeSelectedResultFromResultList"
96 name="Remove selected results from list">
97 </command>
98 <command
99 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
100 id="org.argeo.slc.client.ui.displayResultDetails"
101 name="Display Result Details">
102 </command>
103 -->
104 <!-- Execution Modules
105 <command
106 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
107 id="org.argeo.slc.client.ui.refreshExecutionModulesView"
108 name="Refresh Execution Modules View">
109 </command>
110 -->
111 <!-- Batch
112 <command
113 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
114 id="org.argeo.slc.client.ui.launchBatch"
115 name="Launch Batch">
116 </command>
117 <command
118 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
119 id="org.argeo.slc.client.ui.removeSelectedFromBatch"
120 name="Remove Selected From Batch">
121 </command>
122 <command
123 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
124 id="org.argeo.slc.client.ui.clearBatch"
125 name="Clear Batch">
126 </command>
127 -->
128 <!-- Process List
129 <command
130 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
131 id="org.argeo.slc.client.ui.refreshProcessList"
132 name="Refresh Process List ">
133 </command>
134 <command
135 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
136 id="org.argeo.slc.client.ui.displayProcessDetails"
137 name="DisplayProcessDetails">
138 <commandParameter
139 id="org.argeo.slc.client.commands.processUuid"
140 name="Process UUID">
141 </commandParameter>
142 </command>
143 <command
144 defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
145 id="org.argeo.slc.client.ui.manageBundles"
146 name="Manage Bundles">
147 </command>
148 -->
149 </extension>
150
151 <!-- Menu definitions -->
152 <extension
153 id="menu:org.eclipse.ui.main.menu"
154 point="org.eclipse.ui.menus">
155 <!--
156 <menuContribution
157 locationURI="menu:fileMenu">
158 </menuContribution>
159 <menuContribution
160 locationURI="toolbar:org.argeo.slc.client.ui.resultListView">
161 <command
162 commandId="org.argeo.slc.client.ui.refreshResultList"
163 icon="icons/refresh.png"
164 label="Refresh result list"
165 tooltip="Refresh the result list">
166 </command>
167 <command
168 commandId="org.argeo.slc.client.ui.removeSelectedResultFromResultList"
169 icon="icons/removeAll.png"
170 label="Remove selected"
171 tooltip="Remove selected items from the result list (Also on server side, cannot be undone)">
172 </command>
173 </menuContribution>
174 <menuContribution
175 locationURI="toolbar:org.argeo.slc.client.ui.executionModulesView">
176 <command
177 commandId="org.argeo.slc.client.ui.refreshExecutionModulesView"
178 icon="icons/refresh.png"
179 label="Refresh execution modules"
180 tooltip="Refresh the execution modules view.">
181 </command>
182 </menuContribution>
183 <menuContribution
184 locationURI="toolbar:org.argeo.slc.client.ui.processBuilderView">
185 <command
186 commandId="org.argeo.slc.client.ui.launchBatch"
187 icon="icons/launch.gif"
188 label="Launch Batch"
189 tooltip="Launch the batch built in the process builder view.">
190 </command>
191 <command
192 commandId="org.argeo.slc.client.ui.clearBatch"
193 label="Clear Batch"
194 icon="icons/clear_batch.gif"
195 tooltip="Clear the batch built in the process builder view.">
196 </command>
197 <command
198 commandId="org.argeo.slc.client.ui.removeSelectedFromBatch"
199 icon="icons/remove_one.gif"
200 label="Remove Selected From Batch"
201 tooltip="Remove selected process from process builder view.">
202 </command>
203 </menuContribution>
204 -->
205 </extension>
206 <extension
207 point="org.eclipse.ui.perspectives">
208 <perspective
209 class="org.argeo.slc.client.ui.SlcExecutionPerspective"
210 icon="icons/slc_execution_perspective.gif"
211 id="org.argeo.slc.client.ui.slcExecutionPerspective"
212 name="SLC Execution">
213 </perspective>
214 </extension>
215 <extension
216 point="org.eclipse.ui.editors">
217 <editor
218 class="org.argeo.eclipse.spring.SpringExtensionFactory"
219 default="false"
220 icon="icons/batch.gif"
221 id="org.argeo.slc.client.ui.processEditor"
222 name="Process">
223 </editor>
224 </extension>
225 <extension
226 point="org.eclipse.ui.elementFactories">
227 <factory
228 class="org.argeo.slc.client.ui.editors.ProcessEditorInputFactory"
229 id="org.argeo.slc.client.ui.processEditorInputFactory">
230 </factory>
231 </extension>
232 </plugin>