|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.rse.ui.wizards.RSEDialogPageMessageLine
public class RSEDialogPageMessageLine
Message line interface implementation which forwards the calls to the associated parent dialog page.
Constructor Summary | |
---|---|
RSEDialogPageMessageLine(DialogPage dialogPage)
Constructor. |
Method Summary | |
---|---|
void |
clearErrorMessage()
Clears the currently displayed error message and redisplayes the non-error message which was active before the error message was set (if any). |
void |
clearMessage()
Clears the currently displayed message. |
String |
getErrorMessage()
Get the currently displayed error text. |
String |
getMessage()
Get the currently displayed message. |
SystemMessage |
getSystemErrorMessage()
Get the currently displayed error text. |
void |
setErrorMessage(String message)
Display the given error message. |
void |
setErrorMessage(SystemMessage message)
Display the given error message. |
void |
setErrorMessage(Throwable exception)
Display the given exception as an error message. |
void |
setMessage(String message)
Set the message text. |
void |
setMessage(SystemMessage message)
If the message line currently displays an error, the message is stored and will be shown after a call to clearErrorMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RSEDialogPageMessageLine(DialogPage dialogPage)
dialogPage
- The parent dialog page. Must be not null
.Method Detail |
---|
public void clearErrorMessage()
ISystemMessageLine
clearErrorMessage
in interface ISystemMessageLine
public void clearMessage()
ISystemMessageLine
clearMessage
in interface ISystemMessageLine
public String getErrorMessage()
ISystemMessageLine
getErrorMessage
in interface ISystemMessageLine
null
is returned.public String getMessage()
ISystemMessageLine
getMessage
in interface ISystemMessageLine
null is returned.
public SystemMessage getSystemErrorMessage()
ISystemMessageLine
getSystemErrorMessage
in interface ISystemMessageLine
null
is returned.public void setErrorMessage(String message)
ISystemMessageLine
setErrorMessage
in interface ISystemMessageLine
public void setErrorMessage(SystemMessage message)
ISystemMessageLine
setErrorMessage
in interface ISystemMessageLine
public void setErrorMessage(Throwable exception)
ISystemMessageLine
setErrorMessage
in interface ISystemMessageLine
public void setMessage(String message)
ISystemMessageLine
setMessage
in interface ISystemMessageLine
public void setMessage(SystemMessage message)
ISystemMessageLine
setMessage
in interface ISystemMessageLine
|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |