%strutsViewer.treeviewer.extensionPoint

Identifier

com.ibm.etools.struts.treenode

Description

Note: Licensed Material - Property of IBM
(C) Copyright IBM Corp. 2000,2002 - All Rights Reserved.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.

This is an extension point for extending the struts treeviewer. There are two parts to this extension. Part one - a list of classes from this plugin that can be used as parent to other external nodes. Part two is the actual parent - child class relation class.

Markup

   <!ELEMENT extension EMPTY>
   <!ATTLIST extension
     point CDATA #REQUIRED
     id    CDATA #IMPLIED
     name  CDATA #IMPLIED
   >

   <!ELEMENT treenode EMPTY>
   <!ATTLIST treenode
     parentNodeClass          CDATA #REQUIRED
     externalChildrenProvider CDATA #REQUIRED
   >

   <!ELEMENT extensibleClass EMPTY>
   <!ATTLIST extensibleClass
     id CDATA #REQUIRED
   >

Example

API Information

All extension nodes must implement com.ibm.etools.struts.treeviewer.nodes.IStrutsTreeviewerNode

Supplied Implementation

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