Uses of Class
org.eclipse.jface.wizard.WizardPage
Package
Description
Provides provisioning user interface classes that can be used for assembling
a provisioning UI.
Provides classes that bridge between data binding and the JFace Wizard framework.
Provides a framework for wizards.
Application programming interface to implement a wizard based user interface for refactorings.
Application programming interface to actions related to resource refactorings.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Provides the standard Import and Export wizards for
moving resources into and out of the workspace.
-
Uses of WizardPage in org.eclipse.equinox.p2.ui
Modifier and TypeClassDescriptionclass
AcceptLicensesWizardPage shows a list of the IU's that have licenses that have not been approved by the user, and allows the user to approve them. -
Uses of WizardPage in org.eclipse.jface.databinding.wizard
Modifier and TypeMethodDescriptionstatic WizardPageSupport
WizardPageSupport.create
(WizardPage wizardPage, DataBindingContext dbc) Connect the validation result from the given data binding context to the given wizard page. -
Uses of WizardPage in org.eclipse.jface.wizard
Modifier and TypeClassDescriptionclass
An abstract implementation of a wizard page that manages a set of embedded wizards. -
Uses of WizardPage in org.eclipse.ltk.ui.refactoring
Modifier and TypeClassDescriptionclass
An abstract base implementation of a refactoring wizard page.class
An abstract wizard page that is to be used to implement user input pages presented inside arefactoring wizard
. -
Uses of WizardPage in org.eclipse.ltk.ui.refactoring.resource
Modifier and TypeClassDescriptionstatic class
-
Uses of WizardPage in org.eclipse.team.ui.synchronize
Modifier and TypeMethodDescriptionprotected final WizardPage
ModelParticipantWizard.createScopeSelectionPage()
protected abstract WizardPage
ParticipantSynchronizeWizard.createScopeSelectionPage()
Create the page which allows the user to select the scope for the operation.protected final WizardPage
SubscriberParticipantWizard.createScopeSelectionPage()
-
Uses of WizardPage in org.eclipse.ui.dialogs
Modifier and TypeClassDescriptionclass
The common superclass for wizard import and export pages.class
Abstract superclass for a typical export wizard's main page.class
Standard main page for a wizard that creates a file resource.class
Standard main page for a wizard that creates a folder resource.class
Standard resource link page for a wizard that creates a file or folder resource.class
Standard main page for a wizard that is creates a project resource.class
Standard project reference page for a wizard that creates a project resource.class
The abstract superclass for a typical import wizard's main page. -
Uses of WizardPage in org.eclipse.ui.wizards.datatransfer
Modifier and TypeClassDescriptionclass
Standard main page for a wizard that creates a project resource from whose location already contains a project.