Uses of Class
org.openstreetmap.josm.gui.SplashScreen.SplashProgressMonitor
-
Packages that use SplashScreen.SplashProgressMonitor Package Description org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface. -
-
Uses of SplashScreen.SplashProgressMonitor in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui declared as SplashScreen.SplashProgressMonitor Modifier and Type Field Description private SplashScreen.SplashProgressMonitorSplashScreen.SplashProgressMonitor. latestSubtaskprivate SplashScreen.SplashProgressMonitorSplashScreen. progressMonitorMethods in org.openstreetmap.josm.gui that return SplashScreen.SplashProgressMonitor Modifier and Type Method Description SplashScreen.SplashProgressMonitorSplashScreen. getProgressMonitor()Returns the progress monitor.Methods in org.openstreetmap.josm.gui with parameters of type SplashScreen.SplashProgressMonitor Modifier and Type Method Description (package private) static voidMainApplication. loadLatePlugins(SplashScreen splash, SplashScreen.SplashProgressMonitor monitor, java.util.Collection<PluginInformation> pluginsToLoad)(package private) static java.util.Collection<PluginInformation>MainApplication. updateAndLoadEarlyPlugins(SplashScreen splash, SplashScreen.SplashProgressMonitor monitor)
-