org.openorb.board.shared.dialog

Class ConnectDialog

public class ConnectDialog extends JDialog

OpenORB GUI components / Connect dialog

Author: Olivier Modica

Constructor Summary
ConnectDialog(Plugin plugin, String title)
Constructor
Method Summary
StringgetCorbaUrl()
Returns the selected corba url
StringgetUserChoice()
booleanisInitialSelected()
Returns true if the use initial references is used
voidremove()
Destroy the dialog window
voidsetVisible()
Show the dialog window

Constructor Detail

ConnectDialog

public ConnectDialog(Plugin plugin, String title)
Constructor

Method Detail

getCorbaUrl

public String getCorbaUrl()
Returns the selected corba url

getUserChoice

public String getUserChoice()

isInitialSelected

public boolean isInitialSelected()
Returns true if the use initial references is used

remove

public void remove()
Destroy the dialog window

setVisible

public void setVisible()
Show the dialog window