Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
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.autofilter |
Provides the classes for automatic filters (filters automatically created on current data).
|
org.openstreetmap.josm.gui.bbox |
Provides GUI classes for displaying a customizable and interactive bounding box.
|
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
An action that zooms to the selected OSM primitive in a table of primitives.
|
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 mapview 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 | Field and Description |
---|---|
private static LayerManager.LayerChangeListener |
MainApplication.undoRedoCleaner |
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 |
SlippyMapBBoxChooser
This panel displays a map and lets the user chose a
BBox . |
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
This table shows the primitives that are currently selected in the main OSM view.
|
Modifier and Type | Class and Description |
---|---|
class |
HistoryBrowserDialogManager
Manager allowing to show/hide history dialogs.
|
Modifier and Type | Class and Description |
---|---|
class |
AutosaveTask
Saves data and note layers periodically so they can be recovered in case of a crash.
|
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.addAndFireLayerChangeListener(LayerManager.LayerChangeListener listener)
Adds a layer change listener and fire an add event for every layer in this manager.
|
void |
LayerManager.addLayerChangeListener(LayerManager.LayerChangeListener listener)
Adds a layer change listener
|
void |
LayerManager.removeAndFireLayerChangeListener(LayerManager.LayerChangeListener listener)
Removes a layer change listener and fire a remove event for every layer in this manager.
|
void |
LayerManager.removeLayerChangeListener(LayerManager.LayerChangeListener listener)
Removes a layer change listener
|
Modifier and Type | Class and Description |
---|---|
private class |
CorrelateGpxWithImages.GpxLayerAddedListener |
class |
ImageViewerDialog
Dialog to view and manipulate geo-tagged images from a
GeoImageLayer . |