Package org.openstreetmap.josm.gui
Class SplashScreen.Task
- java.lang.Object
-
- org.openstreetmap.josm.gui.SplashScreen.Task
-
- Direct Known Subclasses:
SplashScreen.MeasurableTask
,SplashScreen.SplashProgressMonitor
- Enclosing class:
- SplashScreen
private abstract static class SplashScreen.Task extends Object
A task (of aProgressMonitor
).
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Task()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract StringBuilder
toHtml(StringBuilder sb)
Returns a HTML representation for this task.String
toString()
-
-
-
Constructor Detail
-
Task
private Task()
-
-
Method Detail
-
toHtml
public abstract StringBuilder toHtml(StringBuilder sb)
Returns a HTML representation for this task.- Parameters:
sb
- aStringBuilder
used to build the HTML code- Returns:
sb
-
-