|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IValidationMessageProvider
Simple interface to provide a validation message text and a message type for
a given ValidationStatusProvider
.
Can be used in dialogs to display a message text along with an icon reflecting the validation status.
Method Summary | |
---|---|
String |
getMessage(ValidationStatusProvider statusProvider)
Returns the validation message text for the given validation status provider. |
int |
getMessageType(ValidationStatusProvider statusProvider)
Returns the validation message type as one of the constants defined in IMessageProvider for the given validation status provider. |
Method Detail |
---|
String getMessage(ValidationStatusProvider statusProvider)
statusProvider
- the ValidationStatusProvider
for which to provide a
message text. May be null
.
validationStatusProvider
. May be null
.int getMessageType(ValidationStatusProvider statusProvider)
IMessageProvider
for the given validation status provider.
statusProvider
- the ValidationStatusProvider
for which to provide a
message type. May be null
.
validationStatusProvider
.
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.