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