Dashboard > UDIG Developer Guide > Home > 4 Working with Eclipse RCP > 11 Working with SWT and JFace > 2 Wizards
2 Wizards Log In | Sign Up   View a printable version of the current page.

Added by cedric , last edited by Jody Garnett on Nov 19, 2005  (view change)
Labels: 
(None)

Contributing to the ImportWizard

Add a ImportWizard extension in the plugin.xml of your plugin.

<extension
         point="org.eclipse.ui.importWizards">
      <wizard
            class="net.refractions.udig.catalog.internal.ui.CatalogImportWizard"
            icon="icons/obj16/repository_obj.gif"
            id="net.refractions.udig.catalog.ui.dataImportWizard"
            name="%dataImportWizard.name">
         <description>Import from a data source.</description>
      </wizard>
   </extension>

Contributing to the dataWizard

Add a dataWizard extension in the plugin.xml of your plugin.

<extension
       point="net.refractions.udig.catalog.ui.dataWizards">
    <wizard
          banner="icons/wizban/postgis_wiz.gif"
          class="net.refractions.udig.catalog.internal.postgis.ui.MifWizardPage"
          description="%wizard.description"
          icon="icons/etool16/postgis_wiz.gif"
          id="net.refractions.udig.catalog.ui.mif"
          name="%wizard.name">
    </wizard>
 </extension>
Powered by a free Atlassian Confluence Open Source Project License granted to uDig. Evaluate Confluence today.
Powered by Atlassian Confluence 2.7.1, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators
User-friendly Desktop Internet GIS