Package | Description |
---|---|
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.geoimage |
Provides classes for handling layers displaying geottaged pictures.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.concurrent.CopyOnWriteArrayList<MapFrame.MapModeChangeListener> |
MapFrame.mapModeChangeListeners
the mapMode listeners
|
Modifier and Type | Method and Description |
---|---|
static void |
MapFrame.addMapModeChangeListener(MapFrame.MapModeChangeListener listener)
Adds a mapMode change listener
|
static void |
MapFrame.removeMapModeChangeListener(MapFrame.MapModeChangeListener listener)
Removes a mapMode 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 |
FilterDialog
The filter dialog displays a list of filters that are active on the current edit layer.
|
Modifier and Type | Field and Description |
---|---|
private MapFrame.MapModeChangeListener |
GeoImageLayer.mapModeListener |