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

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

Introduction

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

The text is from its open source code.

Implementation

org.eclipse.jface.dialogs.IMessageProvider has the following implementations.
Click this link to see all its implementation.

Field

intNONE
Constant for a regular message (value 0).
intINFORMATION
Constant for an info message (value 1).
intWARNING
Constant for a warning message (value 2).
intERROR
Constant for an error message (value 3).

Method

StringgetMessage()
Returns the current message for this message provider.
intgetMessageType()
Returns a value indicating if the message is a an information message, a warning message, or an error message.