Wireless Toolkit Types

eclipseme.eclipseme.model.wirelessToolkitType

0.3.0

Through this extension point, plugins may provide new types of Wireless Toolkit Types. Wireless Toolkit Types act as factories for instances of the eclipseme.model.IWirelessToolkit interface. IWirelessToolkit implementations provide the means for producing IConfiguration, IProfile and IPlatformDefinition instances.

<!ELEMENT extension (wirelessToolkitType*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT wirelessToolkitType EMPTY>

<!ATTLIST wirelessToolkitType

id             CDATA #REQUIRED

name           CDATA #REQUIRED

icon           CDATA #IMPLIED

implementation CDATA #REQUIRED>


[Enter extension point usage example here.]

[Enter API information here.]

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