Additional Output View Tabs

org.eclipse.wst.rdb.outputview.additionalOutputViewTabs

1.0

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.

<!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.



[Enter API information here.]

[Enter information about supplied implementation of this extension point.]