Uses of Class
net.sourceforge.jnlp.config.DeploymentConfiguration
Packages that use DeploymentConfiguration
Package
Description
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 DeploymentConfigurationModifier and TypeMethodDescriptionInfrastructureFileDescriptor.getFullPath
(DeploymentConfiguration config) overload version for control panel, which is saving to internal copy.void
InfrastructureFileDescriptor.setValue
(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 DeploymentConfigurationModifier and TypeMethodDescriptionstatic 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 DeploymentConfigurationModifierConstructorDescriptionCreates a new instance of the proxy settings dialog.AdvancedProxySettingsPane
(JDialog parent, DeploymentConfiguration config) Creates a new instance of the proxy settings panel.Creates a new instance of the cache viewer.CachePane
(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.Create a new instance of the debugging panel.Create a new instance of the desktop shortcut settings panel.DocumentAdapter
(DeploymentConfiguration config, String property) This creates a new instance of DocumentAdapter.Creates a new instance of the network settings panel.PolicyPanel
(JFrame frame, DeploymentConfiguration config) This creates a new instance of the security settings panel.UnsignedAppletsTrustingListPanel
(File globalSettings, File customSettings, DeploymentConfiguration conf) -
Uses of DeploymentConfiguration in net.sourceforge.jnlp.runtime
Methods in net.sourceforge.jnlp.runtime that return DeploymentConfigurationModifier and TypeMethodDescriptionstatic DeploymentConfiguration
JNLPRuntime.getConfiguration()
Gets the Configuration associated with this runtimeConstructors in net.sourceforge.jnlp.runtime with parameters of type DeploymentConfiguration