IcedTea-Web
NetX

Uses of Class
net.sourceforge.jnlp.config.DeploymentConfiguration

Packages that use DeploymentConfiguration
net.sourceforge.jnlp.controlpanel   
net.sourceforge.jnlp.runtime This package contains the classes that manage the secure runtime environment for JNLP apps. 
net.sourceforge.jnlp.security   
 

Uses of DeploymentConfiguration in net.sourceforge.jnlp.controlpanel
 

Methods in net.sourceforge.jnlp.controlpanel with parameters of type DeploymentConfiguration
static void AdvancedProxySettingsDialog.showAdvancedProxySettingsDialog(DeploymentConfiguration config)
          Display the Proxy Settings Dialog.
static void CacheViewer.showCacheDialog(DeploymentConfiguration config)
          Display the cache viewer.
 

Constructors in net.sourceforge.jnlp.controlpanel with parameters of type DeploymentConfiguration
AdvancedProxySettingsDialog(DeploymentConfiguration config)
          Creates a new instance of the proxy settings dialog.
AdvancedProxySettingsPane(javax.swing.JDialog parent, DeploymentConfiguration config)
          Creates a new instance of the proxy settings panel.
CachePane(javax.swing.JDialog parent, DeploymentConfiguration config)
          Creates a new instance of the CachePane.
CacheViewer(DeploymentConfiguration config)
          Creates a new instance of the cache viewer.
ControlPanel(DeploymentConfiguration config)
          Creates a new instance of the ControlPanel.
DebuggingPanel(DeploymentConfiguration config)
          Create a new instance of the debugging panel.
DesktopShortcutPanel(DeploymentConfiguration config)
          Create a new instance of the desktop shortcut settings panel.
DocumentAdapter(DeploymentConfiguration config, java.lang.String property)
          This creates a new instance of DocumentAdapter.
NetworkSettingsPanel(DeploymentConfiguration config)
          Creates a new instance of the network settings panel.
SecuritySettingsPanel(DeploymentConfiguration config)
          This creates a new instance of the security settings panel.
TemporaryInternetFilesPanel(DeploymentConfiguration config)
           
 

Uses of DeploymentConfiguration in net.sourceforge.jnlp.runtime
 

Methods in net.sourceforge.jnlp.runtime that return DeploymentConfiguration
static DeploymentConfiguration JNLPRuntime.getConfiguration()
          Gets the Configuration associated with this runtime
 

Uses of DeploymentConfiguration in net.sourceforge.jnlp.security
 

Methods in net.sourceforge.jnlp.security with parameters of type DeploymentConfiguration
static void KeyStores.setConfiguration(DeploymentConfiguration newConfig)
          Set the configuration object to use for getting KeyStore paths
 


IcedTea-Web
NetX

Submit a bug or feature