org.objectweb.joram.client.tools.admin

Class CreateFactoryDialog


public class CreateFactoryDialog
extends JDialog

Method Summary

boolean
getActionCancelled()
String
getFactoryName()
String
getFactoryType()
String
getHost()
int
getPort()
static CreateFactoryDialog
initialize(Frame parent)
Set up the dialog.
void
setActionCancelled(boolean cancelled)
void
setFactoryName(String name)
void
setHost(String host)
void
setPort(int port)
static CreateFactoryDialog
showDialog()
Show the initialized dialog.

Method Details

getActionCancelled

public boolean getActionCancelled()


getFactoryName

public String getFactoryName()


getFactoryType

public String getFactoryType()


getHost

public String getHost()


getPort

public int getPort()


initialize

public static CreateFactoryDialog 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)


setFactoryName

public void setFactoryName(String name)


setHost

public void setHost(String host)


setPort

public void setPort(int port)


showDialog

public static CreateFactoryDialog 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