org.objectweb.joram.client.tools.admin

Class CreateUserDialog


public class CreateUserDialog
extends JDialog

Method Summary

boolean
getActionCancelled()
String
getConfirmationPassword()
String
getPassword()
String
getUserName()
static CreateUserDialog
initialize(Frame parent)
Set up the dialog.
void
setActionCancelled(boolean cancelled)
void
setPassword(String passwd)
void
setUserName(String name)
static CreateUserDialog
showDialog()
Show the initialized dialog.
static CreateUserDialog
showDialog(String name, boolean passwdOnly)

Method Details

getActionCancelled

public boolean getActionCancelled()


getConfirmationPassword

public String getConfirmationPassword()


getPassword

public String getPassword()


getUserName

public String getUserName()


initialize

public static CreateUserDialog initialize(Frame parent)
Set up the dialog. The first argument can be null, but it really should be a component in the dialog's controlling frame.


setActionCancelled

public void setActionCancelled(boolean cancelled)


setPassword

public void setPassword(String passwd)


setUserName

public void setUserName(String name)


showDialog

public static CreateUserDialog showDialog()
            throws Exception
Show the initialized dialog. The first argument should be null if you want the dialog to come up in the center of the screen. Otherwise, the argument should be the component on top of which the dialog should appear.


showDialog

public static CreateUserDialog showDialog(String name,
                                          boolean passwdOnly)
            throws Exception


Copyright B) 2004 Scalagent - All rights reserved