Uses of Class
org.openstreetmap.josm.gui.SplashScreen.Task
-
Packages that use SplashScreen.Task Package Description org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface. -
-
Uses of SplashScreen.Task in org.openstreetmap.josm.gui
Subclasses of SplashScreen.Task in org.openstreetmap.josm.gui Modifier and Type Class Description private static class
SplashScreen.MeasurableTask
A single task (of aProgressMonitor
) which keeps track of its execution duration (requires a call toSplashScreen.MeasurableTask.finish()
).static class
SplashScreen.SplashProgressMonitor
AProgressMonitor
which stores the (sub)tasks in a tree.Fields in org.openstreetmap.josm.gui with type parameters of type SplashScreen.Task Modifier and Type Field Description private java.util.List<SplashScreen.Task>
SplashScreen.SplashProgressMonitor. tasks
-