Uses of Class
net.sourceforge.atunes.kernel.modules.state.beans.ProxyBean

Packages that use ProxyBean
net.sourceforge.atunes.gui.views.dialogs.editPreferences   
net.sourceforge.atunes.kernel.handlers   
net.sourceforge.atunes.kernel.modules.state   
net.sourceforge.atunes.kernel.modules.updates   
net.sourceforge.atunes.kernel.utils   
 

Uses of ProxyBean in net.sourceforge.atunes.gui.views.dialogs.editPreferences
 

Methods in net.sourceforge.atunes.gui.views.dialogs.editPreferences with parameters of type ProxyBean
 void InternetPanel.setConfiguration(ProxyBean proxy)
          Sets the configuration.
 

Uses of ProxyBean in net.sourceforge.atunes.kernel.handlers
 

Methods in net.sourceforge.atunes.kernel.handlers with parameters of type ProxyBean
 void ContextInformationServiceHandler.updateService(ProxyBean proxy, java.lang.String user, java.lang.String password)
          Update service.
 

Uses of ProxyBean in net.sourceforge.atunes.kernel.modules.state
 

Methods in net.sourceforge.atunes.kernel.modules.state that return ProxyBean
 ProxyBean ApplicationState.getProxy()
          Gets the proxy.
 

Methods in net.sourceforge.atunes.kernel.modules.state with parameters of type ProxyBean
 void ApplicationState.setProxy(ProxyBean proxy)
          Sets the proxy.
 

Uses of ProxyBean in net.sourceforge.atunes.kernel.modules.updates
 

Methods in net.sourceforge.atunes.kernel.modules.updates with parameters of type ProxyBean
static void ApplicationUpdates.checkUpdates(ProxyBean p, boolean showNoNewVersion)
          Used to check for new version.
 

Uses of ProxyBean in net.sourceforge.atunes.kernel.utils
 

Methods in net.sourceforge.atunes.kernel.utils with parameters of type ProxyBean
static Proxy NetworkUtils.getProxy(ProxyBean proxy)
          Returns a net.sourceforge.atunes.kernel.modules.proxy.Proxy for a given ProxyBean
 



Copyright © 2006-2008 The aTunes Team. All Rights Reserved.