Uses of Class
org.openstreetmap.josm.plugins.streetside.actions.WalkThread
-
Packages that use WalkThread 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. -
-
Uses of WalkThread in org.openstreetmap.josm.plugins.streetside.actions
Fields in org.openstreetmap.josm.plugins.streetside.actions declared as WalkThread Modifier and Type Field Description private WalkThreadStreetsideWalkAction. threadMethods in org.openstreetmap.josm.plugins.streetside.actions with parameters of type WalkThread Modifier and Type Method Description voidWalkListener. walkStarted(WalkThread thread)Called when a new walk thread is started. -
Uses of WalkThread in org.openstreetmap.josm.plugins.streetside.gui
Fields in org.openstreetmap.josm.plugins.streetside.gui declared as WalkThread Modifier and Type Field Description private WalkThreadStreetsideMainDialog.PauseAction. threadprivate WalkThreadStreetsideMainDialog.PlayAction. threadprivate WalkThreadStreetsideMainDialog.StopAction. threadMethods in org.openstreetmap.josm.plugins.streetside.gui with parameters of type WalkThread Modifier and Type Method Description voidStreetsideMainDialog.PauseAction. walkStarted(WalkThread thread)voidStreetsideMainDialog.PlayAction. walkStarted(WalkThread thread)voidStreetsideMainDialog.StopAction. walkStarted(WalkThread thread)
-