org.objectweb.joram.client.tools.admin
Class ConnectAdminDialog
JDialog
org.objectweb.joram.client.tools.admin.ConnectAdminDialog
public class ConnectAdminDialog
extends JDialog
getActionCancelled
public boolean getActionCancelled()
getAdminHost
public String getAdminHost()
getAdminPassword
public String getAdminPassword()
getAdminPort
public int getAdminPort()
getAdminUser
public String getAdminUser()
initialize
public static ConnectAdminDialog 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)
setAdminHost
public void setAdminHost(String host)
setAdminPassword
public void setAdminPassword(String passwd)
setAdminPort
public void setAdminPort(int port)
setAdminUser
public void setAdminUser(String user)
showDialog
public static ConnectAdminDialog 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.
Copyright B) 2004 Scalagent - All rights reserved