<!ELEMENT extension (figureDeclaration+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT figureDeclaration (description?)>
<!ATTLIST figureDeclaration
name CDATA #REQUIRED
class CDATA #REQUIRED>
Add a new extensible figure that can be used for the generated objects.
<!ELEMENT description (#PCDATA)>
A description of the Figure, explain how is drawn the shape and the different figures that compose it.
<extension point=
"org.topcased.modeler.editorconfigurator.figureDeclaration"
>
<figureDeclaration class=
"org.topcased.draw2d.figures.ManFigure"
name=
"Man"
>
<description>
A Figure that represent a Man with a head, a body, two arms and two legs!</description>
</figureDeclaration>
</extension>
Copyright (c) 2005, 2006 AIRBUS FRANCE 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