org.eclipse.ui.importWizards

可以使用 org.eclipse.ui.importWizards 扩展点来将向导添加到工作台中的文件 > 导入菜单选项中。定义扩展和实现向导的过程类似于 org.eclipse.ui.newWizards。标记方面的主要区别是导入向导不为向导本身定义或指定类别。向导对话框中出现的向导是不分类的。

标记的类参数中提供的向导必须实现 IImportWizard。它的页面通常是从 WizardImportPage 扩展的。

Copyright IBM Corporation and others 2000, 2003.