|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.getdown.data.Application.UpdateInterface
public static class Application.UpdateInterface
Used to communicate information about the UI displayed when updating the application.
| Nested Class Summary | |
|---|---|
static class |
Application.UpdateInterface.Step
The major steps involved in updating, along with some arbitrary percentages assigned to them, to mark global progress. |
| Field Summary | |
|---|---|
Color |
background
A background color, just in case. |
String |
backgroundImage
The path (relative to the appdir) to a single background image. |
String |
errorBackground
The error background image for RotatingBackgrounds. |
String[] |
iconImages
The paths (relative to the appdir) of images for the window icon. |
String |
installError
Where to point the user for help with install errors. |
String |
name
The human readable name of this application. |
Rectangle |
patchNotes
The dimensions of the patch notes button. |
String |
patchNotesUrl
The patch notes URL. |
Rectangle |
playAgain
The dimensions of the play again button. |
String |
playAgainImage
The path (relative to the appdir) to a single play again image. |
Rectangle |
progress
The dimensions of the progress bar. |
Color |
progressBar
The color of the progress bar. |
String |
progressImage
The path (relative to the appdir) to the progress bar image. |
Color |
progressText
The color of the progress text. |
String[] |
rotatingBackgrounds
Background image specifiers for RotatingBackgrounds. |
Rectangle |
status
The dimensions of the status display. |
Color |
statusText
The color of the status text. |
Map<Application.UpdateInterface.Step,List<Integer>> |
stepPercentages
The global percentages for each step. |
Color |
textShadow
The color of the text shadow. |
| Constructor Summary | |
|---|---|
Application.UpdateInterface()
|
|
| Method Summary | |
|---|---|
String |
toString()
Generates a string representation of this instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String name
public Color background
public String[] rotatingBackgrounds
RotatingBackgrounds.
public String errorBackground
RotatingBackgrounds.
public String[] iconImages
public String backgroundImage
public String progressImage
public Rectangle progress
public Color progressText
public Color progressBar
public Rectangle status
public Color statusText
public Color textShadow
public String installError
public Rectangle patchNotes
public String patchNotesUrl
public Rectangle playAgain
public String playAgainImage
public Map<Application.UpdateInterface.Step,List<Integer>> stepPercentages
| Constructor Detail |
|---|
public Application.UpdateInterface()
| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||