Class SendMailAction

Sends an email.

Synopsis

 public final class SendMailAction extends AbstractAction {
  public SendMailAction(MailDialog mailDialog,
                        UIConfig config);

  public void actionPerformed(ActionEvent e);
}

Methods inherited from javax.swing.AbstractAction: addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled

Methods inherited from java.lang.Object: equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait

Inheritance Path. java.lang.Object-> javax.swing.AbstractAction-> org.kaiwitte.workbench.ui.controller.SendMailAction

SendMailAction(MailDialog, UIConfig)

Synopsis: public SendMailAction(org.kaiwitte.workbench.ui.view.MailDialog m\
ailDialog,

                                org.kaiwitte.workbench.ui.UIConfig config);

Parameters

mailDialog

the dialog from where to receive the mail data

config

the UIConfig of the runtime context

Creates a new instance.

actionPerformed(ActionEvent)

Synopsis: public void actionPerformed(java.awt.event.ActionEvent e);

Parameters

e

not used

Sends the mail.