|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EmailAddress | |
|---|---|
| adams.flow.sink | |
| adams.gui.dialog | |
| Uses of EmailAddress in adams.flow.sink |
|---|
| Fields in adams.flow.sink declared as EmailAddress | |
|---|---|
protected EmailAddress[] |
Email.m_Recipients
the recipients. |
| Methods in adams.flow.sink that return EmailAddress | |
|---|---|
EmailAddress[] |
Email.getRecipients()
Returns the recipients. |
| Methods in adams.flow.sink with parameters of type EmailAddress | |
|---|---|
void |
Email.setRecipients(EmailAddress[] value)
Sets the recipients. |
| Uses of EmailAddress in adams.gui.dialog |
|---|
| Methods in adams.gui.dialog that return EmailAddress | |
|---|---|
EmailAddress[] |
ComposeEmailDialog.getBCC()
Returns the BCC recipients. |
EmailAddress[] |
ComposeEmailPanel.getBCC()
Returns the BCC recipients. |
EmailAddress[] |
ComposeEmailDialog.getCC()
Returns the CC recipients. |
EmailAddress[] |
ComposeEmailPanel.getCC()
Returns the CC recipients. |
EmailAddress |
ComposeEmailDialog.getFrom()
Returns the current from address. |
EmailAddress |
ComposeEmailPanel.getFrom()
Returns the current from address. |
EmailAddress[] |
ComposeEmailDialog.getTO()
Returns the recipients. |
EmailAddress[] |
ComposeEmailPanel.getTO()
Returns the recipients. |
| Methods in adams.gui.dialog with parameters of type EmailAddress | |
|---|---|
void |
ComposeEmailDialog.setBCC(EmailAddress[] value)
Sets the BCC recipients. |
void |
ComposeEmailPanel.setBCC(EmailAddress[] value)
Sets the BCC recipients. |
void |
ComposeEmailDialog.setCC(EmailAddress[] value)
Sets the CC recipients. |
void |
ComposeEmailPanel.setCC(EmailAddress[] value)
Sets the CC recipients. |
void |
ComposeEmailDialog.setFrom(EmailAddress value)
Sets the "from" email address. |
void |
ComposeEmailPanel.setFrom(EmailAddress value)
Sets the "from" email address. |
void |
ComposeEmailDialog.setTO(EmailAddress[] value)
Sets the recipients. |
void |
ComposeEmailPanel.setTO(EmailAddress[] value)
Sets the recipients. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||