|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AbstractStartupWindow
An interface that represents the functionality of a "Startup Window." A window that displays an application's logo, copyright information, and its startup progress.
Method Summary | |
---|---|
void |
incrementStatus(int howMuch,
String msg)
Sets progress bar to howMuch percent, and gives it the given message. |
void |
setMainApp(JFrame frame)
Implement this method to be informed of which JFrame represents the main application. |
void |
setProgress(int n)
Sets the progress percentage to the given number. |
void |
setStatus(int howMuch,
String msg)
Sets progress bar to howMuch percent, and gives it the given message. |
void |
setText(String t)
Sets the progress text to the given string. |
Method Detail |
---|
void incrementStatus(int howMuch, String msg)
howMuch
- an int
valuemsg
- a String
valuevoid setProgress(int n)
n
- an int
valuevoid setStatus(int howMuch, String msg)
howMuch
- an int
valuemsg
- a String
valuevoid setText(String t)
t
- a String
valuevoid setMainApp(JFrame frame)
frame
- a JFrame
value
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |