Package com.pixelmed.ftp
Class FTPRemoteHostConfigurationDialog
java.lang.Object
com.pixelmed.ftp.FTPRemoteHost
com.pixelmed.ftp.FTPRemoteHostConfigurationDialog
This class implements a dialog for users to enter ftp remote host configuration parameters.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected JTextFieldprotected JTextFieldprotected Stringprotected JTextFieldprotected JTextFieldprotected JMenuprotected JTextField -
Constructor Summary
ConstructorsConstructorDescriptionCreate new ftp remote host information.Create new ftp remote host information.FTPRemoteHostConfigurationDialog(Component parent, String localName) Create new ftp remote host information.FTPRemoteHostConfigurationDialog(Component parent, String localName, FTPRemoteHost frh) Configure ftp remote host information.FTPRemoteHostConfigurationDialog(String localName, FTPRemoteHost frh) Configure ftp remote host information. -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoCommonConstructorStuff(Component parent) static voidMain method for testing.Methods inherited from class com.pixelmed.ftp.FTPRemoteHost
equals, getDirectory, getHost, getPassword, getSecurity, getUser, setDirectory, setHost, setPassword, setSecurity, setSecurity, setUser, toString
-
Field Details
-
badFieldString
- See Also:
-
localName
-
localNameField
-
hostField
-
userField
-
passwordField
-
directoryField
-
securityMenu
-
-
Constructor Details
-
FTPRemoteHostConfigurationDialog
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 screenlocalName- the local name for the remote hostfrh- the current information whose contents are to be replaced with updated information
-
FTPRemoteHostConfigurationDialog
Configure ftp remote host information.
- Parameters:
localName- the local name for the remote hostfrh- the current information whose contents are to be replaced with updated information
-
FTPRemoteHostConfigurationDialog
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 screenlocalName- the local name for the remote host
-
FTPRemoteHostConfigurationDialog
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
-
doCommonConstructorStuff
-
main
Main method for testing.
- Parameters:
arg- array of zero strings - no command line arguments are expected
-