GATE
Version 3.1-2270

gate.gui
Class UserPasswordDialog

java.lang.Object
  extended by gate.gui.UserPasswordDialog

public class UserPasswordDialog
extends Object


Constructor Summary
UserPasswordDialog()
           
 
Method Summary
 String getPassword()
           
 String getUserName()
           
 boolean showPasswordDialog(String message, Component parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPasswordDialog

public UserPasswordDialog()
Method Detail

showPasswordDialog

public boolean showPasswordDialog(String message,
                                  Component parent)

getUserName

public String getUserName()

getPassword

public String getPassword()

GATE
Version 3.1-2270