Uses of Class
nan.model.ServerSettings

Packages that use ServerSettings
nan.model   
nan.ssh   
nan.tools   
nan.view   
 

Uses of ServerSettings in nan.model
 

Methods in nan.model that return ServerSettings
static ServerSettings XMLFactory.getServerSettings(org.dom4j.Document document)
          Recreates a ServerSettings object from an XML Document.
 ServerSettings Settings.getServerSettings()
          Gets the ServerSettings.
 

Uses of ServerSettings in nan.ssh
 

Methods in nan.ssh with parameters of type ServerSettings
 void SSHConnection.connect(ServerSettings settings)
          Connects to the SSH server.
 boolean SSHConnection.openTunnel(ServerSettings settings)
          Opens an SSH tunnel on this connection.
 

Uses of ServerSettings in nan.tools
 

Constructors in nan.tools with parameters of type ServerSettings
BackgroundConnectThread(ServerSettings settings, NNTPClient client, WaitDialog dialog)
          Creates a new BackgroundConnectThread object.
 

Uses of ServerSettings in nan.view
 

Constructors in nan.view with parameters of type ServerSettings
ServerSettingsDialog(java.awt.Frame parent, ServerSettings settings)
          Creates a new ServerSettingsDialog object.
PasswordDialog(java.awt.Frame parent, ServerSettings settings)
          Creates a new PasswordDialog object.