|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.ftp.FTPRemoteHost
com.pixelmed.ftp.FTPRemoteHostConfigurationDialog
public class FTPRemoteHostConfigurationDialog
This class implements a dialog for users to enter ftp remote host configuration parameters.
| Field Summary | |
|---|---|
protected static String |
badFieldString
|
protected JTextField |
directoryField
|
protected JTextField |
hostField
|
protected String |
localName
|
protected JTextField |
localNameField
|
protected JTextField |
passwordField
|
protected JMenu |
securityMenu
|
protected JTextField |
userField
|
| Fields inherited from class com.pixelmed.ftp.FTPRemoteHost |
|---|
directory, host, password, security, user |
| Constructor Summary | |
|---|---|
FTPRemoteHostConfigurationDialog()
Create new ftp remote host information. |
|
FTPRemoteHostConfigurationDialog(Component parent)
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 | |
|---|---|
protected void |
doCommonConstructorStuff(Component parent)
|
String |
getLocalName()
|
static void |
main(String[] arg)
Main method for testing. |
| Methods inherited from class com.pixelmed.ftp.FTPRemoteHost |
|---|
equals, getDirectory, getHost, getPassword, getSecurity, getUser, setDirectory, setHost, setPassword, setSecurity, setSecurity, setUser, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final String badFieldString
protected String localName
protected JTextField localNameField
protected JTextField hostField
protected JTextField userField
protected JTextField passwordField
protected JTextField directoryField
protected JMenu securityMenu
| Constructor Detail |
|---|
public FTPRemoteHostConfigurationDialog(Component parent,
String localName,
FTPRemoteHost frh)
Configure ftp remote host information.
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
public FTPRemoteHostConfigurationDialog(String localName,
FTPRemoteHost frh)
Configure ftp remote host information.
localName - the local name for the remote hostfrh - the current information whose contents are to be replaced with updated information
public FTPRemoteHostConfigurationDialog(Component parent,
String localName)
Create new ftp remote host information.
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 hostpublic FTPRemoteHostConfigurationDialog(Component parent)
Create new ftp remote host information.
parent - the parent component (JFrame or JDialog) on which the new dialog is centered, may be null in which case centered on the screenpublic FTPRemoteHostConfigurationDialog()
Create new ftp remote host information.
| Method Detail |
|---|
public String getLocalName()
protected void doCommonConstructorStuff(Component parent)
public static void main(String[] arg)
Main method for testing.
arg - array of zero strings - no command line arguments are expected
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||