diff --git a/Modules/Bundles/org.mitk.core.ext/schema/inputdevice.exsd b/Modules/Bundles/org.mitk.core.ext/schema/inputdevice.exsd index dac1978be8..a3221e094c 100644 --- a/Modules/Bundles/org.mitk.core.ext/schema/inputdevice.exsd +++ b/Modules/Bundles/org.mitk.core.ext/schema/inputdevice.exsd @@ -1,155 +1,153 @@ This extension point is used to define additional input devices. - - - + + + a fully qualified identifier of the target extension point an optional identifier of the extension instance an optional name of the extension instance - - + + + + + + + - + - a unique name that will be used to identify this input device + the identifier of the input device - + - a translatable name that will be used in the UI for this view + an optional name of the input device - + a fully qualified name of the class that implements <samp>mitk::IInputDevice</samp>. - - - - - - a relative name of the icon that will -be associated with the input device. - - + an optional subelement whose body should contain text providing a short description of the input device. The following is an example of the extension point: <p> <pre> <extension point="org.mitk.core.ext.inputdevices"> <inputdevice id="com.xyz.inputdevice.XYZDevice" name="XYZ Device" - class="ns::XYZDevice" - icon="icons/XYZ.gif"/> + class="ns::XYZDevice" > + <description>My new 20-dimensional input device</description> + </inputdevice> </extension> </pre> </p> The value of the <samp>class</samp> attribute must be a fully qualified name of the class that implements <samp>mitk::IInputDevice</samp>. The MITK Platform can handle multiple distinct input devices by... Copyright (c) 2010 Medical and Biological Informatics, DKFZ<br> All rights reserved.