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 WalkThread |
StreetsideWalkAction.thread |
Modifier and Type | Method and Description |
---|---|
void |
WalkListener.walkStarted(WalkThread thread)
Called when a new walk thread is started.
|
Modifier and Type | Field and Description |
---|---|
private WalkThread |
StreetsideMainDialog.StopAction.thread |
private WalkThread |
StreetsideMainDialog.PlayAction.thread |
private WalkThread |
StreetsideMainDialog.PauseAction.thread |
Modifier and Type | Method and Description |
---|---|
void |
StreetsideMainDialog.StopAction.walkStarted(WalkThread thread) |
void |
StreetsideMainDialog.PlayAction.walkStarted(WalkThread thread) |
void |
StreetsideMainDialog.PauseAction.walkStarted(WalkThread thread) |