Uses of Class
com.bc.ceres.core.runtime.ProxyConfig
Packages that use ProxyConfig
Package
Description
Provides the module runtime framework.
Provides a complete Ceres Module Manager UI to Swing applications.
-
Uses of ProxyConfig in com.bc.ceres.core.runtime
Fields in com.bc.ceres.core.runtime declared as ProxyConfigMethods in com.bc.ceres.core.runtime with parameters of type ProxyConfigModifier and TypeMethodDescriptionModuleContext.installModule
(URL url, ProxyConfig proxyConfig, ProgressMonitor pm) Installs the module from the given URL. -
Uses of ProxyConfig in com.bc.ceres.swing.update
Methods in com.bc.ceres.swing.update that return ProxyConfigModifier and TypeMethodDescriptionConnectionConfigData.getProxyConfig()
DefaultModuleManager.getProxyConfig()
ModuleManager.getProxyConfig()
Gets the proxy configuration.Methods in com.bc.ceres.swing.update with parameters of type ProxyConfigModifier and TypeMethodDescriptionvoid
ConnectionConfigData.setProxyConfig
(ProxyConfig proxyConfig) void
DefaultModuleManager.setProxyConfig
(ProxyConfig proxyConfig)