Variant Export Wizards

Identifier:
com.ps.consul.eclipse.ui.export.vdm.VariantExportWizards

Since:
1.3

Description:
Wizards which perform an export. They have to be of type "IVariantsExportWizard".

Configuration Markup:

<!ELEMENT extension (wizard)+>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>

Extension point for additional variant export wizards.



<!ELEMENT wizard EMPTY>

<!ATTLIST wizard

class       CDATA #REQUIRED

name        CDATA #REQUIRED

icon        CDATA #IMPLIED

description CDATA #IMPLIED

types       CDATA #IMPLIED>

An additional variant export wizard.



Examples:
<wizard class="the implementing java class"
         name="the name for the wizard displayed as available export type"
         icon="the icon as plugin relative path">
         description="a description for the import shown in the import wizards title area when selected"
</wizard>