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

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

Introduction

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

The text is from its open source code.

Subclass

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

Field

booleanisPageComplete
Indicates whether this page is complete.

Constructor

WizardPage(String pageName)
Creates a new wizard page with the given name, and with no title or image.
WizardPage(String pageName, String title, ImageDescriptor titleImage)
Creates a new wizard page with the given name, title, and image.

Method

ControlgetControl()
Returns the top level control for this dialog page.
StringgetErrorMessage()
StringgetMessage()
StringgetName()
ShellgetShell()
The WizardPage implementation of this method declared on DialogPage returns the shell of the container.
IWizardgetWizard()
voidsetDescription(String description)
The WizardPage implementation of this IDialogPage method extends the DialogPage implementation to update the wizard container title bar.
voidsetErrorMessage(String newMessage)
The WizardPage implementation of this method declared on DialogPage updates the container if this is the current page.
voidsetImageDescriptor(ImageDescriptor image)
The WizardPage implementation of this method declared on DialogPage updates the container if this page is the current page.
voidsetMessage(String newMessage, int newType)
The WizardPage implementation of this method declared on DialogPage updates the container if this is the current page.
voidsetMessage(String newMessage)
Sets or clears the message for this page.
voidsetPageComplete(boolean complete)
Sets whether this page is complete.
voidsetTitle(String title)
The WizardPage implementation of this IDialogPage method extends the DialogPage implementation to update the wizard container title bar.
voidsetWizard(IWizard newWizard)