|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMsgBoxHelper
An interface for utility class which shows dialogs of different types. It is introduce to avoid straight connection between logic and GUI classes.
Method Summary | |
---|---|
int |
showErrorBox(String title,
String msg)
Shows error box. |
int |
showInfoBox(String title,
String msg)
Shows information box. |
int |
showQuestionBox(String title,
String msg)
Shows Y/N question box. |
int |
showWarningBox(String title,
String msg)
Shows warning box. |
int |
showWarningQuestionBox(String title,
String msg)
Shows warning Y/N question box. |
Method Detail |
---|
int showQuestionBox(String title, String msg)
title
- message box titlemsg
- question message
int showWarningBox(String title, String msg)
title
- message box titlemsg
- warning message
int showWarningQuestionBox(String title, String msg)
title
- message box titlemsg
- question message
int showErrorBox(String title, String msg)
title
- message box titlemsg
- error message
int showInfoBox(String title, String msg)
title
- message box titlemsg
- info message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |