|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.w3c.jigadmin.gui.Message
public class Message
Messages.
Constructor Summary | |
---|---|
Message()
|
Method Summary | |
---|---|
static void |
showErrorMessage(java.awt.Component parent,
java.lang.Exception ex)
Show an error message |
static void |
showErrorMessage(java.awt.Component parent,
java.lang.Exception ex,
java.lang.String title)
Show an error message |
static void |
showErrorMessage(java.awt.Component parent,
RemoteAccessException ex)
Show an error message |
static void |
showErrorMessage(java.awt.Component parent,
java.lang.String message,
java.lang.String title)
Show an error message |
static void |
showErrorMessage(RemoteResourceWrapper rrw,
java.lang.Exception ex)
Show an error message |
static void |
showErrorMessage(RemoteResourceWrapper rrw,
java.lang.Exception ex,
java.lang.String title)
Show an error message |
static void |
showErrorMessage(RemoteResourceWrapper rrw,
RemoteAccessException ex)
Show an error message |
static void |
showErrorMessage(RemoteResourceWrapper rrw,
java.lang.String message,
java.lang.String title)
Show an error message |
static void |
showInformationMessage(java.awt.Component parent,
java.lang.String message)
Show a message |
static void |
showInformationMessage(java.awt.Component parent,
java.lang.String message,
java.lang.String title)
Show a message |
static void |
showInformationMessage(RemoteResourceWrapper rrw,
java.lang.String message,
java.lang.String title)
Show a message |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Message()
Method Detail |
---|
public static void showErrorMessage(java.awt.Component parent, java.lang.String message, java.lang.String title)
parent
- The parent Componentmessage
- The message to showtitle
- The dialog titlepublic static void showErrorMessage(RemoteResourceWrapper rrw, java.lang.String message, java.lang.String title)
rrw
- the RemoteResourceWrapper associated to this messagemessage
- The message to showtitle
- The dialog titlepublic static void showErrorMessage(java.awt.Component parent, java.lang.Exception ex, java.lang.String title)
parent
- The parent Componentex
- the catched exceptiontitle
- The dialog titlepublic static void showErrorMessage(RemoteResourceWrapper rrw, java.lang.Exception ex, java.lang.String title)
rrw
- the RemoteResourceWrapper associated to this messageex
- the catched exceptiontitle
- The dialog titlepublic static void showErrorMessage(java.awt.Component parent, RemoteAccessException ex)
parent
- The parent Componentex
- the catched exceptionpublic static void showErrorMessage(RemoteResourceWrapper rrw, RemoteAccessException ex)
rrw
- the RemoteResourceWrapper associated to this messageex
- the catched exceptionpublic static void showErrorMessage(java.awt.Component parent, java.lang.Exception ex)
parent
- The parent Componentex
- the catched exceptionpublic static void showErrorMessage(RemoteResourceWrapper rrw, java.lang.Exception ex)
rrw
- the RemoteResourceWrapper associated to this messageex
- the catched exceptionpublic static void showInformationMessage(java.awt.Component parent, java.lang.String message, java.lang.String title)
parent
- The parent Componentmessage
- The message to showtitle
- The dialog titlepublic static void showInformationMessage(RemoteResourceWrapper rrw, java.lang.String message, java.lang.String title)
rrw
- the RemoteResourceWrapper associated to this messagemessage
- The message to showtitle
- The dialog titlepublic static void showInformationMessage(java.awt.Component parent, java.lang.String message)
parent
- The parent Componentmessage
- The message to show
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |