|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.mewt.client.SplashScreen
public class SplashScreen
The Class SplashScreen.
| Constructor Summary | |
|---|---|
SplashScreen(javax.microedition.lcdui.Display d)
Instantiates a new splash screen. |
|
| Method Summary | |
|---|---|
javax.microedition.lcdui.Displayable |
getNextForm()
Gets the next form. |
int |
getTimeout()
Gets the timeout in seconds before this splash will automatically close. |
boolean |
isInitialized()
Checks if is initialized. |
void |
run()
|
void |
setInitialized(boolean isInitialized)
Sets the initialized. |
void |
setNextForm(javax.microedition.lcdui.Displayable nextForm)
Sets the next form. |
void |
setTimeout(int timeout)
Sets the timeout. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SplashScreen(javax.microedition.lcdui.Display d)
d - the d| Method Detail |
|---|
public void run()
run in interface java.lang.Runnablepublic boolean isInitialized()
public void setInitialized(boolean isInitialized)
isInitialized - the new initializedpublic javax.microedition.lcdui.Displayable getNextForm()
public void setNextForm(javax.microedition.lcdui.Displayable nextForm)
nextForm - the new next formpublic int getTimeout()
public void setTimeout(int timeout)
timeout - the new timeout
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||