All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.tools.widgets.PasswordPopup

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----org.w3c.tools.widgets.PasswordPopup

public class PasswordPopup
extends Panel
implements ActionListener

Variable Index

 o cancel
 o img
 o ok
 o orig
 o passwd
 o user

Constructor Index

 o PasswordPopup()

Method Index

 o actionPerformed(ActionEvent)
 o canceled()
 o done(boolean)
 o getPassword()
 o getUserName()
 o init()
 o waitForCompletion()

Variables

 o user
 protected TextField user
 o passwd
 protected TextField passwd
 o orig
 protected String orig
 o img
 protected Image img
 o ok
 protected boolean ok
 o cancel
 protected boolean cancel

Constructors

 o PasswordPopup
 public PasswordPopup()

Methods

 o canceled
 public boolean canceled()
 o done
 protected synchronized void done(boolean cancel)
 o waitForCompletion
 public synchronized boolean waitForCompletion()
 o getUserName
 public String getUserName()
 o getPassword
 public String getPassword()
 o actionPerformed
 public void actionPerformed(ActionEvent ae)
 o init
 public void init()

All Packages  Class Hierarchy  This Package  Previous  Next  Index