public interface IMessageProvider
Modifier and Type | Field and Description |
---|---|
static int |
ERROR
Constant for an error message (value 3).
|
static int |
INFORMATION
Constant for an info message (value 1).
|
static int |
NONE
Constant for a regular message (value 0).
|
static int |
WARNING
Constant for a warning message (value 2).
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Returns the current message for this message provider.
|
int |
getMessageType()
Returns a value indicating if the message is a an information message, a
warning message, or an error message.
|
static final int NONE
Typically this indicates that the message should be shown without an icon.
static final int INFORMATION
static final int WARNING
static final int ERROR
String getMessage()
A message provides instruction or information to the user.
null
if noneint getMessageType()
Returns one of NONE
,INFORMATION
,
WARNING
, or ERROR
.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.