UI Link Panel Provider
Identifier:
com.ibm.xtools.rmp.ui.com.ibm.xtools.rmp.ui.UILinkPanelProvider
Since:
[Enter the first release in which this extension point appears.]
Description:
[Enter description of this extension point.]
Configuration Markup:
<!ELEMENT extension (UILinkPanelProvider+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT UILinkPanelProvider EMPTY>
<!ATTLIST UILinkPanelProvider
id CDATA #REQUIRED
name CDATA #REQUIRED
image CDATA #REQUIRED
class CDATA #REQUIRED
bundle CDATA #REQUIRED>
- id - A unique identifier.
- name - The name that represents the provider. This will be used in the link creation dialog sidebar.
- image - The path of an image that represents the provider. This will be used in the link creation dialog sidebar. The image should be contained within the specified bundle.
The image width should be 70 pixels and its height should be 55 pixels. If the image is larger than these dimensions, it will be scaled down.
- class - The class providing the panel's user interface and functionality. The class should be contained within the specified bundle.
- bundle - The bundle name is required to load the class that defines the contribution and to get the image representing the provider. The image and the class are considered to be part of the same bundle.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]