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 List<WalkListener> |
StreetsideWalkAction.listeners |
Modifier and Type | Method and Description |
---|---|
void |
StreetsideWalkAction.addListener(WalkListener lis)
Adds a listener.
|
void |
StreetsideWalkAction.removeListener(WalkListener lis)
Removes a listener.
|
Modifier and Type | Class and Description |
---|---|
private static class |
StreetsideMainDialog.PauseAction |
private static class |
StreetsideMainDialog.PlayAction |
private static class |
StreetsideMainDialog.StopAction |