Package com.pixelmed.ftp
Class FTPClientApplicationConfigurationDialog
java.lang.Object
com.pixelmed.ftp.FTPClientApplicationConfigurationDialog
This class provides a user interface for applications to configure and test properties related to remote FTP hosts.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected class
protected class
protected class
protected class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JTextField
protected JTextField
protected FTPApplicationProperties
protected FTPRemoteHostInformation
protected JTextField
-
Constructor Summary
ConstructorsConstructorDescriptionFTPClientApplicationConfigurationDialog
(Component parent, FTPRemoteHostInformation ftpRemoteHostInformation, FTPApplicationProperties ftpApplicationProperties) Configure and test network information. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Test the editing of network properties from the specified file.protected String
showInputDialogToSelectNetworkTargetByLocalName
(Component parent, FTPRemoteHostInformation ftpRemoteHostInformation, String message, String title)
-
Field Details
-
ftpRemoteHostInformation
-
ftpApplicationProperties
-
calledAETitleField
-
callingAETitleField
-
listeningPortField
-
-
Constructor Details
-
FTPClientApplicationConfigurationDialog
public FTPClientApplicationConfigurationDialog(Component parent, FTPRemoteHostInformation ftpRemoteHostInformation, FTPApplicationProperties ftpApplicationProperties) throws FTPException Configure and test network information.
- Parameters:
parent
- the parent component on which the new dialog is centered, may be null in which case centered on the screenftpRemoteHostInformation
- the current information whose contents are to be replaced with updated informationftpApplicationProperties
- the static properties that are to be edited- Throws:
FTPException
-
-
Method Details
-
showInputDialogToSelectNetworkTargetByLocalName
protected String showInputDialogToSelectNetworkTargetByLocalName(Component parent, FTPRemoteHostInformation ftpRemoteHostInformation, String message, String title) -
main
Test the editing of network properties from the specified file.
- Parameters:
arg
- a single file name that is the properties file
-