| |
|
| javax.swing.JTextPane net.sourceforge.squirrel_sql.client.session.MessagePanel
serialVersionUID | final static long serialVersionUID(Code) | | |
MessagePanel | public MessagePanel()(Code) | | Default ctor.
|
addToMessagePanelPopup | public void addToMessagePanelPopup(Action action)(Code) | | |
showErrorMessage | public synchronized void showErrorMessage(Throwable th, ExceptionFormatter formatter)(Code) | | Show an error message describing the passed exception. The controls
background color will be changed to show it is an error msg.
Parameters: th - Exception. Parameters: session - the session that generated the exception. |
showErrorMessage | public synchronized void showErrorMessage(String msg)(Code) | | Show an error message. The controls
background color will be changed to show it is an error msg.
Parameters: th - Exception. |
showMessage | public synchronized void showMessage(Throwable th, ExceptionFormatter formatter)(Code) | | Show a message describing the passed throwable object.
Parameters: th - The throwable object. Parameters: session - the session that generated the exception. |
showMessage | public synchronized void showMessage(String msg)(Code) | | Show a message.
Parameters: msg - The message to be shown. |
showWarningMessage | public void showWarningMessage(String msg)(Code) | | |
|
|
|