Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.jface.wizard.IWizard

Packages that use IWizard
org.eclipse.jface.wizard Provides a framework for wizards.  
org.eclipse.team.ui Provides basic support for managing Team providers.  
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.  
org.eclipse.ui.wizards.datatransfer Provides the standard Import and Export wizards for moving resources into and out of the workspace. 
org.eclipse.ui.wizards.newresource Provides the standard wizards for creating files, folders, and projects in the workspace. 
 

Uses of IWizard in org.eclipse.jface.wizard
 

Classes in org.eclipse.jface.wizard that implement IWizard
 class Wizard
          An abstract base implementation of a wizard.
 

Methods in org.eclipse.jface.wizard that return IWizard
 IWizard IWizardNode.getWizard()
          Returns the wizard this node stands for.
 IWizard WizardPage.getWizard()
           
protected  IWizard WizardDialog.getWizard()
          Returns the wizard this dialog is currently displaying.
 IWizard IWizardPage.getWizard()
          Returns the wizard that hosts this wizard page.
 

Methods in org.eclipse.jface.wizard with parameters of type IWizard
 void WizardPage.setWizard(IWizard newWizard)
           
protected  void WizardDialog.setWizard(IWizard newWizard)
          Sets the wizard this dialog is currently displaying.
 void IWizardPage.setWizard(IWizard newWizard)
          Sets the wizard that hosts this wizard page.
 

Constructors in org.eclipse.jface.wizard with parameters of type IWizard
WizardDialog(Shell parentShell, IWizard newWizard)
          Creates a new wizard dialog for the given wizard.
 

Uses of IWizard in org.eclipse.team.ui
 

Subinterfaces of IWizard in org.eclipse.team.ui
 interface IConfigurationWizard
          IConfigurationWizard defines the interface that users of the extension point org.eclipse.team.ui.configurationWizards must implement.
 

Uses of IWizard in org.eclipse.ui
 

Subinterfaces of IWizard in org.eclipse.ui
 interface ICapabilityInstallWizard
          Interface for project capability install wizard.
 interface ICapabilityUninstallWizard
          Interface for project capability uninstall wizard.
 interface IExportWizard
          Interface for export wizards.
 interface IImportWizard
          Interface for import wizards.
 interface INewWizard
          Interface for creation wizards.
 interface IWorkbenchWizard
          Implementors represent creation wizards that are to be contributed to the workbench's creation wizard extension point.
 

Uses of IWizard in org.eclipse.ui.dialogs
 

Subinterfaces of IWizard in org.eclipse.ui.dialogs
 interface IWorkingSetEditWizard
          A working set edit wizard allows editing a working set using the IWorkingSetPage associated with the working set.
 

Uses of IWizard in org.eclipse.ui.wizards.datatransfer
 

Classes in org.eclipse.ui.wizards.datatransfer that implement IWizard
 class ExternalProjectImportWizard
          Standard workbench wizard for importing projects defined outside of the currently defined projects into Eclipse.
 class FileSystemExportWizard
          Standard workbench wizard for exporting resources from the workspace to the local file system.
 class FileSystemImportWizard
          Standard workbench wizard for importing resources from the local file system into the workspace.
 class ZipFileExportWizard
          Standard workbench wizard for exporting resources from the workspace to a zip file.
 class ZipFileImportWizard
          Standard workbench wizard for importing resources from a zip file into the workspace.
 

Uses of IWizard in org.eclipse.ui.wizards.newresource
 

Classes in org.eclipse.ui.wizards.newresource that implement IWizard
 class BasicNewFileResourceWizard
          Standard workbench wizard that create a new file resource in the workspace.
 class BasicNewFolderResourceWizard
          Standard workbench wizard that create a new folder resource in the workspace.
 class BasicNewProjectResourceWizard
          Standard workbench wizard that creates a new project resource in the workspace.
 class BasicNewResourceWizard
          Abstract base implementation of the standard workbench wizards that create new resources in the workspace.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.