SQL Nodes Image Support

Identifier:
org.eclipse.datatools.sqltools.sql.ui.sqlNodesImage

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

Description:
This extension point provides support for SQL Nodes Image.

Configuration Markup:

<!ELEMENT extension (nodeImage+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED

>


<!ELEMENT nodeImage EMPTY>

<!ATTLIST nodeImage

imageHandler  CDATA #REQUIRED

nodeClazzName CDATA #REQUIRED

description   CDATA #IMPLIED

>


Examples:


<extension
         point="org.eclipse.datatools.sqltools.sql.ui.sqlNodesImage">
      <dbConfiguration
            product="Sybase Adaptive Server Enterprise"
            version="12.5.x"
            configurationClass="com.sybase.stf.dmp.ase.ASEUIConfiguration"
            >
      </dbConfiguration>
   </extension>

Contributes an ASE extenstion to the UI Configuration.

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


Copyright (c) 2008 Sybase, Inc. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html Contributors: Sybase, Inc. - initial API and implementation