|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDialog
fable.gui.dialog.SimpleDialog
public class SimpleDialog
Simple dialog box asks user to input a string.
Method Summary | |
---|---|
static java.lang.String |
showSimpleDialog(Shell parent,
java.lang.String labelText,
java.lang.String title)
Shows a simple dialog and return the input string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String showSimpleDialog(Shell parent, java.lang.String labelText, java.lang.String title)
parent
- parent shell of the dialog box.labelText
- label of the field.title
- title of the dialog box.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |