Java org.eclipse.jface.wizard Wizard fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.wizard Wizard fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.wizard Wizard.

The text is from its open source code.

Subclass

org.eclipse.jface.wizard.Wizard has subclasses.
Click this link to see all its subclasses.

Field

StringDEFAULT_IMAGE
Image registry key of the default image for wizard pages (value "org.eclipse.jface.wizard.Wizard.pageImage").

Constructor

Wizard()
Creates a new empty wizard.

Method

voidaddPage(IWizardPage page)
Adds a new page to this wizard.
voidaddPages()
The Wizard implementation of this IWizard method does nothing.
voiddispose()
The Wizard implementation of this IWizard method disposes all the pages controls using DialogPage.dispose.
IWizardContainergetContainer()
IDialogSettingsgetDialogSettings()
IWizardPage[]getPages()
ShellgetShell()
Returns the wizard's shell if the wizard is visible.
StringgetWindowTitle()
booleanperformFinish()
Subclasses must implement this IWizard method to perform any special finish processing for their wizard.
voidsetContainer(IWizardContainer wizardContainer)
voidsetDefaultPageImageDescriptor(ImageDescriptor imageDescriptor)
Sets the default page image descriptor for this wizard.
voidsetDialogSettings(IDialogSettings settings)
Sets the dialog settings for this wizard.
voidsetForcePreviousAndNextButtons(boolean b)
Controls whether the wizard needs Previous and Next buttons even if it currently contains only one page.
voidsetNeedsProgressMonitor(boolean b)
Sets whether this wizard needs a progress monitor.
voidsetWindowTitle(String newTitle)
Sets the window title for the container that hosts this page to the given string.