Uses of Class
net.sourceforge.jnlp.config.DeploymentConfiguration
-
Packages that use DeploymentConfiguration Package Description net.sourceforge.jnlp.config net.sourceforge.jnlp.controlpanel net.sourceforge.jnlp.runtime This package contains the classes that manage the secure runtime environment for JNLP apps. -
-
Uses of DeploymentConfiguration in net.sourceforge.jnlp.config
Methods in net.sourceforge.jnlp.config with parameters of type DeploymentConfiguration Modifier and Type Method Description java.lang.String
InfrastructureFileDescriptor. getFullPath(DeploymentConfiguration config)
overload version for control panel, which is saving to internal copy.void
InfrastructureFileDescriptor. setValue(java.lang.String value, DeploymentConfiguration config)
overload version for control panel, which is saving to internal copy. -
Uses of DeploymentConfiguration in net.sourceforge.jnlp.controlpanel
Methods in net.sourceforge.jnlp.controlpanel with parameters of type DeploymentConfiguration Modifier and Type Method Description 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 Constructor Description 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.CacheAppViewer(DeploymentConfiguration config)
Creates a new instance of the cache viewer.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.PolicyPanel(javax.swing.JFrame frame, DeploymentConfiguration config)
SecuritySettingsPanel(DeploymentConfiguration config)
This creates a new instance of the security settings panel.TemporaryInternetFilesPanel(DeploymentConfiguration config)
UnsignedAppletsTrustingListPanel(java.io.File globalSettings, java.io.File customSettings, DeploymentConfiguration conf)
-
Uses of DeploymentConfiguration in net.sourceforge.jnlp.runtime
Methods in net.sourceforge.jnlp.runtime that return DeploymentConfiguration Modifier and Type Method Description static DeploymentConfiguration
JNLPRuntime. getConfiguration()
Gets the Configuration associated with this runtimeConstructors in net.sourceforge.jnlp.runtime with parameters of type DeploymentConfiguration Constructor Description JNLPProxySelector(DeploymentConfiguration config)
-