Constructor and Description |
---|
EclipseErrorBoxWidget() |
Modifier and Type | Method and Description |
---|---|
void |
display()
This operation displays an error message on the screen.
|
java.lang.String |
getErrorString()
(non-Javadoc)
|
void |
setErrorString(java.lang.String error)
(non-Javadoc)
|
public void setErrorString(java.lang.String error)
setErrorString
in interface IErrorBox
error
- A string containing the error message that should be displayed.
IErrorBox.setErrorString(String error)
public java.lang.String getErrorString()
getErrorString
in interface IErrorBox
The error string.
IErrorBox.getErrorString()