Uses of Class
org.openstreetmap.josm.io.ProxyPolicy
- 
Packages that use ProxyPolicy Package Description org.openstreetmap.josm.gui.preferences.server Provides classes for handling connection preferences, including server authentication and proxy settings.org.openstreetmap.josm.io Provides the classes for JOSM input/output support.
- 
- 
Uses of ProxyPolicy in org.openstreetmap.josm.gui.preferences.serverFields in org.openstreetmap.josm.gui.preferences.server with type parameters of type ProxyPolicy Modifier and Type Field Description private java.util.Map<ProxyPolicy,javax.swing.JRadioButton>ProxyPreferencesPanel. rbProxyPolicyMethods in org.openstreetmap.josm.gui.preferences.server with parameters of type ProxyPolicy Modifier and Type Method Description private javax.swing.JRadioButtonProxyPreferencesPanel. newRadioButton(ProxyPolicy policy, java.lang.String text)
- 
Uses of ProxyPolicy in org.openstreetmap.josm.ioFields in org.openstreetmap.josm.io declared as ProxyPolicy Modifier and Type Field Description private ProxyPolicyDefaultProxySelector. proxyPolicyMethods in org.openstreetmap.josm.io that return ProxyPolicy Modifier and Type Method Description static ProxyPolicyProxyPolicy. fromName(java.lang.String policyName)Retrieves a proxy policy from its name found in preferences.static ProxyPolicyProxyPolicy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProxyPolicy[]ProxyPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.
 
-