Uses of Interface
org.eclipse.jface.wizard.IWizard
-
Packages that use IWizard Package Description org.eclipse.jface.wizard Provides a framework for wizards.org.eclipse.ltk.ui.refactoring Application programming interface to implement a wizard based user interface for refactorings.org.eclipse.ltk.ui.refactoring.history Application programming interface to display and preview refactoring history information.org.eclipse.ltk.ui.refactoring.resource Application programming interface to actions related to resource refactorings.org.eclipse.team.ui Provides basic support for managing Team providers.org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View.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.preferences Classes for using the preferences support in org.eclipse.core.runtime.preferencesorg.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 Modifier and Type Class Description classWizardAn abstract base implementation of a wizard.Methods in org.eclipse.jface.wizard that return IWizard Modifier and Type Method Description IWizardIWizardNode. getWizard()Returns the wizard this node stands for.IWizardIWizardPage. getWizard()Returns the wizard that hosts this wizard page.protected IWizardWizardDialog. getWizard()Returns the wizard this dialog is currently displaying.IWizardWizardPage. getWizard()Methods in org.eclipse.jface.wizard with parameters of type IWizard Modifier and Type Method Description voidIWizardPage. setWizard(IWizard newWizard)Sets the wizard that hosts this wizard page.protected voidWizardDialog. setWizard(IWizard newWizard)Sets the wizard this dialog is currently displaying.voidWizardPage. setWizard(IWizard newWizard)Constructors in org.eclipse.jface.wizard with parameters of type IWizard Constructor Description WizardDialog(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 IWizard Modifier and Type Class Description classRefactoringWizardAn abstract base implementation of a refactoring wizard.Methods in org.eclipse.ltk.ui.refactoring with parameters of type IWizard Modifier and Type Method Description voidRefactoringWizardPage. setWizard(IWizard newWizard)Sets the wizard that hosts this wizard page. -
Uses of IWizard in org.eclipse.ltk.ui.refactoring.history
Classes in org.eclipse.ltk.ui.refactoring.history that implement IWizard Modifier and Type Class Description classRefactoringHistoryWizardA 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 IWizard Modifier and Type Class Description classDeleteResourcesWizardA wizard for the delete resources refactoring.classMoveResourcesWizardA wizard for the move resources refactoring.classRenameResourceWizardA wizard for the rename resource refactoring. -
Uses of IWizard in org.eclipse.team.ui
Subinterfaces of IWizard in org.eclipse.team.ui Modifier and Type Interface Description interfaceIConfigurationWizardIConfigurationWizard 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 IWizard Modifier and Type Class Description classModelParticipantWizardThis is a convenience class for creating wizards for use with theorg.eclipse.team.ui.synchronizeWizardextension point that create aModelSynchronizeParticipant.classParticipantSynchronizeWizardThis is a convenience class for creating wizards for use with theorg.eclipse.team.ui.synchronizeWizardextension point.classSubscriberParticipantWizardThis 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 IWizard Modifier and Type Method Description protected 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.ui Modifier and Type Interface Description interfaceIExportWizardInterface for export wizards.interfaceIImportWizardInterface for import wizards.interfaceINewWizardInterface for creation wizards.interfaceIWorkbenchWizardImplementors 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 Modifier and Type Interface Description interfaceIWorkingSetEditWizardA working set edit wizard allows editing a working set using the IWorkingSetPage associated with the working set.interfaceIWorkingSetNewWizardA 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 IWizard Modifier and Type Method Description protected abstract IWizardWizardPropertyPage. createWizard()Return a wizard.IWizardWizardPropertyPage. getWizard() -
Uses of IWizard in org.eclipse.ui.wizards.datatransfer
Classes in org.eclipse.ui.wizards.datatransfer that implement IWizard Modifier and Type Class Description classExternalProjectImportWizardStandard workbench wizard for importing projects defined outside of the currently defined projects into Eclipse.classFileSystemExportWizardStandard workbench wizard for exporting resources from the workspace to the local file system.classFileSystemImportWizardStandard workbench wizard for importing resources from the local file system into the workspace.classZipFileExportWizardStandard workbench wizard for exporting resources from the workspace to a zip file.classZipFileImportWizardStandard 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 Modifier and Type Class Description classBasicNewFileResourceWizardStandard workbench wizard that create a new file resource in the workspace.classBasicNewFolderResourceWizardStandard workbench wizard that create a new folder resource in the workspace.classBasicNewProjectResourceWizardStandard workbench wizard that creates a new project resource in the workspace.classBasicNewResourceWizardAbstract base implementation of the standard workbench wizards that create new resources in the workspace.
-