Uses of Interface
org.eclipse.jface.wizard.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
Modifier 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()
Modifier and TypeMethodDescriptionvoid
Sets the wizard that hosts this wizard page.protected void
Sets the wizard this dialog is currently displaying.void
ModifierConstructorDescriptionWizardDialog
(Shell parentShell, IWizard newWizard) Creates a new wizard dialog for the given wizard. -
Uses of IWizard in org.eclipse.ltk.ui.refactoring
Modifier and TypeClassDescriptionclass
An abstract base implementation of a refactoring wizard. -
Uses of IWizard in org.eclipse.ltk.ui.refactoring.history
Modifier and TypeClassDescriptionclass
A default implementation of a refactoring history wizard. -
Uses of IWizard in org.eclipse.ltk.ui.refactoring.resource
Modifier 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
Modifier 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
Modifier 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
.Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected abstract IWizard
WizardPropertyPage.createWizard()
Return a wizard.WizardPropertyPage.getWizard()
-
Uses of IWizard in org.eclipse.ui.wizards.datatransfer
Modifier 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
Modifier 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.