Package | Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
protected ChangesetListModel |
ChangesetDialog.getCurrentChangesetListModel() |
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.
|
class |
ChangesetsInActiveDataLayerListModel
This is the list model for the list of changeset in the current edit layer.
|