|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfrysk.gui.dialogs.DialogManager
public class DialogManager
A class with public static methods for showing dialogs and getting user responces
| Constructor Summary | |
|---|---|
DialogManager()
|
|
| Method Summary | |
|---|---|
static void |
myNotifyAll()
|
static void |
showErrorDialog(String message,
Exception except)
|
static int |
showErrorDialog(String title,
String message,
Exception except)
|
static boolean |
showQueryDialog(String message)
|
static void |
showWarnDialog(String message)
Pops up a WarnDialog with the given message |
static void |
showWarnDialog(String title,
String message)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DialogManager()
| Method Detail |
|---|
public static boolean showQueryDialog(String message)
public static void showWarnDialog(String message)
message - the message to be shown to the user
public static void showWarnDialog(String title,
String message)
public static void showErrorDialog(String message,
Exception except)
public static int showErrorDialog(String title,
String message,
Exception except)
public static void myNotifyAll()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||