Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.lucane.plugins.passwdchanger
Class PasswdChanger  view PasswdChanger download PasswdChanger.java

java.lang.Object
  extended byorg.lucane.client.Plugin
      extended byorg.lucane.plugins.passwdchanger.PasswdChanger
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.lang.Runnable, java.awt.event.WindowListener

public class PasswdChanger
extends org.lucane.client.Plugin
implements java.awt.event.ActionListener


Field Summary
private  javax.swing.JButton btnChange
           
private  org.lucane.common.ConnectInfo cinfo
           
private  javax.swing.JFrame frame
           
private  javax.swing.JTextField txtnew1
           
private  javax.swing.JTextField txtnew2
           
private  javax.swing.JTextField txtold
           
 
Fields inherited from class org.lucane.client.Plugin
bundle, starter
 
Constructor Summary
PasswdChanger()
          Void contructor.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
          Do something on a buttonclick.
 void follow()
          This is called if you are not starting the plugin.
 org.lucane.client.Plugin init(org.lucane.common.ConnectInfo[] friends, boolean starter)
          Used by the PluginLoader to initialize the plugin with adequate parameters
 void load(org.lucane.common.ObjectConnection friend, org.lucane.common.ConnectInfo who, java.lang.String command)
          Load the plugin from a network request.
 void start()
          Show a dialog asking for the friend name
 
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
 

Field Detail

frame

private javax.swing.JFrame frame

txtold

private javax.swing.JTextField txtold

txtnew1

private javax.swing.JTextField txtnew1

txtnew2

private javax.swing.JTextField txtnew2

btnChange

private javax.swing.JButton btnChange

cinfo

private org.lucane.common.ConnectInfo cinfo
Constructor Detail

PasswdChanger

public PasswdChanger()
Void contructor. Used by PluginLoader

Method Detail

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)
Load the plugin from a network request.


start

public void start()
Show a dialog asking for the friend name


actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Do something on a buttonclick. If it is the dialog button, initailize everything. If it is the main button, send the message.

Specified by:
actionPerformed in interface java.awt.event.ActionListener

follow

public void follow()
This is called if you are not starting the plugin.