org.eclipse.ui.exportWizards
You can add a wizard to the
File > Export
menu option in the workbench using the
org.eclipse.ui.exportWizards extension point. The process for defining the extension and implementing the wizard is similar to
org.eclipse.ui.newWizards
.
The primary difference in the markup is that export wizards do not define or
assign categories for the wizards themselves. The wizards appear
uncategorized in a wizard dialog.
The wizard supplied in the class parameter of the markup must implement
IExportWizard.
Its pages are typically extended from
WizardExportPage.