]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.ui/plugin.xml
integrate SLC RAP & RCP in secure.ui
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui / plugin.xml
index b6f4dd1e0670d4b50c6fa982b0f314c2ba8308ff..7a47446bfb5336d1319034bb31eef286d24c5fc8 100644 (file)
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?eclipse version="3.4"?>
 <plugin>
-
-       
    <extension
          point="org.eclipse.ui.views">
    <view
          name="Result details"
          restorable="true">
    </view>
+ <!--  <view
+         allowMultiple="true"
+         class="org.argeo.eclipse.spring.SpringExtensionFactory"
+         icon="icons/excel.png"
+         id="org.argeo.slc.client.ui.resultExcelView"
+         name="Result details (Excel)"
+         restorable="true">
+   </view> -->
    <view
          id="org.argeo.slc.client.ui.processListView"
          class="org.argeo.eclipse.spring.SpringExtensionFactory"
       <command
             defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
             id="org.argeo.slc.client.ui.refreshResultList"
-            name="RefreshResultList">
+            name="Refresh Result List">
+      </command>
+      <command
+            defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
+            id="org.argeo.slc.client.ui.refreshExecutionModulesView"
+            name="Refresh Execution Modules View">
       </command>
       <command
             defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
             id="org.argeo.slc.client.ui.launchBatch"
-            name="LaunchBatch">
+            name="Launch Batch">
       </command>
       <command
             defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
             id="org.argeo.slc.client.ui.removeSelectedFromBatch"
-            name="RemoveSelectedFromBatch">
+            name="Remove Selected From Batch">
       </command>
       <command
             defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
             id="org.argeo.slc.client.ui.clearBatch"
-            name="ClearBatch">
+            name="Clear Batch">
       </command>
       <command
             defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
             id="org.argeo.slc.client.ui.refreshProcessList"
-            name="RefreshProcessList ">
+            name="Refresh Process List ">
       </command>
         <command 
                defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
    <command 
                defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
                id="org.argeo.slc.client.ui.displayResultDetails"
-               name="DisplayResultDetails">
+               name="Display Result Details">
                        <commandParameter
                        id="org.argeo.slc.client.commands.resultUuid"
                        name="Result UUID">
                        </commandParameter>
+                       <commandParameter
+                       id="org.argeo.slc.client.commands.resultName"
+                       name="Result Name">
+                       </commandParameter>
        </command>
-   </extension>
-   <extension
-        point="org.eclipse.ui.bindings">
-     <key
-           commandId="org.argeo.slc.client.ui.refreshResultList"
-           schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
-           sequence="CTRL+R">
-     </key>
-  </extension>
+   <command 
+               defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler"
+               id="org.argeo.slc.client.ui.manageBundles"
+               name="Manage Bundles">
+       </command>
+    </extension>
    
    <extension
          id="menu:org.eclipse.ui.main.menu"
          point="org.eclipse.ui.menus">
-      <menuContribution
-            locationURI="menu:org.eclipse.ui.main.menu?after=fileMenu">
-         <menu
-               id="slcMenu"
-               label="SLC">
+       <menuContribution
+            locationURI="menu:fileMenu">
+            <!-- Should be implemented in later version.
             <command
-                  commandId="org.argeo.slc.client.ui.refreshResultList"
-                  label="Refresh"
+                  commandId="org.argeo.slc.client.ui.manageBundles"
+                  label="Manage Bundles"
                   style="push"
-                  tooltip="Refresh  the result list">
-            </command>
-         </menu>
+                  tooltip="Add or remove plugins at run time">
+            </command> -->
       </menuContribution>
       <menuContribution
-            locationURI="toolbar:org.eclipse.ui.main.toolbar">
-         <toolbar
-               id="org.argeo.slc.client.ui.ResultViewToolbar">
+            locationURI="toolbar:org.argeo.slc.client.ui.resultListView">
             <command
                   commandId="org.argeo.slc.client.ui.refreshResultList"
                   icon="icons/refresh.png"
                   label="Refresh"
-                  style="toggle"
                   tooltip="Refresh the result list">
             </command>
-            <separator
-                  name="resultListViewGroup">
-            </separator>
-         </toolbar>
-      </menuContribution>
+        </menuContribution>
+      <menuContribution
+            locationURI="toolbar:org.argeo.slc.client.ui.executionModulesView">
+         <command
+               commandId="org.argeo.slc.client.ui.refreshExecutionModulesView"
+               icon="icons/refresh.png"
+               label="Refresh"
+               tooltip="Refresh the execution modules view.">
+         </command>
+       </menuContribution>   
       <menuContribution
             locationURI="toolbar:org.argeo.slc.client.ui.processBuilderView">
          <command
                tooltip="Remove selected process from process builder view.">
          </command>
       </menuContribution>
-   </extension>
-</plugin>
+  </extension>
+</plugin>
\ No newline at end of file