Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.actions.mapmode |
Provides the classes for JOSM
map modes . |
org.openstreetmap.josm.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
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.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.download |
Provides GUI classes for the download dialog.
|
org.openstreetmap.josm.gui.preferences |
Provides generic classes for handling JOSM preferences.
|
org.openstreetmap.josm.gui.preferences.advanced |
Provides classes for handling advanced preferences.
|
org.openstreetmap.josm.gui.preferences.imagery |
Provides classes for handling imagery preferences.
|
org.openstreetmap.josm.gui.preferences.projection |
Provides classes for handling projection preferences.
|
org.openstreetmap.josm.gui.tagging.presets |
Provides classes for handling tagging presets.
|
org.openstreetmap.josm.io.remotecontrol |
Provides the classes for remote control system.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
AddImageryLayerAction.SelectWmsLayersDialog |
static class |
HistoryInfoAction.HistoryObjectIDDialog
Dialog allowing to choose object id if no one is selected.
|
private class |
ImageryAdjustAction.ImageryOffsetDialog |
(package private) static class |
JumpToAction.JumpToPositionDialog |
(package private) static class |
OpenLocationAction.WhichTasksToPerformDialog |
class |
SessionSaveAsAction.SessionSaveAsDialog
The "Save Session" dialog
|
(package private) static class |
SplitWayAction.SegmentToKeepSelectionDialog
A dialog to query which way segment should reuse the history of the way to split.
|
(package private) static class |
UnGlueAction.PropertiesMembershipDialog
A dialog allowing the user decide whether the tags/memberships of the existing node should afterwards be at
the existing node, the new nodes, or all of them.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
SelectAction.ConfirmMoveDialog |
Modifier and Type | Class and Description |
---|---|
private static class |
WMTSTileSource.SelectLayerDialog |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedDialog
General configurable dialog window.
|
class |
NoteInputDialog
Class to show user input dialog for notes.
|
class |
NoteSortDialog
A dialog to allow the user to choose a sorting method for the list of notes
|
Modifier and Type | Class and Description |
---|---|
class |
ConflictResolutionDialog
This is an extended dialog for resolving conflict between
OsmPrimitive s. |
class |
InspectPrimitiveDialog
Panel to inspect one or more OsmPrimitives.
|
class |
LatLonDialog
A dialog that lets the user add a node at the coordinates he enters.
|
class |
LogShowDialog
Generic dialog with message and scrolling area
|
class |
MenuItemSearchDialog
A dialog that allows you to search for a menu item.
|
class |
OsmIdSelectionDialog
Dialog prompt to user to let him choose OSM primitives by specifying their type and IDs.
|
Modifier and Type | Interface and Description |
---|---|
protected static interface |
TagEditHelper.IEditTagDialog
Extracted interface of
TagEditHelper.EditTagDialog . |
Modifier and Type | Class and Description |
---|---|
protected class |
TagEditHelper.AbstractTagsDialog |
protected class |
TagEditHelper.AddTagsDialog |
protected class |
TagEditHelper.EditTagDialog |
Modifier and Type | Class and Description |
---|---|
class |
GenericRelationEditor
This dialog is for editing relations.
|
class |
RelationEditor
Abstract relation editor.
|
Modifier and Type | Class and Description |
---|---|
class |
DownloadObjectDialog
Dialog prompt to user to let him choose OSM primitives to download by specifying their type and IDs
|
class |
OverpassQueryWizardDialog
This dialog provides an easy and fast way to create an overpass query.
|
private class |
UserQueryList.EditItemDialog
Dialog that provides functionality to add/edit an item from the list.
|
Modifier and Type | Class and Description |
---|---|
protected class |
SourceEditor.EditSourceEntryDialog
Dialog to edit a source entry.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractListEditor<T>
Abstract superclass of
ListEditor and AbstractTableListEditor . |
class |
AbstractTableListEditor<T>
Abstract superclass of
ListListEditor and MapListEditor . |
class |
ListEditor
Editor for List preference entries.
|
class |
ListListEditor
Editor for List of Lists preference entries.
|
class |
MapListEditor
Editor for List of Maps preference entries.
|
class |
StringEditor
Editor for String preference entries.
|
Modifier and Type | Class and Description |
---|---|
class |
AddImageryDialog
Dialog shown to add a new imagery (WMS/TMS/WMTS) source from imagery preferences.
|
Modifier and Type | Class and Description |
---|---|
static class |
CustomProjectionChoice.ParameterInfoDialog |
Modifier and Type | Class and Description |
---|---|
private static class |
TaggingPreset.PresetDialog |
class |
TaggingPresetSearchDialog
The tagging presets search dialog (F3).
|
class |
TaggingPresetSearchPrimitiveDialog
A dialog that allows to select a preset and then selects all matching OSM objects.
|
Modifier and Type | Class and Description |
---|---|
class |
AddTagsDialog
Dialog to add tags as part of the remotecontrol.
|