public final class NotificationLineSupport extends Object
NotifyDescriptor.createNotificationLineSupport()| Modifier and Type | Method and Description |
|---|---|
void |
clearMessages()
Clears messages.
|
String |
getErrorMessage()
Gets a error message.
|
String |
getInformationMessage()
Gets a information message.
|
String |
getWarningMessage()
Gets a warning message.
|
void |
setErrorMessage(String msg)
Sets a error message.
|
void |
setInformationMessage(String msg)
Sets a information message.
|
void |
setWarningMessage(String msg)
Sets a warning message.
|
public final void setInformationMessage(String msg)
msg - information messagepublic final String getInformationMessage()
null if other type of message was setpublic final void setWarningMessage(String msg)
msg - warning messagepublic final String getWarningMessage()
null if other type of message was setpublic final void setErrorMessage(String msg)
msg - error messagepublic final String getErrorMessage()
null if other type of message was setpublic final void clearMessages()
Built on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.