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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

WizardDialog(Shell parentShell, IWizard newWizard)
Creates a new wizard dialog for the given wizard.

Method

voidaddPageChangedListener(IPageChangedListener listener)
voidaddPageChangingListener(IPageChangingListener listener)
Adds a listener for page changes to the list of page changing listeners registered for this dialog.
booleanclose()
IWizardPagegetCurrentPage()
ObjectgetSelectedPage()
ShellgetShell()
Returns the shell for this wizard container.
intgetShellStyle()
voidremovePageChangedListener(IPageChangedListener listener)
voidremovePageChangingListener(IPageChangingListener listener)
Removes the provided page changing listener from the list of page changing listeners registered for the dialog.
voidrun(boolean fork, boolean cancelable, IRunnableWithProgress runnable)
This implementation of IRunnableContext#run(boolean, boolean, IRunnableWithProgress) blocks until the runnable has been run, regardless of the value of fork.
voidsetErrorMessage(String newErrorMessage)
Display the given error message.
voidsetMessage(String newMessage, int newType)
Sets the message for this dialog with an indication of what type of message it is.
voidsetMessage(String newMessage)
Set the message text.
voidsetMinimumPageSize(int minWidth, int minHeight)
Sets the minimum page size used for the pages.
voidsetMinimumPageSize(Point size)
Sets the minimum page size used for the pages.
WizardDialogsetModal(boolean modal)
Option to set the modality of the WizardDialog.
voidsetPageSize(int width, int height)
Sets the size of all pages.
voidsetPageSize(Point size)
Sets the size of all pages.
voidsetShellStyle(int newShellStyle)
Sets the shell style of the wizard dialog.
voidsetTitle(String newTitle)
Sets the title to be shown in the title area of this dialog.
voidsetTitleImage(Image newTitleImage)
Sets the title image to be shown in the title area of this dialog.
voidshowPage(IWizardPage page)
voidupdateButtons()
voidupdateSize()