Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
org.openstreetmap.josm.gui.autofilter |
Provides the classes for automatic filters (filters automatically created on current data).
|
org.openstreetmap.josm.gui.dialogs |
Provides three kinds of dialogs:
Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI
Changeset dialog based on a standalone implementation, dedicated to OSM changesets management
Extended dialogs for everything else
|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
org.openstreetmap.josm.gui.layer.geoimage |
Provides classes for handling layers displaying geottaged pictures.
|
Modifier and Type | Class and Description |
---|---|
private class |
AutoScaleAction.ZoomChangeAdapter
Adapter for zoom change events
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
MapSlider
This is the slider used in the top left corner of the map view.
|
class |
MapStatus
A component that manages some status information display about the map.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.concurrent.CopyOnWriteArrayList<NavigatableComponent.ZoomChangeListener> |
NavigatableComponent.zoomChangeListeners
the zoom listeners
|
Modifier and Type | Method and Description |
---|---|
static void |
NavigatableComponent.addZoomChangeListener(NavigatableComponent.ZoomChangeListener listener)
Adds a zoom change listener
|
static void |
NavigatableComponent.removeZoomChangeListener(NavigatableComponent.ZoomChangeListener listener)
Removes a zoom change listener
|
Modifier and Type | Class and Description |
---|---|
class |
AutoFilterManager
The auto filter manager keeps track of registered auto filter rules and applies the active one on the fly,
when the map contents, location or zoom changes.
|
Modifier and Type | Class and Description |
---|---|
class |
MinimapDialog
A small map of the current edit location implemented as
ToggleDialog . |
class |
RelationListDialog
A dialog showing all known relations, with buttons to add, edit, and delete them.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCachedTileSourceLayer<T extends AbstractTMSTileSource>
Class providing cache to other layers
|
class |
AbstractTileSourceLayer<T extends AbstractTMSTileSource>
Base abstract class that supports displaying images provided by TileSource.
|
class |
TMSLayer
Class that displays a slippy map layer.
|
class |
WMSLayer
This is a layer that grabs the current screen from an WMS server.
|
class |
WMTSLayer
WMTS layer based on AbstractTileSourceLayer.
|
Modifier and Type | Class and Description |
---|---|
class |
GeoImageLayer
Layer displaying geottaged pictures.
|