|
Eclipse Platform Release 3.4 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IWizard | |
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.preferences Package Specification This package has the convenience classes provided by the Eclipse workbench for use by clients who wish to use the core preference support added in 3.0. |
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. |
protected IWizard |
WizardDialog.getWizard()
Returns the wizard this dialog is currently displaying. |
IWizard |
WizardPage.getWizard()
|
IWizard |
IWizardPage.getWizard()
Returns the wizard that hosts this wizard page. |
Methods in org.eclipse.jface.wizard with parameters of type IWizard | |
protected void |
WizardDialog.setWizard(IWizard newWizard)
Sets the wizard this dialog is currently displaying. |
void |
WizardPage.setWizard(IWizard newWizard)
|
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.ltk.ui.refactoring |
Classes in org.eclipse.ltk.ui.refactoring that implement IWizard | |
class |
RefactoringWizard
An abstract base implementation of a refactoring wizard. |
Methods in org.eclipse.ltk.ui.refactoring with parameters of type IWizard | |
void |
RefactoringWizardPage.setWizard(IWizard newWizard)
This method asserts that the wizard passed as a parameter is of type RefactoringWizard . |
Uses of IWizard in org.eclipse.ltk.ui.refactoring.history |
Classes in org.eclipse.ltk.ui.refactoring.history that implement IWizard | |
class |
RefactoringHistoryWizard
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 IWizard | |
class |
DeleteResourcesWizard
A wizard for the delete resources refactoring. |
class |
MoveResourcesWizard
A wizard for the move resources refactoring. |
class |
RenameResourceWizard
A wizard for the rename resource refactoring. |
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.team.ui.synchronize |
Classes in org.eclipse.team.ui.synchronize that implement IWizard | |
class |
ModelParticipantWizard
This is a convenience class for creating wizards for use with the org.eclipse.team.ui.synchronizeWizard extension point
that create a ModelSynchronizeParticipant . |
class |
ParticipantSynchronizeWizard
This is a convenience class for creating wizards for use with the org.eclipse.team.ui.synchronizeWizard extension point. |
class |
SubscriberParticipantWizard
This is a convenience class for creating wizards for use with the org.eclipse.team.ui.synchronizeWizard extension point
that create a SubscriberParticipant . |
Methods in org.eclipse.team.ui.synchronize that return IWizard | |
protected abstract IWizard |
ParticipantSynchronizeWizard.getImportWizard()
Return a wizard that can be used to populate the workspace if there are no resources returned from ParticipantSynchronizeWizard.getRootResources() . |
Uses of IWizard in org.eclipse.ui |
Subinterfaces of IWizard in org.eclipse.ui | |
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. |
interface |
IWorkingSetNewWizard
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 IWizard | |
IWizard |
WizardPropertyPage.getWizard()
|
protected abstract IWizard |
WizardPropertyPage.createWizard()
Return a wizard. |
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.4 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.