| org.eclipse.ui.internal.dialogs.ImportWizard
ImportWizard | public class ImportWizard extends Wizard (Code) | | The import wizard allows the user to choose which nested import wizard to
run. The set of available wizards comes from the import wizard extension
point.
|
addPages | public void addPages()(Code) | | Creates the wizard's pages lazily.
|
getAvailableImportWizards | protected AdaptableList getAvailableImportWizards()(Code) | | Returns the import wizards that are available for invocation.
|
init | public void init(IWorkbench aWorkbench, IStructuredSelection currentSelection)(Code) | | Initializes the wizard.
Parameters: aWorkbench - the workbench Parameters: currentSelection - the current selection |
performFinish | public boolean performFinish()(Code) | | |
|
|