Java org.eclipse.jface.dialogs DialogPage fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.dialogs DialogPage fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Subclass

org.eclipse.jface.dialogs.DialogPage has subclasses.
Click this link to see all its subclasses.

Constructor

DialogPage()
Creates a new empty dialog page.

Method

StringgetErrorMessage()
ShellgetShell()
Returns this dialog page's shell.
voidsetDescription(String description)
voidsetErrorMessage(String newMessage)
Sets or clears the error message for this page.
voidsetMessage(String newMessage, int newType)
Sets the message for this page with an indication of what type of message it is.
voidsetMessage(String newMessage)
Sets or clears the message for this page.