Additional Output View Tabs
Identifier:
org.eclipse.wst.rdb.outputview.additionalOutputViewTabs
Since:
1.0
Description:
This extension-point allows users to add one or more TabItems to the parent TabFolder of the OutputView page area. For example, a tab for showing profiling data would be a good extension. The default tabs that are already defined, without contribution, are the Messages, Parameters, and Results tabs.
Configuration Markup:
<!ELEMENT additionalTab EMPTY>
<!ATTLIST additionalTab
id CDATA #REQUIRED
name CDATA #IMPLIED
class CDATA #REQUIRED>
This extension point allows a contributor to add TabItems to the TabFolder of the Data Output view. These tabs will be displayed along side the standard Messages, Parameters, and Results TabItems.
- id - id is a required attribute that must uniquely identify the additional tab contribution.
- name - name attribute: self-explanatory
- class - Fully-qualified name of a class that is of type (or subtype) TabItem and that implements the org.eclipse.wst.rdb.internal.outputview.IAddtionalOutputViewTab interface.
Examples:
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]