Package | Description |
---|---|
org.openstreetmap.josm.actions | |
org.openstreetmap.josm.actions.mapmode | |
org.openstreetmap.josm.data | |
org.openstreetmap.josm.data.osm | |
org.openstreetmap.josm.data.osm.visitor.paint | |
org.openstreetmap.josm.data.osm.visitor.paint.relations | |
org.openstreetmap.josm.data.preferences | |
org.openstreetmap.josm.gui | |
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.io |
Provides GUI classes for handling input/output operations (download, upload, save).
|
org.openstreetmap.josm.gui.layer.geoimage |
Provides classes for handling layers displaying geottaged pictures.
|
org.openstreetmap.josm.gui.layer.markerlayer |
Provides classes for handling marker layers.
|
org.openstreetmap.josm.gui.mappaint |
Drawing system allowing to display and render OSM map data in a user-friendly and customizable way, through map styles.
Two implementations are provided: XML: this was the system used by default JOSM map style for a long time. |
org.openstreetmap.josm.gui.mappaint.styleelement |
Modifier and Type | Class and Description |
---|---|
class |
PreferenceToggleAction |
Modifier and Type | Class and Description |
---|---|
class |
ParallelWayAction
MapMode for making parallel ways.
|
Modifier and Type | Field and Description |
---|---|
private CopyOnWriteArrayList<Preferences.PreferenceChangedListener> |
Preferences.listeners |
Modifier and Type | Method and Description |
---|---|
void |
Preferences.addPreferenceChangeListener(Preferences.PreferenceChangedListener listener)
Adds a new preferences listener.
|
void |
Preferences.removePreferenceChangeListener(Preferences.PreferenceChangedListener listener)
Removes a preferences listener.
|
Modifier and Type | Class and Description |
---|---|
class |
ChangesetCache
ChangesetCache is global in-memory cache for changesets downloaded from
an OSM API server.
|
Modifier and Type | Class and Description |
---|---|
class |
MapPaintSettings
Global mappaint settings.
|
Modifier and Type | Class and Description |
---|---|
private static class |
Multipolygon.MultipolygonRoleMatcher
Kind of strategy object which is responsible for deciding whether a given
member role indicates that the member belongs to an outer or an
inner polygon.
|
Modifier and Type | Class and Description |
---|---|
class |
CachedProperty<T> |
Modifier and Type | Class and Description |
---|---|
class |
JosmUserIdentityManager
JosmUserIdentityManager is a global object which keeps track of what JOSM knows about
the identity of the current user.
|
class |
MapStatus
A component that manages some status information display about the map.
|
class |
MapView
This is a component used in the
MapFrame for browsing the map. |
Modifier and Type | Field and Description |
---|---|
private Preferences.PreferenceChangedListener |
MapFrame.sidetoolbarPreferencesChangedListener |
Modifier and Type | Class and Description |
---|---|
class |
ChangesetDialog
ChangesetDialog is a toggle dialog which displays the current list of changesets.
|
class |
CommandStackDialog
Dialog displaying list of all executed commands (undo/redo buffer).
|
class |
ConflictDialog
This dialog displays the
ConflictCollection of the active OsmDataLayer in a toggle
dialog on the right of the main frame. |
class |
FilterDialog |
class |
LayerListDialog
This is a toggle dialog which displays the list of layers.
|
class |
MapPaintDialog |
class |
MinimapDialog
A small map of the current edit location implemented as
ToggleDialog . |
class |
NotesDialog
Dialog to display and manipulate notes.
|
class |
RelationListDialog
A dialog showing all known relations, with buttons to add, edit, and
delete them.
|
class |
SelectionListDialog
A small tool dialog for displaying the current selection.
|
class |
ToggleDialog
This class is a toggle dialog that can be turned on and off.
|
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 |
---|---|
class |
PropertiesDialog
This dialog displays the tags of the current selected primitives.
|
Modifier and Type | Class and Description |
---|---|
class |
UploadDialog
This is a dialog for entering upload options like the parameters for
the upload changeset and the strategy for opening/closing a changeset.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageViewerDialog |
Modifier and Type | Class and Description |
---|---|
static class |
Marker.TemplateEntryProperty |
Modifier and Type | Class and Description |
---|---|
class |
ElemStyles |
Modifier and Type | Class and Description |
---|---|
static class |
LabelCompositionStrategy.DeriveLabelFromNameTagsCompositionStrategy |