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 IWizard
WizardDialog.getWizard()
Returns the wizard this dialog is currently displaying.WizardPage.getWizard()
Methods in org.eclipse.jface.wizard with parameters of type IWizardModifier and TypeMethodDescriptionvoid
Sets the wizard that hosts this wizard page.protected void
Sets the wizard this dialog is currently displaying.void
Constructors 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 TypeClassDescriptionclass
An 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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
A wizard for the delete resources refactoring.class
A wizard for the move resources refactoring.class
A wizard for the rename resource refactoring. -
Uses of IWizard in org.eclipse.team.ui
Subinterfaces of IWizard in org.eclipse.team.uiModifier and TypeInterfaceDescriptioninterface
IConfigurationWizard defines the interface that users of the extension pointorg.eclipse.team.ui.configurationWizards
must implement. -
Uses of IWizard in org.eclipse.team.ui.synchronize
Classes in org.eclipse.team.ui.synchronize that implement IWizardModifier and TypeClassDescriptionclass
This is a convenience class for creating wizards for use with theorg.eclipse.team.ui.synchronizeWizard
extension point that create aModelSynchronizeParticipant
.class
This is a convenience class for creating wizards for use with theorg.eclipse.team.ui.synchronizeWizard
extension point.class
This is a convenience class for creating wizards for use with theorg.eclipse.team.ui.synchronizeWizard
extension point that create aSubscriberParticipant
.Methods in org.eclipse.team.ui.synchronize that return IWizardModifier and TypeMethodDescriptionprotected abstract IWizard
ParticipantSynchronizeWizard.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 TypeInterfaceDescriptioninterface
Interface for export wizards.interface
Interface for import wizards.interface
Interface for creation wizards.interface
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.dialogsModifier and TypeInterfaceDescriptioninterface
A working set edit wizard allows editing a working set using the IWorkingSetPage associated with the working set.interface
A 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 IWizard
WizardPropertyPage.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 TypeClassDescriptionclass
Standard workbench wizard for importing projects defined outside of the currently defined projects into Eclipse.class
Standard workbench wizard for exporting resources from the workspace to the local file system.class
Standard workbench wizard for importing resources from the local file system into the workspace.class
Standard workbench wizard for exporting resources from the workspace to a zip file.class
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 IWizardModifier and TypeClassDescriptionclass
Standard workbench wizard that create a new file resource in the workspace.class
Standard workbench wizard that create a new folder resource in the workspace.class
Standard workbench wizard that creates a new project resource in the workspace.class
Abstract base implementation of the standard workbench wizards that create new resources in the workspace.