Package | Description |
---|---|
org.openstreetmap.josm.gui.preferences.server | |
org.openstreetmap.josm.io |
Modifier and Type | Field and Description |
---|---|
private Map<ProxyPreferencesPanel.ProxyPolicy,JRadioButton> |
ProxyPreferencesPanel.rbProxyPolicy |
Modifier and Type | Method and Description |
---|---|
static ProxyPreferencesPanel.ProxyPolicy |
ProxyPreferencesPanel.ProxyPolicy.fromName(String policyName) |
static ProxyPreferencesPanel.ProxyPolicy |
ProxyPreferencesPanel.ProxyPolicy.valueOf(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 |