Uses of Interface
org.eclipse.jface.wizard.IWizard
Packages that use IWizard
Package
Description
Provides a framework for wizards.
Application programming interface to implement a wizard based user interface for refactorings.
Application programming interface to display and preview refactoring history information.
Application programming interface to actions related to resource refactorings.
Provides basic support for managing Team providers.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Classes for using the preferences support in org.eclipse.core.runtime.preferences
Provides the standard Import and Export wizards for
moving resources into and out of the workspace.
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 IWizardMethods in org.eclipse.jface.wizard that return IWizardModifier and TypeMethodDescriptionIWizardNode.getWizard()Returns the wizard this node stands for.IWizardPage.getWizard()Returns the wizard that hosts this wizard page.protected IWizardWizardDialog.getWizard()Returns the wizard this dialog is currently displaying.WizardPage.getWizard()Methods in org.eclipse.jface.wizard with parameters of type IWizardModifier and TypeMethodDescriptionvoidSets the wizard that hosts this wizard page.protected voidSets the wizard this dialog is currently displaying.voidConstructors in org.eclipse.jface.wizard with parameters of type IWizardModifierConstructorDescriptionWizardDialog(Shell parentShell, IWizard newWizard) Creates a new wizard dialog for the given wizard. -
Uses of IWizard in org.eclipse.ltk.ui.refactoring
Classes in org.eclipse.ltk.ui.refactoring that implement IWizardModifier and TypeClassDescriptionclassAn abstract base implementation of a refactoring wizard.Methods in org.eclipse.ltk.ui.refactoring with parameters of type IWizard -
Uses of IWizard in org.eclipse.ltk.ui.refactoring.history
Classes in org.eclipse.ltk.ui.refactoring.history that implement IWizardModifier and TypeClassDescriptionclassA default implementation of a refactoring history wizard. -
Uses of IWizard in org.eclipse.ltk.ui.refactoring.resource
Classes in org.eclipse.ltk.ui.refactoring.resource that implement IWizardModifier and TypeClassDescriptionclassA wizard for the delete resources refactoring.classA wizard for the move resources refactoring.classA wizard for the rename resource refactoring. -
Uses of IWizard in org.eclipse.team.ui
Subinterfaces of IWizard in org.eclipse.team.uiModifier and TypeInterfaceDescriptioninterfaceIConfigurationWizard defines the interface that users of the extension pointorg.eclipse.team.ui.configurationWizardsmust implement. -
Uses of IWizard in org.eclipse.team.ui.synchronize
Classes in org.eclipse.team.ui.synchronize that implement IWizardModifier and TypeClassDescriptionclassThis is a convenience class for creating wizards for use with theorg.eclipse.team.ui.synchronizeWizardextension point that create aModelSynchronizeParticipant.classThis is a convenience class for creating wizards for use with theorg.eclipse.team.ui.synchronizeWizardextension point.classThis is a convenience class for creating wizards for use with theorg.eclipse.team.ui.synchronizeWizardextension point that create aSubscriberParticipant.Methods in org.eclipse.team.ui.synchronize that return IWizardModifier and TypeMethodDescriptionprotected abstract IWizardParticipantSynchronizeWizard.getImportWizard()Return a wizard that can be used to populate the workspace if there are no resources returned fromParticipantSynchronizeWizard.getRootResources(). -
Uses of IWizard in org.eclipse.ui
Subinterfaces of IWizard in org.eclipse.uiModifier and TypeInterfaceDescriptioninterfaceInterface for export wizards.interfaceInterface for import wizards.interfaceInterface for creation wizards.interfaceImplementors 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.dialogsModifier and TypeInterfaceDescriptioninterfaceA working set edit wizard allows editing a working set using the IWorkingSetPage associated with the working set.interfaceA working set new wizard allows creating new working sets using a plug-in specific working set page. -
Uses of IWizard in org.eclipse.ui.preferences
Methods in org.eclipse.ui.preferences that return IWizardModifier and TypeMethodDescriptionprotected abstract IWizardWizardPropertyPage.createWizard()Return a wizard.WizardPropertyPage.getWizard() -
Uses of IWizard in org.eclipse.ui.wizards.datatransfer
Classes in org.eclipse.ui.wizards.datatransfer that implement IWizardModifier and TypeClassDescriptionclassStandard workbench wizard for importing projects defined outside of the currently defined projects into Eclipse.classStandard workbench wizard for exporting resources from the workspace to the local file system.classStandard workbench wizard for importing resources from the local file system into the workspace.classStandard workbench wizard for exporting resources from the workspace to a zip file.classStandard 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 IWizardModifier and TypeClassDescriptionclassStandard workbench wizard that create a new file resource in the workspace.classStandard workbench wizard that create a new folder resource in the workspace.classStandard workbench wizard that creates a new project resource in the workspace.classAbstract base implementation of the standard workbench wizards that create new resources in the workspace.