Wireless Toolkit Types
Identifier:
eclipseme.eclipseme.model.wirelessToolkitType
Since:
0.3.0
Description:
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.
Configuration Markup:
<!ELEMENT extension (wirelessToolkitType*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
- point - a fully qualified identifier of the target extension point
- id - an optional identifier of the extension instance
- name - an optional name of the extension instance
<!ELEMENT wirelessToolkitType EMPTY>
<!ATTLIST wirelessToolkitType
id CDATA #REQUIRED
name CDATA #REQUIRED
icon CDATA #IMPLIED
implementation CDATA #REQUIRED>
- id - a unique name that will be used to identify this wireless toolkit type
- name - a translatable name that will be used in the UI for this wireless toolkit type
- icon - a relative name of the icon that will be used for all resources that match the specified extensions.
- implementation - the implementation of the IWirelessToolkitType interface.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]
Copyright (c) 2003-2005 Craig Setera
All Rights Reserved
Licensed under the Eclipse Public License - v 1.0