Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.actions.relation | |
org.openstreetmap.josm.data.osm.event | |
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.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.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.
|
org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
Modifier and Type | Class and Description |
---|---|
protected class |
JosmAction.ActiveLayerChangeAdapter
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 |
DatasetEventManager
This class allows to add DatasetListener to currently active dataset.
|
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. |
protected static class |
MapView.EditLayerChangeAdapter
This class is an adapter for the old layer change interface.
|
protected static class |
MapView.LayerChangeAdapter
This class is an adapter for the old layer change interface.
|
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
|
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 |
ChangesetInSelectionListModel |
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 |
Modifier and Type | Class and Description |
---|---|
class |
HistoryBrowserModel
This is the model used by the history browser.
|
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.addActiveLayerChangeListener(MainLayerManager.ActiveLayerChangeListener listener,
boolean initialFire)
Deprecated.
Do not use the second parameter. To be removed in a few weeks.
|
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 |
Modifier and Type | Class and Description |
---|---|
class |
TaggingPreset
This class read encapsulate one tagging preset.
|
class |
TaggingPresetMenu |
class |
TaggingPresetSeparator
Class used to represent a
JSeparator inside tagging preset menu. |
Modifier and Type | Class and Description |
---|---|
class |
FileExporter |
class |
GeoJSONExporter |
static class |
GeoJSONExporter.CurrentProjection
A GeoJSON exporter which obtains the current map projection when exporting (
GeoJSONExporter.exportData(File, Layer) ). |
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 |
WMSLayerExporter
Export a WMS layer to a serialized binary file that can be imported later via
WMSLayerImporter . |