Navigation Provider
Identifier:
com.ibm.xtools.rmp.ui.com.ibm.xtools.rmp.ui.navigationProvider
Since:
[Enter the first release in which this extension point appears.]
Description:
[Enter description of this extension point.]
Configuration Markup:
<!ELEMENT extension (NavigationProvider)+>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT Priority EMPTY>
<!ATTLIST Priority
name (Lowest|Low|Medium|High|Highest) >
The priority of the navigation provider. Consideration of dependencies has to be done when choosing the priority.
- name - The priority of the navigation provider. It can be one of the following values: Lowest, Low, Medium, High, Highest.
<!ELEMENT NavigationProvider (Priority)>
<!ATTLIST NavigationProvider
id CDATA #REQUIRED
class CDATA #REQUIRED>
- id - A unique ID for the provider.
- class - A class implementing INavigationProvider that provides navigation for a given object to a particular destination.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]