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.server
Fields in org.openstreetmap.josm.gui.preferences.server with type parameters of type ProxyPolicy Modifier and Type Field Description private Map<ProxyPolicy,JRadioButton>
ProxyPreferencesPanel. rbProxyPolicy
Methods in org.openstreetmap.josm.gui.preferences.server with parameters of type ProxyPolicy Modifier and Type Method Description private JRadioButton
ProxyPreferencesPanel. newRadioButton(ProxyPolicy policy, String text)
-
Uses of ProxyPolicy in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as ProxyPolicy Modifier and Type Field Description private ProxyPolicy
DefaultProxySelector. proxyPolicy
Methods in org.openstreetmap.josm.io that return ProxyPolicy Modifier and Type Method Description static ProxyPolicy
ProxyPolicy. fromName(String policyName)
Retrieves a proxy policy from its name found in preferences.static ProxyPolicy
ProxyPolicy. valueOf(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.
-