Generic Element Wizards

Identifier:
com.ps.consul.eclipse.ui.GenericElementWizards

Since:
2.4

Description:
Element wizards are used in the feature and family editors to create new elements.
For new wizards implement the com.ps.consul.eclipse.ui.wizards.IGenericTypeWizardPage interface.

Configuration Markup:

<!ELEMENT extension (wizard+)+>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>

Extension point for additional generic element wizards.



<!ELEMENT wizard EMPTY>

<!ATTLIST wizard

class CDATA #REQUIRED>

An additional generic element wizard.



Examples:
<wizard class="the implementing java class">
</wizard>