|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.unibi.airobots.resaidroid.helper.EasyDialog
public class EasyDialog
Constructor Summary | |
---|---|
EasyDialog()
|
Method Summary | |
---|---|
static void |
changeProgressDialogMessage(java.lang.String message)
Change the message of the ProgressDialog |
static void |
dismissProgressDialog()
Dismiss the ProgressDialog |
static void |
makeToast(Context context,
java.lang.String message)
Creates a Toast message in the given context |
static void |
showInfoDialog(Context context,
java.lang.String message)
Dialog with Ok Button |
static void |
startProgressDialog(Context context,
java.lang.String message)
Creates ProgressDialog in the given context |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EasyDialog()
Method Detail |
---|
public static void makeToast(Context context, java.lang.String message)
context
- to show Toast onmessage
- to showpublic static void showInfoDialog(Context context, java.lang.String message)
message
- text to be displayedpublic static void startProgressDialog(Context context, java.lang.String message)
context
- to show ProgressDialogmessage
- to showpublic static void changeProgressDialogMessage(java.lang.String message)
message
- to showpublic static void dismissProgressDialog()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |