java.lang.Object
org.lucane.client.Plugin
org.lucane.plugins.sendmail.MailClient
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener, java.lang.Runnable, java.awt.event.WindowListener
- public class MailClient
- extends org.lucane.client.Plugin
- implements java.awt.event.ActionListener
| Methods inherited from class org.lucane.client.Plugin |
exit, getAuthor, getCategory, getDirectory, getEmail, getIcon, getName, getTitle, getToolTip, getVersion, run, setLocale, tr, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
frame
private javax.swing.JFrame frame
from
private javax.swing.JTextField from
to
private javax.swing.JTextField to
cc
private javax.swing.JTextField cc
bcc
private javax.swing.JTextField bcc
subject
private javax.swing.JTextField subject
content
private javax.swing.JTextField content
attachName
private javax.swing.JTextField attachName
attachData
private javax.swing.JTextField attachData
btnSend
private javax.swing.JButton btnSend
sendmail
private org.lucane.common.ConnectInfo sendmail
MailClient
public MailClient()
init
public org.lucane.client.Plugin init(org.lucane.common.ConnectInfo[] friends,
boolean starter)
- Description copied from class:
org.lucane.client.Plugin
- Used by the PluginLoader to initialize the plugin with adequate parameters
load
public void load(org.lucane.common.ObjectConnection friend,
org.lucane.common.ConnectInfo who,
java.lang.String command)
- Description copied from class:
org.lucane.client.Plugin
- Used by the PluginLoader to load a plugin previously initialized
with a command String and a Socket to communicate with.
start
public void start()
- Description copied from class:
org.lucane.client.Plugin
- Used when a plugin is started (ie. not loaded afeter a network request).
For example, it is called when a user wants to send a mesage to another.
It allows the plugin developpeur to ask for other parameters interactively.
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent ae)
- Description copied from interface:
java.awt.event.ActionListener
- This method is invoked when an action occurs.
- Specified by:
actionPerformed in interface java.awt.event.ActionListener
follow
public void follow()
- This is called if you are not starting the plugin.