Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.actions.relation |
Provides the classes for JOSM actions that work with
relations . |
org.openstreetmap.josm.data |
Provides the classes for JOSM managed data.
|
org.openstreetmap.josm.data.osm.history |
Provides the classes for OSM primitives
history (edition revisions). |
org.openstreetmap.josm.data.osm.visitor.paint.relations |
Provides the classes for painting and caching
Multipolygon relations. |
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
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.dialogs.relation |
Toggle dialog allowing to display currently loaded relations and perform operations on them.
|
org.openstreetmap.josm.gui.history |
Provides GUI classes for handling history of OSM objects.
|
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 |
---|---|
protected class |
JosmAction.LayerChangeAdapter
Adapter for layer change events.
|
class |
ZoomToAction |
Modifier and Type | Class and Description |
---|---|
class |
RecentRelationsAction
Action for accessing recent relations.
|
Modifier and Type | Class and Description |
---|---|
class |
AutosaveTask
Saves data layers periodically so they can be recovered in case of a crash.
|
class |
UndoRedoHandler
This is the global undo/redo handler for all
OsmDataLayer s. |
Modifier and Type | Class and Description |
---|---|
class |
HistoryDataSet
A data set holding histories of OSM primitives.
|
Modifier and Type | Class and Description |
---|---|
class |
MultipolygonCache
A memory cache for
Multipolygon objects. |
Modifier and Type | Class and Description |
---|---|
class |
ImageryMenu
Imagery menu, holding entries for imagery preferences, offset actions and dynamic imagery entries
depending on current maview coordinates.
|
private class |
MainFrame.ManageLayerListeners
Manages the layer listeners, adds them to every layer.
|
class |
MapFrame
One Map frame with one dataset behind.
|
class |
MapView
This is a component used in the
MapFrame for browsing the map. |
Modifier and Type | Class and Description |
---|---|
static class |
LayerListDialog.LayerListModel
The layer list model.
|
class |
NotesDialog
Dialog to display and manipulate notes.
|
(package private) static class |
RelationListDialog.NewAction
The action for creating a new relation.
|
Modifier and Type | Class and Description |
---|---|
private class |
MemberTable.ZoomToGapAction |
class |
RelationDialogManager
RelationDialogManager keeps track of the open relation editors.
|
class |
SelectionTableModel |
Modifier and Type | Class and Description |
---|---|
class |
HistoryBrowserDialogManager
Manager allowing to show/hide history dialogs.
|
Modifier and Type | Class and Description |
---|---|
class |
ValidatorLayer
A layer showing error messages.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<LayerManager.LayerChangeListener> |
LayerManager.layerChangeListeners |
Modifier and Type | Method and Description |
---|---|
void |
LayerManager.addLayerChangeListener(LayerManager.LayerChangeListener listener)
Adds a layer change listener
|
void |
LayerManager.addLayerChangeListener(LayerManager.LayerChangeListener listener,
boolean fireAdd)
Adds a layer change listener
|
void |
LayerManager.removeLayerChangeListener(LayerManager.LayerChangeListener listener)
Removes a layer change listener
|
void |
LayerManager.removeLayerChangeListener(LayerManager.LayerChangeListener listener,
boolean fireRemove)
Removes a layer change listener
|
Modifier and Type | Class and Description |
---|---|
class |
ImageViewerDialog |