|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.pogamut.posh.explorer.PGSupport
public class PGSupport
Static class that provides some supporting functions (like dialogs) used in this module.
| Constructor Summary | |
|---|---|
PGSupport()
|
|
| Method Summary | |
|---|---|
static boolean |
confirm(String text)
Display confirmation message box with message |
static String |
getIdentifierFromDialog(String purposeTitle)
Create a dialog asking for input of identifier and return identifier or null |
static void |
message(String text)
Display message box with message |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PGSupport()
| Method Detail |
|---|
public static String getIdentifierFromDialog(String purposeTitle)
purposeTitle - What is purpose of the indientifies
public static void message(String text)
text - message that will be displayedpublic static boolean confirm(String text)
text - message that will be displayed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||