Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Plug-in Developer Guide
Previous Page Home Next Page

org.eclipse.ui.importWizards

You can add a wizard to the File > Import menu option in the workbench using the org.eclipse.ui.importWizards 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 import 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 IImportWizard. Its pages are typically extended from WizardImportPage.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire