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.actions.relation |
Provides the classes for JOSM actions that work with
relations . |
org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives :
Node ,
Way ,
Relation
Users
Tags
Changesets
Utilities classes
|
org.openstreetmap.josm.data.osm.event |
Provides the classes for OSM dataset events.
|
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.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.tagging.presets |
Provides classes for handling tagging presets.
|
Modifier and Type | Class and Description |
---|---|
protected class |
JosmAction.SelectionChangeAdapter
Adapter for selection change events.
|
Modifier and Type | Class and Description |
---|---|
class |
ImproveWayAccuracyAction
A special map mode that is optimized for improving way geometry.
|
Modifier and Type | Class and Description |
---|---|
class |
AddSelectionToRelations
Add all objects selected in the current dataset after the last member of relation(s).
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Collection<SelectionChangedListener> |
DataSet.selListeners
A list of listeners to selection changed events.
|
Modifier and Type | Method and Description |
---|---|
static void |
DataSet.addSelectionListener(SelectionChangedListener listener)
Adds a new selection listener.
|
static void |
DataSet.removeSelectionListener(SelectionChangedListener listener)
Removes a selection listener.
|
Modifier and Type | Field and Description |
---|---|
private SelectionChangedListener |
SelectionEventManager.OldListenerInfo.listener |
Modifier and Type | Method and Description |
---|---|
void |
SelectionEventManager.addSelectionListener(SelectionChangedListener listener,
DatasetEventManager.FireMode fireMode)
Registers a new
SelectionChangedListener . |
void |
SelectionEventManager.removeSelectionListener(SelectionChangedListener listener)
Unregisters a
SelectionChangedListener . |
Constructor and Description |
---|
OldListenerInfo(SelectionChangedListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
MultipolygonCache
A memory cache for
Multipolygon objects. |
Modifier and Type | Class and Description |
---|---|
class |
MapStatus
A component that manages some status information display about the map.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
SelectionListDialog.SelectionListModel
The list model for the list of OSM primitives in the current JOSM selection.
|
(package private) class |
SelectionListDialog.ShowHistoryAction
The action for showing history information of the current history item.
|
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 |
MemberTableModel
This is the base model used for the
MemberTable . |
class |
SelectionTableModel
This table shows the primitives that are currently selected in the main OSM view.
|
Modifier and Type | Class and Description |
---|---|
class |
TaggingPresetSelector
GUI component to select tagging preset: the list with filter and two checkboxes
|