Package | Description |
---|---|
org.openstreetmap.josm.gui.preferences.server |
Provides classes for handling connection preferences, including server authentication and proxy settings.
|
org.openstreetmap.josm.io |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ProxyPreferencesPanel.ProxyPolicy,javax.swing.JRadioButton> |
ProxyPreferencesPanel.rbProxyPolicy |
Modifier and Type | Method and Description |
---|---|
static ProxyPreferencesPanel.ProxyPolicy |
ProxyPreferencesPanel.ProxyPolicy.fromName(java.lang.String policyName)
Retrieves a proxy policy from its name found in preferences.
|
static ProxyPreferencesPanel.ProxyPolicy |
ProxyPreferencesPanel.ProxyPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProxyPreferencesPanel.ProxyPolicy[] |
ProxyPreferencesPanel.ProxyPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private ProxyPreferencesPanel.ProxyPolicy |
DefaultProxySelector.proxyPolicy |