org.skunk.dav.client.gui
Class ConnectionDialog

java.lang.Object
  |
  +--org.skunk.dav.client.gui.ConnectionDialog

public class ConnectionDialog
extends java.lang.Object

a dialog for opening a connection to a dav server.


Constructor Summary
ConnectionDialog(Explorer ex)
          constructs a ConnectionDialog for the given explorer
 
Method Summary
 ServerData getServerData()
          returns the ServerData chosen
 boolean show()
          show the dialog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionDialog

public ConnectionDialog(Explorer ex)
constructs a ConnectionDialog for the given explorer
Parameters:
ex - the explorer
Method Detail

show

public boolean show()
show the dialog.
Returns:
whether or not the user wants to connect

getServerData

public ServerData getServerData()
returns the ServerData chosen
Returns:
the ServerData