|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SplashProvider
An interface that describes splash providers as used by the
Splash
class. A typical implementation will open a window that
displays the progress messages and progress percent and will close and
dispose the window on #closeSplash()
.
Splash
Method Summary | |
---|---|
void |
closeSplash()
Indicates that the splash shall be closed. |
void |
openSplash()
Indicates that the splash shall be opened. |
void |
setNote(String message)
Sets the splash text message. |
void |
setProgress(int percent)
Sets the splash progress. |
Method Detail |
---|
void openSplash()
void closeSplash()
void setNote(String message)
message
- the message to be displayedvoid setProgress(int percent)
percent
- the current progress in percent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |