| |
|
| java.lang.Object javax.microedition.lcdui.Displayable javax.microedition.lcdui.Canvas com.sun.midp.appmanager.SplashScreen
SplashScreen | class SplashScreen extends Canvas (Code) | | Implements the splash screen
|
Method Summary | |
public void | hideNotify() Override hideNotify to cancel timer task. | public void | paint(Graphics g) Paint splash screen. | public void | showNotify() Override showNotify to set a timer task so that Splash screen
automatically switches to the App Manager Screen. |
timeoutTimer | Timer timeoutTimer(Code) | | A Timer which serves this Splash Screen object to schedule
its timeout task
|
timerTask | TimerTask timerTask(Code) | | A TimerTask which will be set to switch to the App Manager Screen
after its timeout period has elapsed.
|
SplashScreen | SplashScreen(Display display, Displayable nextScreen)(Code) | | Creates a Splash screen.
Parameters: display - - the display associated wit the Manager midlet Parameters: nextScreen - - the screen to be displayed after timeout |
hideNotify | public void hideNotify()(Code) | | Override hideNotify to cancel timer task.
|
paint | public void paint(Graphics g)(Code) | | Paint splash screen.
Parameters: g - Graphics instance to paint on |
showNotify | public void showNotify()(Code) | | Override showNotify to set a timer task so that Splash screen
automatically switches to the App Manager Screen.
|
|
|
|