Graphical Element
Identifier
com.ibm.etools.struts.GraphicalElementDescription
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.
Markup
<!ELEMENT extension (FFS_Element*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
>
<!ELEMENT FFS_Element EMPTY>
<!ATTLIST FFS_Element
id CDATA #REQUIRED
name CDATA #REQUIRED
class CDATA #REQUIRED
>
- id - The fully qualified class name for a new Free Form Surface Element. Note that this string MUST be the same string as the one returned by this parts implementation of the getPartType() method.
- name - The name of the new Free Form Surface Element
- class - Interface that all new Free Form Surface Elements must implement
Example
[Enter extension point usage example here.]API Information
[Enter API information here.]Supplied Implementation
[Enter information about supplied implementation of this extension point.]