DTP Preference Sections

org.eclipse.datatools.sqltools.common.ui.preferenceSections

[Enter the first release in which this extension point appears.]

This extension point provides a way for data server vendors to contribute preference controls to an existing DTP preference page. All preference settings will appear in a tab with the vendor name as the title.

<!ELEMENT extension (section+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT section EMPTY>

<!ATTLIST section

dbdefinitionid CDATA #REQUIRED

class          CDATA #REQUIRED

page           CDATA #REQUIRED

launchConfig   (true | false) >


[Enter extension point usage example here.]

The contributed preference section must implement org.eclipse.datatools.sqltools.common.ui.preferences.IDataServerPreferenceSection or org.eclipse.datatools.sqltools.common.ui.preferences.IDataServerLaunchPreferenceSection.

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