| java.lang.Object org.w3c.jigadmin.gui.Message
Message | public class Message (Code) | | Messages.
version: $Revision: 1.4 $ author: Benoît Mahé (bmahe@w3.org) |
Method Summary | |
public static void | showErrorMessage(Component parent, String message, String title) | public static void | showErrorMessage(RemoteResourceWrapper rrw, String message, String title) | public static void | showErrorMessage(Component parent, Exception ex, String title) | public static void | showErrorMessage(RemoteResourceWrapper rrw, Exception ex, String title) | public static void | showErrorMessage(Component parent, RemoteAccessException ex) | public static void | showErrorMessage(RemoteResourceWrapper rrw, RemoteAccessException ex) | public static void | showErrorMessage(Component parent, Exception ex) | public static void | showErrorMessage(RemoteResourceWrapper rrw, Exception ex) | public static void | showInformationMessage(Component parent, String message, String title) | public static void | showInformationMessage(RemoteResourceWrapper rrw, String message, String title) | public static void | showInformationMessage(Component parent, String message) |
showErrorMessage | public static void showErrorMessage(Component parent, String message, String title)(Code) | | Show an error message
Parameters: parent - The parent Component Parameters: message - The message to show Parameters: title - The dialog title |
showErrorMessage | public static void showErrorMessage(RemoteResourceWrapper rrw, String message, String title)(Code) | | Show an error message
Parameters: rrw - the RemoteResourceWrapper associated to this message Parameters: message - The message to show Parameters: title - The dialog title |
showErrorMessage | public static void showErrorMessage(Component parent, Exception ex, String title)(Code) | | Show an error message
Parameters: parent - The parent Component Parameters: ex - the catched exception Parameters: title - The dialog title |
showErrorMessage | public static void showErrorMessage(RemoteResourceWrapper rrw, Exception ex, String title)(Code) | | Show an error message
Parameters: rrw - the RemoteResourceWrapper associated to this message Parameters: ex - the catched exception Parameters: title - The dialog title |
showErrorMessage | public static void showErrorMessage(Component parent, RemoteAccessException ex)(Code) | | Show an error message
Parameters: parent - The parent Component Parameters: ex - the catched exception |
showErrorMessage | public static void showErrorMessage(RemoteResourceWrapper rrw, RemoteAccessException ex)(Code) | | Show an error message
Parameters: rrw - the RemoteResourceWrapper associated to this message Parameters: ex - the catched exception |
showErrorMessage | public static void showErrorMessage(Component parent, Exception ex)(Code) | | Show an error message
Parameters: parent - The parent Component Parameters: ex - the catched exception |
showErrorMessage | public static void showErrorMessage(RemoteResourceWrapper rrw, Exception ex)(Code) | | Show an error message
Parameters: rrw - the RemoteResourceWrapper associated to this message Parameters: ex - the catched exception |
showInformationMessage | public static void showInformationMessage(Component parent, String message, String title)(Code) | | Show a message
Parameters: parent - The parent Component Parameters: message - The message to show Parameters: title - The dialog title |
showInformationMessage | public static void showInformationMessage(RemoteResourceWrapper rrw, String message, String title)(Code) | | Show a message
Parameters: rrw - the RemoteResourceWrapper associated to this message Parameters: message - The message to show Parameters: title - The dialog title |
showInformationMessage | public static void showInformationMessage(Component parent, String message)(Code) | | Show a message
Parameters: parent - The parent Component Parameters: message - The message to show |
|
|