Package | Description |
---|---|
org.openstreetmap.josm.plugins.streetside.actions |
The main package in which all core-code (so at the moment all code) resides.
|
org.openstreetmap.josm.plugins.streetside.gui |
The GUI components that are special to the mapillary plugin.
|
Modifier and Type | Field and Description |
---|---|
private StreetsideChangesetDialog |
StreetsideSubmitCurrentChangesetAction.changesetDialog |
Constructor and Description |
---|
StreetsideSubmitCurrentChangesetAction(StreetsideChangesetDialog changesetDialog)
Main constructor.
|
Modifier and Type | Field and Description |
---|---|
private static StreetsideChangesetDialog |
StreetsideChangesetDialog.instance |
Modifier and Type | Method and Description |
---|---|
static StreetsideChangesetDialog |
StreetsideChangesetDialog.getInstance()
Returns the unique instance of the class.
|