Uses of Class
com.myjavaworld.jftp.JFTPPreferences

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

Uses of JFTPPreferences in com.myjavaworld.jftp
 

Fields in com.myjavaworld.jftp declared as JFTPPreferences
static JFTPPreferences JFTP.prefs
           
 

Methods in com.myjavaworld.jftp that return JFTPPreferences
static JFTPPreferences JFTP.loadPreferences()
          Loads the preferences by reading them from the file.
 

Methods in com.myjavaworld.jftp with parameters of type JFTPPreferences
 void UIPrefsPanel.populateScreen(JFTPPreferences prefs)
           
 void TransferModesPrefsPanel.populateScreen(JFTPPreferences prefs)
           
 void SoftwareUpdatePrefsPanel.populateScreen(JFTPPreferences prefs)
           
 void SecurityPrefsPanel.populateScreen(JFTPPreferences prefs)
           
 void ProxyPrefsPanel.populateScreen(JFTPPreferences prefs)
           
 void LocalePrefsPanel.populateScreen(JFTPPreferences prefs)
           
 void GeneralConnectionPrefsPanel.populateScreen(JFTPPreferences prefs)
           
 void AdvancedConnectionPrefsPanel.populateScreen(JFTPPreferences prefs)
           
static void JFTP.savePreferences(JFTPPreferences prefs)
          Serializes and saves the preferences to a file in the USER_HOME directory.
 



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