Uses of Class
adams.gui.chooser.FtpRemoteDirectorySetup
-
Packages that use FtpRemoteDirectorySetup Package Description adams.gui.chooser -
-
Uses of FtpRemoteDirectorySetup in adams.gui.chooser
Methods in adams.gui.chooser that return FtpRemoteDirectorySetup Modifier and Type Method Description protected FtpRemoteDirectorySetup
FtpDirectoryChooserPanel. doChoose()
Performs the actual choosing of an object.protected FtpRemoteDirectorySetup
FtpDirectoryChooserPanel. fromString(String value)
Converts the string representation into its object representation.Methods in adams.gui.chooser with parameters of type FtpRemoteDirectorySetup Modifier and Type Method Description boolean
FtpDirectoryChooserPanel. setCurrent(FtpRemoteDirectorySetup value)
Sets the current value.protected String
FtpDirectoryChooserPanel. toString(FtpRemoteDirectorySetup value)
Converts the value into its string representation.
-