]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.browsing.ui.swt/adapters.xml
Fixed adapters.xml line endings to standard LF.
[simantics/platform.git] / bundles / org.simantics.browsing.ui.swt / adapters.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3     Copyright (c) 2007, 2012 Association for Decentralized Information Management
4     in Industry THTH ry.
5     All rights reserved. This program and the accompanying materials
6     are made available under the terms of the Eclipse Public License v1.0
7     which accompanies this distribution, and is available at
8     http://www.eclipse.org/legal/epl-v10.html
9    
10     Contributors:
11         VTT Technical Research Centre of Finland - initial API and implementation
12  -->
13 <adapters>
14
15         <target
16                 interface="org.simantics.browsing.ui.graph.impl.SessionContextInputSource">
17                 <resource
18                         uri="http://www.simantics.org/Browsing-0.0/WorkbenchSelectionInputSource"
19                         class="org.simantics.browsing.ui.graph.impl.WorkbenchSelectionInputSource">
20                 </resource>
21                 <resource
22                         uri="http://www.simantics.org/Browsing-0.0/WorkbenchSelectionResourceInputSource"
23                         class="org.simantics.browsing.ui.graph.impl.WorkbenchSelectionResourceInputSource">
24                 </resource>
25         </target>
26
27         <target interface="org.simantics.browsing.ui.swt.ModelledAction">
28                 <type
29                         uri="http://www.simantics.org/Browsing-0.0/Wizard"
30                         class="org.simantics.browsing.ui.swt.ModelledWizard">
31                         <this/>
32                 </type>
33                 <type
34                         uri="http://www.simantics.org/Browsing-0.0/Dialog"
35                         class="org.simantics.browsing.ui.swt.ModelledDialog">
36                         <this/>
37                 </type>
38         </target>
39
40         <target interface="org.simantics.browsing.ui.swt.ModelledIcon">
41                 <type
42                         uri="http://www.simantics.org/Browsing-0.0/BundleIcon"
43                         class="org.simantics.browsing.ui.swt.BundleIcon">
44                         <graph/>
45                         <this/>
46                 </type>
47         </target>
48
49         <target interface="org.simantics.browsing.ui.swt.ModelledWizardPage">
50                 <type
51                         uri="http://www.simantics.org/Browsing-0.0/WizardPage"
52                         class="org.simantics.browsing.ui.swt.ModelledWizardPageImpl">
53                         <this/>
54                 </type>
55         </target>
56
57         <target interface="org.simantics.browsing.ui.swt.ModelledControl">
58                 <type
59                         uri="http://www.simantics.org/Browsing-0.0/GraphExplorerComposite"
60                         class="org.simantics.browsing.ui.swt.ModelledGraphExplorerComposite">
61                         <this/>
62                 </type>
63                 <type
64                         uri="http://www.simantics.org/Browsing-0.0/Composite"
65                         class="org.simantics.browsing.ui.swt.ModelledComposite">
66                         <this/>
67                 </type>
68                 <type
69                         uri="http://www.simantics.org/Browsing-0.0/Combo"
70                         class="org.simantics.browsing.ui.swt.ModelledCombo">
71                         <this/>
72                 </type>
73                 <type
74                         uri="http://www.simantics.org/Browsing-0.0/Button"
75                         class="org.simantics.browsing.ui.swt.ModelledButton">
76                         <this/>
77                 </type>
78         </target>
79 </adapters>