Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.data.osm.event |
Provides the classes for OSM dataset events.
|
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
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.changeset |
Standalone dialog allowing to handle OSM changesets (query and display them).
|
org.openstreetmap.josm.gui.dialogs.layer |
Toggle dialog allowing to display the list of layers.
|
org.openstreetmap.josm.gui.dialogs.properties |
Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.
|
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.io.importexport |
Provides GUI classes for handling file import/export operations.
|
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.
|
org.openstreetmap.josm.gui.tagging.presets |
Provides classes for handling tagging presets.
|
Modifier and Type | Class and Description |
---|---|
protected class |
JosmAction.ActiveLayerChangeAdapter
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 |
DatasetEventManager
This class allows to add DatasetListener to currently active dataset.
|
class |
SelectionEventManager
Similar like
DatasetEventManager , just for selection events. |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
MainMenu.PresetsMenuEnabler |
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 |
---|---|
class |
SlippyMapBBoxChooser
This panel displays a map and lets the user chose a
BBox . |
Modifier and Type | Class and Description |
---|---|
class |
ConflictDialog
This dialog displays the
ConflictCollection of the active OsmDataLayer in a toggle
dialog on the right of the main frame. |
static class |
LayerListDialog.LayerListModel
The layer list model.
|
(package private) static class |
RelationListDialog.NewAction
The action for creating a new relation.
|
(package private) static class |
SelectionListDialog.SearchAction
Launches the search dialog
|
(package private) static class |
SelectionListDialog.SelectionListModel
The list model for the list of OSM primitives in the current JOSM selection.
|
class |
UserListDialog
Displays a dialog with all users who have last edited something in the
selection area, along with the number of objects.
|
class |
ValidatorDialog
A small tool dialog for displaying the current errors.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ChangesetContentPanel.SelectInCurrentLayerAction |
(package private) class |
ChangesetContentPanel.SelectionBasedAction |
(package private) class |
ChangesetContentPanel.ZoomInCurrentLayerAction |
(package private) class |
ChangesetDetailPanel.SelectInCurrentLayerAction
Selects the primitives in the content of this changeset in the current data layer.
|
(package private) class |
ChangesetDetailPanel.ZoomInCurrentLayerAction
Zooms to the primitives in the content of this changeset in the current
data layer.
|
class |
ChangesetsInActiveDataLayerListModel
This is the list model for the list of changeset in the current edit layer.
|
Modifier and Type | Class and Description |
---|---|
class |
ActivateLayerAction
The action to activate the currently selected layer
|
Modifier and Type | Class and Description |
---|---|
class |
PropertiesDialog
This dialog displays the tags of the current selected primitives.
|
Modifier and Type | Class and Description |
---|---|
private class |
MemberTable.ZoomToGapAction |
class |
SelectionTableModel
This table shows the primitives that are currently selected in the main OSM view.
|
Modifier and Type | Class and Description |
---|---|
class |
HistoryBrowserModel
This is the model used by the history browser.
|
Modifier and Type | Class and Description |
---|---|
class |
FileExporter
Abstract base class for file exporters - IO classes that save layers to a file.
|
class |
GeoJSONExporter
Exporter to write map data to a GeoJSON file.
|
class |
GpxExporter
Exports data to a .gpx file.
|
class |
NoteExporter
Exporter to write note data to an XML file
|
class |
OsmBzip2Exporter
OSM data exporter that compresses it in Bzip2 format.
|
class |
OsmExporter
Exports data to an .osm file.
|
class |
OsmGzipExporter
OSM data exporter that compresses it in GZip format.
|
class |
OsmXzExporter
OSM data exporter that compresses it in XZ format.
|
class |
ValidatorErrorExporter
Exporter to write validator errors to an XML file.
|
class |
WMSLayerExporter
Export a WMS layer to a serialized binary file that can be imported later via
WMSLayerImporter . |
Modifier and Type | Field and Description |
---|---|
private java.util.List<MainLayerManager.ActiveLayerChangeListener> |
MainLayerManager.activeLayerChangeListeners |
Modifier and Type | Method and Description |
---|---|
void |
MainLayerManager.addActiveLayerChangeListener(MainLayerManager.ActiveLayerChangeListener listener)
Adds a active/edit layer change listener
|
void |
MainLayerManager.addAndFireActiveLayerChangeListener(MainLayerManager.ActiveLayerChangeListener listener)
Adds a active/edit layer change listener.
|
void |
MainLayerManager.removeActiveLayerChangeListener(MainLayerManager.ActiveLayerChangeListener listener)
Removes an active/edit layer change listener.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageViewerDialog
Dialog to view and manipulate geo-tagged images from a
GeoImageLayer . |
Modifier and Type | Field and Description |
---|---|
private MainLayerManager.ActiveLayerChangeListener |
GeoImageLayer.activeLayerChangeListener |
Modifier and Type | Class and Description |
---|---|
class |
TaggingPreset
This class read encapsulate one tagging preset.
|
class |
TaggingPresetMenu
Menu that groups several presets from one topic.
|
class |
TaggingPresetSeparator
Class used to represent a
JSeparator inside tagging preset menu. |