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.
|
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.
|
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.
|
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.
|
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) |
Modifier and Type | Method | Description |
---|---|---|
static DeploymentConfiguration |
JNLPRuntime.getConfiguration() |
Gets the Configuration associated with this runtime
|
Constructor | Description |
---|---|
JNLPProxySelector(DeploymentConfiguration config) |