Uses of Class
org.openstreetmap.josm.tools.Stopwatch
-
Packages that use Stopwatch Package Description org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives:Node,Way,RelationUsersTagsChangesetsUtilities classesorg.openstreetmap.josm.data.validation Provides the classes for JOSM data validation.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.progress Provides GUI classes for displaying long tasks background advancement in a progress bar, and a way to cancel them.org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of Stopwatch in org.openstreetmap.josm.data.osm
Methods in org.openstreetmap.josm.data.osm with parameters of type Stopwatch Modifier and Type Method Description private voidDatasetConsistencyTest. printElapsedTime(Stopwatch stopwatch) -
Uses of Stopwatch in org.openstreetmap.josm.data.validation
Fields in org.openstreetmap.josm.data.validation declared as Stopwatch Modifier and Type Field Description protected StopwatchTest. stopwatchthe start time to compute elapsed time when test finishes -
Uses of Stopwatch in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui declared as Stopwatch Modifier and Type Field Description private StopwatchSplashScreen.MeasurableTask. stopwatch -
Uses of Stopwatch in org.openstreetmap.josm.gui.progress
Fields in org.openstreetmap.josm.gui.progress declared as Stopwatch Modifier and Type Field Description private StopwatchCLIProgressMonitor. lastUpdateTimeThe last time we updated the progress informationprivate StopwatchCLIProgressMonitor. startTimeThe start time of the monitor -
Uses of Stopwatch in org.openstreetmap.josm.tools
Fields in org.openstreetmap.josm.tools declared as Stopwatch Modifier and Type Field Description private static StopwatchLogging. startupMethods in org.openstreetmap.josm.tools that return Stopwatch Modifier and Type Method Description static StopwatchStopwatch. createStarted()Creates and starts a stopwatch
-