Device Editor

Identifier:
org.eclipse.me.ui.deviceEditor

Since:
[Enter the first release in which this extension point appears.]

Description:
Provides an extension point for registering an editor for use in editing a device from the device management user interface. Device types that do not have a registered editor will not be enabled for editing.

Configuration Markup:

<!ELEMENT extension (editor)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT editor EMPTY>

<!ATTLIST editor

id          CDATA #REQUIRED

name        CDATA #IMPLIED

class       CDATA #REQUIRED

deviceClass CDATA #REQUIRED>


Examples:
[Enter extension point usage example here.]

Supplied Implementation:
[Enter information about supplied implementation of this extension point.]