| Package | Description |
|---|---|
| org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
| org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
| org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ExceptionDialogUtil.explainOsmApiInitializationException(OsmApiInitializationException e)
handles an exception caught during OSM API initialization
|
| Modifier and Type | Method and Description |
|---|---|
void |
OsmApi.initialize(ProgressMonitor monitor)
Initializes this component by negotiating a protocol version with the server.
|
void |
OsmApi.initialize(ProgressMonitor monitor,
boolean fastFail)
Initializes this component by negotiating a protocol version with the server, with the ability to control the timeout.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
ExceptionUtil.explainOsmApiInitializationException(OsmApiInitializationException e)
Explains an exception caught during OSM API initialization.
|