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 SftpRemoteDirectorySetupSftpDirectoryChooserPanel. doChoose()Performs the actual choosing of an object.protected SftpRemoteDirectorySetupSftpDirectoryChooserPanel. 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 booleanSftpDirectoryChooserPanel. setCurrent(SftpRemoteDirectorySetup value)Sets the current value.protected StringSftpDirectoryChooserPanel. toString(SftpRemoteDirectorySetup value)Converts the value into its string representation.
-