Package | Description |
---|---|
org.openstreetmap.josm.data.osm.event | |
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.changeset |
Standalone dialog allowing to handle OSM changesets (query and display them).
|
org.openstreetmap.josm.gui.dialogs.properties |
Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.
|
Modifier and Type | Class and Description |
---|---|
class |
DatasetEventManager
This class allows to add DatasetListener to currently active dataset.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.concurrent.CopyOnWriteArrayList<MapView.EditLayerChangeListener> |
MapView.editLayerChangeListeners |
Modifier and Type | Method and Description |
---|---|
static void |
MapView.addEditLayerChangeListener(MapView.EditLayerChangeListener listener)
Adds an edit layer change listener
|
static void |
MapView.addEditLayerChangeListener(MapView.EditLayerChangeListener listener,
boolean initialFire)
Adds an edit layer change listener
|
static void |
MapView.removeEditLayerChangeListener(MapView.EditLayerChangeListener listener) |
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. |
(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.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ChangesetContentPanel.SelectInCurrentLayerAction |
(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 |
PropertiesDialog
This dialog displays the tags of the current selected primitives.
|