]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.ui/adapters.xml
merged svn revision 33114 and added desktop and help plugins
[simantics/platform.git] / bundles / org.simantics.ui / adapters.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r<!--\r
2     Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
3     in Industry THTH ry.\r
4     All rights reserved. This program and the accompanying materials\r
5     are made available under the terms of the Eclipse Public License v1.0\r
6     which accompanies this distribution, and is available at\r
7     http://www.eclipse.org/legal/epl-v10.html\r
8    \r
9     Contributors:\r
10         VTT Technical Research Centre of Finland - initial API and implementation\r
11  -->\r
12
13 <adapters>\r
14 \r
15         <target interface="org.simantics.ui.icons.ImageDescriptorProvider">\r
16 \r
17                 <type uri="http://www.simantics.org/Layer0-0.0/Entity"\r
18                         class="org.simantics.ui.icons.NullImageDescriptorProvider" />\r
19 \r
20                 <resource uri="http://www.simantics.org/Layer0-0.0/Library"\r
21                         class="org.simantics.ui.icons.GraphOrBundleImageDescriptorProvider">\r
22                         <graph/>\r
23                         <this/>\r
24                         <bundle />\r
25                         <string>icons/etool16/folder.png</string>\r
26                 </resource>\r
27 \r               <type uri="http://www.simantics.org/Simulation-0.0/Model"\r                      class="org.simantics.ui.icons.GraphOrBundleImageDescriptorProvider">\r                   <graph/>\r                       <this/>\r                        <bundle />\r                     <string>icons/chart_organisation.png</string>\r          </type>\r\r
28                 <type uri="http://www.simantics.org/Simulation-0.0/Experiment"\r                 class="org.simantics.ui.icons.GraphOrBundleImageDescriptorProvider">\r                   <graph/>\r                       <this/>\r                        <bundle />\r                     <string>icons/time.png</string>\r                </type>\r\r               <type uri="http://www.simantics.org/Simulation-0.0/Run"\r                        class="org.simantics.ui.icons.GraphOrBundleImageDescriptorProvider">\r                   <graph/>\r                       <this/>\r                        <bundle />\r                     <string>icons/chart_bar.png</string>\r           </type>\r\r               <resource uri="http://www.simantics.org/Layer0X-0.0/RelationView"\r
29                         class="org.simantics.ui.icons.GraphOrBundleImageDescriptorProvider">\r
30                         <graph/>\r
31                         <this/>\r
32                         <bundle />\r
33                         <string>icons/etool16/database_table.png</string>\r
34                 </resource>\r
35 \r
36                 <resource\r
37                         uri="http://www.simantics.org/Layer0-0.0/Value"\r
38                         class="org.simantics.ui.icons.BundleImageDescriptorProvider">\r
39                         <bundle />\r
40                         <string>icons/etool16/textfield.png</string>\r
41                 </resource>\r
42 \r
43         </target>\r      \r    <target interface="org.eclipse.jface.resource.ImageDescriptor">\r        <baseType uri="http://www.simantics.org/Image2-0.0/Image" />\r        <type\r            uri="http://www.simantics.org/Image2-0.0/Image"\r            class="org.simantics.ui.icons.GraphImageDescriptor">\r            <graph/>\r            <this/>\r        </type>\r    </target>\r
44 \r    <target interface="org.eclipse.swt.graphics.RGB">\r        <baseType uri="http://www.simantics.org/Color-0.0/RGB" />\r        <adapter\r            uri="http://www.simantics.org/Color-0.0/RGB"\r            adapterClass="org.simantics.ui.colors.RGBAdapter"/>\r    </target>\r
45 </adapters>