public interface IMessage extends IMessageProvider
IMessageManager
ERROR, INFORMATION, NONE, WARNING
Modifier and Type | Method and Description |
---|---|
Control |
getControl()
Returns the control this message is associated with.
|
Object |
getData()
Returns data for application use
|
Object |
getKey()
Returns the unique message key
|
String |
getPrefix()
Messages that are associated with controls can be shown with a prefix
that indicates the origin of the message (e.g. the label preceeding the
control).
|
getMessage, getMessageType
Object getKey()
Object getData()
Control getControl()
null
if this is a general message.String getPrefix()
null
if this is a general
message
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.