Class FTPRemoteHostConfigurationDialog

java.lang.Object
com.pixelmed.ftp.FTPRemoteHost
com.pixelmed.ftp.FTPRemoteHostConfigurationDialog

public class FTPRemoteHostConfigurationDialog extends FTPRemoteHost

This class implements a dialog for users to enter ftp remote host configuration parameters.

  • Field Details

  • Constructor Details

    • FTPRemoteHostConfigurationDialog

      public FTPRemoteHostConfigurationDialog(Component parent, String localName, FTPRemoteHost frh)

      Configure ftp remote host information.

      Parameters:
      parent - the parent component (JFrame or JDialog) on which the new dialog is centered, may be null in which case centered on the screen
      localName - the local name for the remote host
      frh - the current information whose contents are to be replaced with updated information
    • FTPRemoteHostConfigurationDialog

      public FTPRemoteHostConfigurationDialog(String localName, FTPRemoteHost frh)

      Configure ftp remote host information.

      Parameters:
      localName - the local name for the remote host
      frh - the current information whose contents are to be replaced with updated information
    • FTPRemoteHostConfigurationDialog

      public FTPRemoteHostConfigurationDialog(Component parent, String localName)

      Create new ftp remote host information.

      Parameters:
      parent - the parent component (JFrame or JDialog) on which the new dialog is centered, may be null in which case centered on the screen
      localName - the local name for the remote host
    • FTPRemoteHostConfigurationDialog

      public FTPRemoteHostConfigurationDialog(Component parent)

      Create new ftp remote host information.

      Parameters:
      parent - the parent component (JFrame or JDialog) on which the new dialog is centered, may be null in which case centered on the screen
    • FTPRemoteHostConfigurationDialog

      public FTPRemoteHostConfigurationDialog()

      Create new ftp remote host information.

  • Method Details

    • getLocalName

      public String getLocalName()
    • doCommonConstructorStuff

      protected void doCommonConstructorStuff(Component parent)
    • main

      public static void main(String[] arg)

      Main method for testing.

      Parameters:
      arg - array of zero strings - no command line arguments are expected