|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectDialog
fable.gui.dialog.MailDialog
public class MailDialog
This dialog box allows users to send a mail containing the selected articles to other people.
| Method Summary | |
|---|---|
static MailDialogData |
showMailDialog(Shell parent,
java.lang.String subject,
java.lang.String body)
Show a dialog box for sending a mail. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static MailDialogData showMailDialog(Shell parent,
java.lang.String subject,
java.lang.String body)
parent - parent shell of the dialog box.subject - subject of the mail.body - body of the mail.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||