ElementInfoProvider

Identifier:
org.eclipse.actf.visualization.engines.blind.html.elementInfoProvider

Description:
This extension point is used to add additional information to IDs/Access Keys shown in ElementViewer by using IElementViewerInfoProvider.

Configuration Markup:

<!ELEMENT extension (provider+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED

>


<!ELEMENT provider EMPTY>

<!ATTLIST provider

class CDATA #REQUIRED

>


Examples:
The following is an example of an extension definition:

   <extension
         point="org.eclipse.actf.visualization.engines.blind.html.elementInfoProvider">
      <provider
            class="org.eclipse.actf.example.MyElementInfoProvider"/>
   </extension>

API Information:
The contributor will provide additional information by implementing IElementViewerInfoProvider.


Copyright (c) 2007, 2008 IBM Corporation and others.
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