Package | Description |
---|---|
org.openstreetmap.josm.actions.mapmode |
Provides the classes for JOSM
map modes . |
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.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.layer |
Provides classes for handling the different kinds of map layers.
|
Modifier and Type | Class and Description |
---|---|
class |
DrawAction
Mapmode to add nodes, create and extend ways.
|
Modifier and Type | Field and Description |
---|---|
private ListenerList<DataSelectionListener> |
DataSet.selectionListeners
A list of listeners that listen to selection changes on this layer.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSet.addSelectionListener(DataSelectionListener listener)
Add a listener that listens to selection changes in this specific data set.
|
void |
DataSet.removeSelectionListener(DataSelectionListener listener)
Remove a listener that listens to selection changes in this specific data set.
|
Modifier and Type | Class and Description |
---|---|
class |
SelectionEventManager
Similar like
DatasetEventManager , just for selection events. |
Modifier and Type | Field and Description |
---|---|
private DataSelectionListener |
SelectionEventManager.DataListenerInfo.listener |
Modifier and Type | Method and Description |
---|---|
void |
SelectionEventManager.addSelectionListener(DataSelectionListener listener)
Adds a selection listener that gets notified for selections immediately.
|
void |
SelectionEventManager.addSelectionListenerForEdt(DataSelectionListener listener)
Adds a selection listener that gets notified for selections later in the EDT thread.
|
void |
SelectionEventManager.removeSelectionListener(DataSelectionListener listener)
Unregisters a
DataSelectionListener . |
Constructor and Description |
---|
DataListenerInfo(DataSelectionListener listener) |
Modifier and Type | Field and Description |
---|---|
private DataSelectionListener |
MapView.repaintSelectionChangedListener |
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. |
class |
UserListDialog
Displays a dialog with all users who have last edited something in the
selection area, along with the number of objects.
|
Modifier and Type | Class and Description |
---|---|
class |
ChangesetInSelectionListModel
A table of changesets that displays the ones that are used by the primitives in the current selection.
|
Modifier and Type | Class and Description |
---|---|
class |
OsmDataLayer
A layer that holds OSM data from a specific dataset.
|