Navigation menu
Identifier:
com.ibm.xtools.rmp.ui.com.ibm.xtools.rmp.ui.navigationMenu
Since:
[Enter the first release in which this extension point appears.]
Description:
[Enter description of this extension point.]
Configuration Markup:
<!ELEMENT extension (DestinationProvider)+>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT DestinationProvider EMPTY>
<!ATTLIST DestinationProvider
id CDATA #REQUIRED
name CDATA #REQUIRED
description CDATA #IMPLIED>
Provides IDs, names, and descriptions of available destinations.
- id - A unique ID for the provider.
- name - The name of a destination that a user can navigate to.
- description - A description of the destination that a user can navigate to in order to view an object under a different representation.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]