Uses of Class
com.myjavaworld.jftp.RemoteHost

Packages that use RemoteHost
com.myjavaworld.jftp This package contains various user interface components used by JFTP. 
 

Uses of RemoteHost in com.myjavaworld.jftp
 

Subclasses of RemoteHost in com.myjavaworld.jftp
 class Favorite
          Objects of this class encapsulate the information of FTP site parameters.
 

Methods in com.myjavaworld.jftp that return RemoteHost
 RemoteHost FTPSession.getRemoteHost()
           
 RemoteHost ConnectionDlg.getRemoteHost()
           
 

Methods in com.myjavaworld.jftp with parameters of type RemoteHost
static void FavoritesManager.addFavorite(RemoteHost host)
          Adds the given favourite to the list of previously stored favorites and saves them back to the favorites file.
 void FTPSession.connect(RemoteHost remoteHost)
           
 void ConnectionDlg.setRemoteHost(RemoteHost remoteHost)
           
 



Copyright © 2000-2012 jMethods, Inc.. All Rights Reserved.