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.SplashProgressMonitor
SplashScreen.SplashProgressMonitor. latestSubtask
private SplashScreen.SplashProgressMonitor
SplashScreen. progressMonitor
Methods in org.openstreetmap.josm.gui that return SplashScreen.SplashProgressMonitor Modifier and Type Method Description SplashScreen.SplashProgressMonitor
SplashScreen. 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 void
MainApplication. 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)
-