Uses of Interface
org.openstreetmap.josm.gui.preferences.server.ProxyPreferenceListener
-
Packages that use ProxyPreferenceListener Package Description org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.preferences.server Provides classes for handling connection preferences, including server authentication and proxy settings. -
-
Uses of ProxyPreferenceListener in org.openstreetmap.josm.gui
Classes in org.openstreetmap.josm.gui that implement ProxyPreferenceListener Modifier and Type Class Description class
GettingStarted
Panel that fills the main part of the program window when JOSM has just started. -
Uses of ProxyPreferenceListener in org.openstreetmap.josm.gui.preferences.server
Fields in org.openstreetmap.josm.gui.preferences.server with type parameters of type ProxyPreferenceListener Modifier and Type Field Description private static Set<ProxyPreferenceListener>
ProxyPreference. listeners
Methods in org.openstreetmap.josm.gui.preferences.server with parameters of type ProxyPreferenceListener Modifier and Type Method Description static boolean
ProxyPreference. addProxyPreferenceListener(ProxyPreferenceListener listener)
Adds a new ProxyPreferenceListener.static boolean
ProxyPreference. removeProxyPreferenceListener(ProxyPreferenceListener listener)
Removes a ProxyPreferenceListener.
-