bindings
Identifier:
org.eclipse.stp.sca.edit.bindings
Since:
[Enter the first release in which this extension point appears.]
Description:
[Enter description of this extension point.]
Configuration Markup:
<!ELEMENT extension (category+ | binding+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT binding (description?)>
<!ATTLIST binding
id CDATA #REQUIRED
name CDATA #REQUIRED
icon CDATA #IMPLIED
category CDATA #IMPLIED
class CDATA #REQUIRED
nsURI CDATA #REQUIRED>
- id - a unique name that can be used to identify this device type
- name - a translatable name of the binding that will be used in the configuration editor
- icon - a relative path of an icon that will be used together with the name to represent the binding as one of the choices in the configuration editor.
- category - a slash-delimited path ('/') of category IDs. Each token in the path must represent a valid category ID previously defined by this or some other plug-in. If omitted, the device will be added to the "Other" category.
- class - A fully qualified name of the Java class implementing sca.Binding and subclassing sca.impl.BindingImpl
- nsURI - Namespace Unified Resource Identifier of package to which this binding belongs This is defined in the ecore model in the 'Ns URI' property of the package.
<!ELEMENT category EMPTY>
<!ATTLIST category
id CDATA #REQUIRED
name CDATA #REQUIRED
parentCategory CDATA #IMPLIED>
- id - a unique name that can be used to identify this category
- name - a translatable name of the category that will be used in the dialog box
- parentCategory - a path to another category if this category should be added as a child
<!ELEMENT description (#PCDATA)>
an optional subelement whose body contains a short text describing what kind of device is that
Examples:
[Enter extension point usage example here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]