| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GettingStarted
Panel that fills the main part of the program window when JOSM has just started.
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Set<ProxyPreferenceListener> |
ProxyPreference.listeners |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ProxyPreference.addProxyPreferenceListener(ProxyPreferenceListener listener)
Adds a new ProxyPreferenceListener.
|
static boolean |
ProxyPreference.removeProxyPreferenceListener(ProxyPreferenceListener listener)
Removes a ProxyPreferenceListener.
|