|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface describing the "start-up" user interface, known commonly as a splash screen, for use by the Search and Whatever core application.
Method Summary | |
void |
done(java.lang.String msg)
Disposes of this ui component, only to be used when application is completely loaded and splash screen will no longer be used. |
void |
fatal(java.lang.String msg)
Displays a fatal error for the user. |
void |
message(java.lang.String msg)
Displays the specified message in the startup window/splash screen. |
void |
show()
Displays the splash screen. |
Method Detail |
public void message(java.lang.String msg)
msg
- A text message to display for the userpublic void fatal(java.lang.String msg)
msg
- A text message describing the error condition that aborted the
application's load processpublic void show()
public void done(java.lang.String msg)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |