1 <?xml version='1.0' encoding='UTF-8'?>
2 <!-- Schema file written by PDE -->
3 <schema targetNamespace="org.simantics.ui" xmlns="http://www.w3.org/2001/XMLSchema">
6 <meta.schema plugin="org.simantics.ui" id="doubleClick" name="Double Click"/>
9 This extension point is used to define Ontology Explorer behaviour when the user selects a tree element by a double click or other default selection mechanism used on the current platform.
12 The behaviour should be based on the type of the double clicked node.
17 <element name="extension">
24 <sequence minOccurs="0" maxOccurs="unbounded">
25 <element ref="doubleClickAction"/>
27 <attribute name="point" type="string" use="required">
34 <attribute name="id" type="string">
41 <attribute name="name" type="string">
47 <meta.attribute translatable="true"/>
54 <element name="doubleClickAction">
56 <attribute name="name" type="string">
63 <attribute name="class" type="string" use="required">
69 <meta.attribute kind="java" basedOn=":org.simantics.ui.IDoubleClickAction"/>
73 <attribute name="priority" type="string">
76 A floating point number that is used to determine the consultation order of active doubleClickAction extensions. The extensions are consulted in descending priority order.
85 <meta.section type="apiInfo"/>
88 Implement fi.vtt.simantics.ode.ui.IDoubleClickAction.
94 <meta.section type="since"/>
97 [Enter the first release in which this extension point appears.]
103 <meta.section type="examples"/>
106 [Enter extension point usage example here.]
112 <meta.section type="implementation"/>
115 [Enter information about supplied implementation of this extension point.]